> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuraltrust.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> These docs cover three products: TrustGate (AI agent gateway), TrustGuard (runtime security), and TrustTest (AI red teaming). Start from each product overview for the definition and How it works. Prefer the .md URL next to a page in /llms.txt when you need the full article. Use /llms-full.txt for a single-file dump of the site.

# Servers catalog

> Who holds the credential is the decision that shapes an MCP entry: you, each user, or nobody. Plus registering your own server, including an HTTP API described by OpenAPI.

An MCP entry exposes a server's tools and resources to the agents behind your
gateway. What distinguishes one entry from another is **who supplies the
credential**.

## Three kinds, by who signs in

| Kind                | Who signs in                           | What you do                                                              |
| ------------------- | -------------------------------------- | ------------------------------------------------------------------------ |
| **Built-in**        | Each user, with their own account      | Nothing. People install the server themselves from the Portal.           |
| **Setup required**  | You, once                              | Supply the credential. Until you do, the server is visible and unusable. |
| **Optional config** | Each user, unless you decide otherwise | Nothing, or configure one shared instance everyone uses.                 |

The choice is not really about convenience. A shared credential gives every
caller the same upstream permissions and one line in the destination's audit log;
per-user accounts give each person their own permissions and their own line. For
anything that reads or writes real data — issues, repositories, customer records
— that difference is usually the whole decision.

## Registering your own server

A custom entry points at either an MCP endpoint or an HTTP API.

**An MCP server URL** is an `http(s)` streamable-HTTP endpoint. Name it, point at
it, choose how it authenticates.

**An OpenAPI document** is how you get tools out of an API that has never heard
of MCP. Give TrustGate a URL to an OpenAPI 3.x document and it compiles the
operations into tools. Validation runs before you can save and fails at a named
stage — **fetch**, **parse** or **compile** — and on success reports how many
tools it produced. That count is the number to read: a document that compiles to
far fewer tools than the API has operations usually describes them too loosely
for them to be exposed safely, and the fix is in the spec, not here.

An **API base URL** overrides `servers[0]` from the spec, for the common case
where the document is published with a placeholder host.

### Authentication modes

| Mode                   | What the gateway sends                                                                                                                                                                  |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **None**               | Nothing.                                                                                                                                                                                |
| **Static header**      | A header name and value you supply, identical for every caller.                                                                                                                         |
| **OAuth (forwarded)**  | Each user connects their own account. Registration is automatic where the server supports dynamic client registration, otherwise you supply the client ID, authorize URL and token URL. |
| **Client credentials** | A client ID, secret and token URL. Every caller acts as that one identity.                                                                                                              |

Manual OAuth registration also takes optional scopes, an
[RFC 8707](https://www.rfc-editor.org/rfc/rfc8707) resource indicator, and whether
the token endpoint expects the secret as basic auth or as a form field.

When you edit an entry, blank secret fields mean *keep what is stored*. You will
not clear a credential by not retyping it.

An entry that forwards the caller's own token cannot be switched to another mode
after the fact.

## What people can install for themselves

A gateway's Portal is either **open** — anyone may install anything in it — or
**curated**, where each person installs from the resources assigned to them.

On a curated gateway, wanting something outside that assignment produces a
**request** rather than a refusal. Approving it grants the server to the person
who asked, or to one of their groups; the second turns a one-off into a standing
rule and is usually what you want the third time the same request appears.

Requests and their history live under [Access](/trustgate/access/overview), which is
also where the assignments themselves are set.

## Tools are exposed here, governed elsewhere

An entry exposes whatever tools its server advertises. Which of them a given
application may actually call is a policy question — see
[tool governance](/trustgate/policies/tool-governance).

## Every server

TrustGate ships connection details for **198 MCP servers**, which makes
adding one a credential decision rather than an integration project. Anything not
here is a [custom server](/trustgate/registry/mcp#registering-your-own-server):
an MCP URL, or an HTTP API described by an OpenAPI document.

### Reading the table

**Authentication** is the column that decides how much work an entry is:

| Value              | What it means for you                                                                                                         |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| **OAuth · auto**   | Nothing to register. The server supports dynamic client registration, so each person signs in and connects their own account. |
| **OAuth · manual** | The provider wants a pre-registered OAuth app. You supply a client ID once, and a secret where one applies.                   |
| **API key**        | You hold one credential, shared by every caller of that instance.                                                             |
| **None**           | No credential at all.                                                                                                         |

*You supply* marks servers that are per-tenant rather than one global URL — your
subdomain, your workspace, your region.

Two things this list does not tell you. Whether a person may install any of these
is [Access](/trustgate/access/overview). What an application may call once it is
installed is [tool governance](/trustgate/policies/tool-governance).

### Cloud platforms

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Category       | Authentication | What it covers                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | -------------- | --------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudflare.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=f2e9ccdecb612b4ba7cea7a5ed5b353d" alt="" width="16" height="16" data-path="images/registry/mcp/cloudflare.svg" /> **Cloudflare API**                                   | Cloud Platform | OAuth · auto   | Token-efficient MCP for the full Cloudflare API (2500+ endpoints; OAuth or API token).                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudflare.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=f2e9ccdecb612b4ba7cea7a5ed5b353d" alt="" width="16" height="16" data-path="images/registry/mcp/cloudflare.svg" /> **Cloudflare Docs**                                  | Cloud Platform | None           | Search Cloudflare developer documentation.                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudflare.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=f2e9ccdecb612b4ba7cea7a5ed5b353d" alt="" width="16" height="16" data-path="images/registry/mcp/cloudflare.svg" /> **Cloudflare Workers Bindings**                      | Cloud Platform | OAuth · auto   | Manage Cloudflare Workers bindings: KV, R2, D1, Durable Objects.                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/digitalocean.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=bd078a45676102aae64de8da322dc60c" alt="" width="16" height="16" data-path="images/registry/mcp/digitalocean.svg" /> **DigitalOcean Accounts**            | Cloud Platform | API key        | DigitalOcean account, billing, and team info.                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/digitalocean.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=bd078a45676102aae64de8da322dc60c" alt="" width="16" height="16" data-path="images/registry/mcp/digitalocean.svg" /> **DigitalOcean App Platform**        | Cloud Platform | API key        | DigitalOcean App Platform apps and deployments.                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/digitalocean.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=bd078a45676102aae64de8da322dc60c" alt="" width="16" height="16" data-path="images/registry/mcp/digitalocean.svg" /> **DigitalOcean Databases**           | Cloud Platform | API key        | DigitalOcean managed databases.                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/digitalocean.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=bd078a45676102aae64de8da322dc60c" alt="" width="16" height="16" data-path="images/registry/mcp/digitalocean.svg" /> **DigitalOcean Droplets**            | Cloud Platform | API key        | DigitalOcean Droplets (compute) management.                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/digitalocean.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=bd078a45676102aae64de8da322dc60c" alt="" width="16" height="16" data-path="images/registry/mcp/digitalocean.svg" /> **DigitalOcean Kubernetes**          | Cloud Platform | API key        | DigitalOcean Kubernetes (DOKS) clusters.                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Android Management**  | Cloud Platform | OAuth · manual | Google Cloud Android Management via managed remote MCP.                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Bigtable**            | Cloud Platform | OAuth · manual | Google Cloud Bigtable Admin via managed remote MCP.                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Composer**            | Cloud Platform | OAuth · manual | Google Cloud Cloud Composer via managed remote MCP (regional endpoint only). <br />*You supply: `region`* |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Compute Engine**      | Cloud Platform | OAuth · manual | Google Cloud Compute Engine via managed remote MCP.                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Datastream**          | Cloud Platform | OAuth · manual | Google Cloud Datastream via managed remote MCP.                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Developer Knowledge** | Cloud Platform | OAuth · manual | Google Cloud Developer Knowledge via managed remote MCP.                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Firestore**           | Cloud Platform | OAuth · manual | Google Cloud Firestore via managed remote MCP.                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud GKE**                 | Cloud Platform | OAuth · manual | Google Cloud GKE via managed remote MCP.                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Maps Tools**          | Cloud Platform | OAuth · manual | Google Cloud Maps Tools via managed remote MCP.                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Memorystore**         | Cloud Platform | OAuth · manual | Google Cloud Memorystore via managed remote MCP.                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Monitoring**          | Cloud Platform | OAuth · manual | Google Cloud Cloud Monitoring via managed remote MCP.                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Run**                 | Cloud Platform | OAuth · manual | Google Cloud Cloud Run via managed remote MCP.                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud SQL**                 | Cloud Platform | OAuth · manual | Google Cloud Cloud SQL Admin via managed remote MCP.                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Stitch**              | Cloud Platform | OAuth · manual | Google Cloud Stitch via managed remote MCP.                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/google_cloud.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=43e2204a32dc17f3f2566974b3677ebc" alt="" width="16" height="16" data-path="images/registry/mcp/google_cloud.svg" /> **Google Cloud Stitch Design**       | Cloud Platform | OAuth · manual | Google Cloud Stitch Design via managed remote MCP.                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/railway.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=2eaee3e97908f0a14d2978196dae40ab" alt="" width="16" height="16" data-path="images/registry/mcp/railway.svg" /> **Railway**                                                                  | Cloud Platform | OAuth · auto   | Develop, manage, and debug Railway projects and deployments.                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/render.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1f88fd441955c2b653516a819e244b93" alt="" width="16" height="16" data-path="images/registry/mcp/render.svg" /> **Render**                                                                           | Cloud Platform | API key        | Manage Render services, deploys, databases, and logs.                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/vercel.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=6037270fd838b4bd881981e659b2ad65" alt="" width="16" height="16" data-path="images/registry/mcp/vercel.svg" /> **Vercel**                                                                           | Cloud Platform | OAuth · auto   | Manage Vercel projects, deployments, and docs.                                                            |

### Developer tools and source control

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Category                        | Authentication | What it covers                                                                                                                                                                                                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/microsoft.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=6c39f3aaa9f714fed9483063cc58e13e" alt="" width="16" height="16" data-path="images/registry/mcp/microsoft.ico" /> **Azure DevOps**                       | Developer Tools                 | OAuth · manual | Azure DevOps remote MCP: projects, repos, PRs, work items, pipelines, wiki, and test plans (Entra OAuth; org must be Entra-backed). <br />*You supply: `organization`*                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/buildkite.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=9d069bc5ae93b38e12d14269ce3eb90e" alt="" width="16" height="16" data-path="images/registry/mcp/buildkite.svg" /> **Buildkite**                            | Development                     | OAuth · auto   | CI/CD pipelines, builds, jobs, logs, and Test Engine data.                                                                                                                                                                                                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/deepwiki.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=d145821fd829aeab2edf9b5886de6436" alt="" width="16" height="16" data-path="images/registry/mcp/deepwiki.png" /> **DeepWiki**                                     | Dev & APIs                      | None           | Read and ask questions about GitHub repository documentation.                                                                                                                                                                                                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/devexpress.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=003eb8ffdf2a681c106ebdaf613790b7" alt="" width="16" height="16" data-path="images/registry/mcp/devexpress.svg" /> **DevExpress**                   | Dev & APIs                      | None           | DevExpress documentation search and retrieval.                                                                                                                                                                                                                                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/github.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=e8041a577b2e15803e41ba37db42bf71" alt="" width="16" height="16" data-path="images/registry/mcp/github.svg" /> **GitHub**                                                       | Dev & Source Control            | OAuth · manual | Repos, issues, pull requests, and workflows on GitHub.                                                                                                                                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/gitlab.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=3dcc6d7fc43a7f7b967d5a32e4d842f0" alt="" width="16" height="16" data-path="images/registry/mcp/gitlab.svg" /> **GitLab**                                                       | Dev & Source Control            | OAuth · auto   | Projects, merge requests, issues, and pipelines in GitLab.                                                                                                                                                                                                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/jam.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=c87575c52cb594a2aa224466fd702be6" alt="" width="16" height="16" data-path="images/registry/mcp/jam.ico" /> **Jam**                                                                                  | Development                     | OAuth · auto   | Bug reports with logs, network, and repro data via Jam.                                                                                                                                                                                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/jfrog.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=615826ff469712e6c2390da308f1fa75" alt="" width="16" height="16" data-path="images/registry/mcp/jfrog.svg" /> **JFrog**                                                                | Dev & Artifacts                 | OAuth · manual | Artifact, package, and security data from the JFrog Platform. <br />*You supply: `instance`*                                                                                                                                                                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/launchdarkly.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=ff6bafc852ae872779f0f4c5000cdedd" alt="" width="16" height="16" data-path="images/registry/mcp/launchdarkly.ico" /> **LaunchDarkly** | Feature Flags                   | OAuth · auto   | Feature flag management, AgentControl configs, and observability via LaunchDarkly.                                                                                                                                                                                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/port.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1dab6ab4953032027b4f02a43b944004" alt="" width="16" height="16" data-path="images/registry/mcp/port.png" /> **Port**                                                                         | Development                     | OAuth · auto   | Internal developer portal: catalog, scorecards, and actions.                                                                                                                                                                                                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/postman.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3af61d0ae2d4367673ca974c997784ef" alt="" width="16" height="16" data-path="images/registry/mcp/postman.svg" /> **Postman**                                              | Dev & APIs                      | OAuth · auto   | Collections, APIs, and workspaces in Postman.                                                                                                                                                                                                                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/smartbear.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=cd8276afd29babbe7daee321377aa472" alt="" width="16" height="16" data-path="images/registry/mcp/smartbear.png" /> **SmartBear**                            | Dev & APIs                      | OAuth · auto   | Swagger API hub tools (Bugsnag and Zephyr available on sibling hosts).                                                                                                                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/sonarqube.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1c21771c37846f8ba3894ca2b6a59e22" alt="" width="16" height="16" data-path="images/registry/mcp/sonarqube.ico" /> **SonarQube**                            | Code Quality                    | API key        | SonarQube Cloud-hosted MCP (fixed tool subset). Default [https://api.sonarcloud.io/mcp](https://api.sonarcloud.io/mcp); US-region orgs use [https://api.sonarqube.us/mcp](https://api.sonarqube.us/mcp). Auth: Bearer user token + SONARQUBE\_ORG. Optional SONARQUBE\_READ\_ONLY (default true) and SONARQUBE\_TOOLSETS. |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/statsig.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e1748f60e7efd34dce086850f23165cd" alt="" width="16" height="16" data-path="images/registry/mcp/statsig.png" /> **Statsig**                                              | Feature Flags & Experimentation | OAuth · auto   | Feature flags, experiments, and analytics in Statsig.                                                                                                                                                                                                                                                                     |

### Observability and incidents

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Category               | Authentication | What it covers                                                                                                                                                                                                                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/axiom.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=5e5cc890dadb19764db0d0e474cc2c5b" alt="" width="16" height="16" data-path="images/registry/mcp/axiom.ico" /> **Axiom**                                                            | Observability          | OAuth · auto   | Query events and logs; observability prompts (US-hosted; OAuth or PAT+org-id).                                                                                                                                                                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/betterstack.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=4e5b49beb5dcc35761e0b97d88a1b4db" alt="" width="16" height="16" data-path="images/registry/mcp/betterstack.svg" /> **Better Stack**     | Observability          | OAuth · auto   | Uptime monitoring, incidents, on-call, logs, and status pages.                                                                                                                                                                                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudflare.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=f2e9ccdecb612b4ba7cea7a5ed5b353d" alt="" width="16" height="16" data-path="images/registry/mcp/cloudflare.svg" /> **Cloudflare Observability** | Observability          | OAuth · auto   | Query Cloudflare Workers logs and analytics.                                                                                                                                                                                                                                                                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudflare.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=f2e9ccdecb612b4ba7cea7a5ed5b353d" alt="" width="16" height="16" data-path="images/registry/mcp/cloudflare.svg" /> **Cloudflare Radar**         | Observability          | OAuth · auto   | Internet traffic insights and URL scanning via Cloudflare Radar.                                                                                                                                                                                                                                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/datadog.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=4feead6a7a9ff7cc29a68faa6a883391" alt="" width="16" height="16" data-path="images/registry/mcp/datadog.svg" /> **Datadog**                                          | Observability          | OAuth · auto   | Metrics, logs, traces, monitors, and incidents via Datadog MCP (US1). Endpoint [https://mcp.datadoghq.com/v1/mcp](https://mcp.datadoghq.com/v1/mcp); other sites use [https://mcp.\&lt;site\&gt;/v1/mcp](https://mcp.\&lt;site\&gt;/v1/mcp). OAuth (recommended), or DD\_API\_KEY + DD\_APPLICATION\_KEY headers. Optional ?toolsets=… to filter tools. |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/dynatrace.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=96ae6239ade21fb569d71bbd99753173" alt="" width="16" height="16" data-path="images/registry/mcp/dynatrace.svg" /> **Dynatrace**                        | Observability          | API key        | Observability: DQL queries, problems, vulnerabilities, and Davis insights (Platform Token, not OAuth). <br />*You supply: `environment_name`*                                                                                                                                                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/elastic.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=2768bc15b05adcd26da773e1ea6b1b43" alt="" width="16" height="16" data-path="images/registry/mcp/elastic.svg" /> **Elastic**                                          | Search & Observability | API key        | Elastic Agent Builder tools per Kibana deployment (custom space: /s/\{space}/api/agent\_builder/mcp). <br />*You supply: `kibana_url`*                                                                                                                                                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/globalping.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=e9bbf0fd07fcdd90ff0c943e8d2593fd" alt="" width="16" height="16" data-path="images/registry/mcp/globalping.png" /> **Globalping**               | Observability          | None           | Run network measurements from a global probe network.                                                                                                                                                                                                                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/grafana.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=5b84c60da74d6381a349a468d4a495a0" alt="" width="16" height="16" data-path="images/registry/mcp/grafana.svg" /> **Grafana**                                          | Observability          | OAuth · auto   | Dashboards, datasources, and alerts in Grafana Cloud.                                                                                                                                                                                                                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/honeycomb.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=703f74416883199612bbb333608642b8" alt="" width="16" height="16" data-path="images/registry/mcp/honeycomb.png" /> **Honeycomb**                        | Observability          | OAuth · auto   | Query Honeycomb traces, events, metrics, SLOs, and boards.                                                                                                                                                                                                                                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/incidentio.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3bb5f1444f0022be4a8243a96b044138" alt="" width="16" height="16" data-path="images/registry/mcp/incidentio.png" /> **incident.io**              | Incident Management    | OAuth · auto   | Incidents, on-call, and follow-ups (OAuth user permissions or API key).                                                                                                                                                                                                                                                                                 |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/langfuse.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=c2a7d21ca3fad319e93e8b61a3b7b0f2" alt="" width="16" height="16" data-path="images/registry/mcp/langfuse.png" /> **Langfuse**                                 | LLM Observability      | API key        | Langfuse data platform: traces, prompts, datasets (EU; US us.cloud.langfuse.com).                                                                                                                                                                                                                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/montecarlo.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=f443b0c7bb2bb60260575ea7d581b3af" alt="" width="16" height="16" data-path="images/registry/mcp/montecarlo.png" /> **Monte Carlo**            | Data Observability     | OAuth · auto   | Data observability: incidents, monitors, and assets (OAuth 2.1 or API key).                                                                                                                                                                                                                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/newrelic.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=7fbca61ad41fff56c9dc859feffd4480" alt="" width="16" height="16" data-path="images/registry/mcp/newrelic.svg" /> **New Relic**                                | Observability          | OAuth · auto   | Query New Relic telemetry, dashboards, and alerts.                                                                                                                                                                                                                                                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/pagerduty.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=bcef07db9b44c2c338739084ad582cc0" alt="" width="16" height="16" data-path="images/registry/mcp/pagerduty.svg" /> **PagerDuty**                        | Incident Management    | OAuth · manual | Incidents, services, schedules, and on-call data via PagerDuty.                                                                                                                                                                                                                                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/rootly.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3795b2c2f202d69843298013e8819f56" alt="" width="16" height="16" data-path="images/registry/mcp/rootly.ico" /> **Rootly**                                                   | Incident Management    | OAuth · auto   | Incident management, on-call scheduling, and analysis.                                                                                                                                                                                                                                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/sentry.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1d49b176f1306672957d609d274d4928" alt="" width="16" height="16" data-path="images/registry/mcp/sentry.svg" /> **Sentry**                                                   | Observability          | OAuth · auto   | Error tracking, performance, issues, and releases.                                                                                                                                                                                                                                                                                                      |

### Data and analytics

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Category          | Authentication | What it covers                                                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/airbyte.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=7efa4c91d2fb8ca5cd2d1d8a5ace1a70" alt="" width="16" height="16" data-path="images/registry/mcp/airbyte.svg" /> **Airbyte**                                     | Data & Analytics  | OAuth · auto   | Query data and act across business apps via Airbyte.                                                                                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/amplitude.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=e819614210c18d709a2338ace6c1ebf1" alt="" width="16" height="16" data-path="images/registry/mcp/amplitude.png" /> **Amplitude**                   | Analytics         | OAuth · auto   | Dashboards, charts, experiments, and event analytics.                                                                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/atlan.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=9010e46ad0af63aa5e68b50bce78f84a" alt="" width="16" height="16" data-path="images/registry/mcp/atlan.png" /> **Atlan**                                                       | Data Governance   | OAuth · auto   | Atlan metadata, lineage, and catalog (OAuth or API key; per-tenant roles).                                                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/clickhouse.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=02237b22c5fc70a901ee809006fbfb74" alt="" width="16" height="16" data-path="images/registry/mcp/clickhouse.svg" /> **ClickHouse**          | Data & Analytics  | OAuth · auto   | ClickHouse Cloud: list databases/tables, schemas, read-only queries, service mgmt (enable per service).                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cube.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=3b9e94abcd27e4fdd284981d445d81b2" alt="" width="16" height="16" data-path="images/registry/mcp/cube.ico" /> **Cube**                                                                | Data & Analytics  | OAuth · manual | Semantic layer queries via Cube Cloud (OAuth + PKCE; per-tenant host). <br />*You supply: `cube_host`*                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/databricks.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=d982045a077a0b41e32d0db152e03ad3" alt="" width="16" height="16" data-path="images/registry/mcp/databricks.svg" /> **Databricks**          | Data & Analytics  | OAuth · manual | Databricks managed MCP: genie/\{space}, vector-search/\{catalog}/\{schema}/\{index}, sql, or functions/\{catalog}/\{schema}/\{fn}. <br />*You supply: `workspace_host`, `path`* |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/dbtlabs.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=97e6a19e2d0bb7f99aee77e22794ee30" alt="" width="16" height="16" data-path="images/registry/mcp/dbtlabs.ico" /> **dbt Labs**                                    | Data & Analytics  | OAuth · manual | dbt Cloud remote MCP: semantic layer, model metadata, and discovery (Enterprise beta). <br />*You supply: `dbt_host`*                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/gooddata.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=7a06d1a0202dcd45f2d54f4d850be7b4" alt="" width="16" height="16" data-path="images/registry/mcp/gooddata.ico" /> **GoodData**                            | Data & Analytics  | API key        | GoodData Cloud analytics per workspace (Bearer API token). <br />*You supply: `gooddata_host`, `workspace_id`*                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/hex.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=8205d257d6a4f4fec1901d55f2bc325a" alt="" width="16" height="16" data-path="images/registry/mcp/hex.png" /> **Hex**                                                                       | Data & Analytics  | OAuth · auto   | Hex notebooks, data apps, and projects (custom tenant: \<org>.hex.tech).                                                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mixpanel.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=a5389af24703505433b833afcdc58aab" alt="" width="16" height="16" data-path="images/registry/mcp/mixpanel.svg" /> **Mixpanel**                            | Analytics         | OAuth · auto   | Event analytics, funnels, and reports (US region; EU/IN regional variants available).                                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/motherduck.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e9e58ee3df62baf6a2f96c8fb9230c45" alt="" width="16" height="16" data-path="images/registry/mcp/motherduck.ico" /> **MotherDuck**          | Data & Analytics  | OAuth · auto   | Query and modify MotherDuck cloud data, create Dives (OAuth or Bearer token).                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/neon.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=2f84a58ee4a5097df59bda50c0527e66" alt="" width="16" height="16" data-path="images/registry/mcp/neon.svg" /> **Neon**                                                                | Database          | OAuth · auto   | Manage Neon Postgres projects, branches, and queries.                                                                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/pendo.jpg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=22f1762e0e1d879525ee9a83f40219fa" alt="" width="16" height="16" data-path="images/registry/mcp/pendo.jpg" /> **Pendo**                                                       | Product Analytics | OAuth · auto   | Product analytics, guides, and usage data (US; regional hosts us1/eu/jpn/au).                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/planetscale.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=c4975860103570c024dbe4021f0e2cc3" alt="" width="16" height="16" data-path="images/registry/mcp/planetscale.svg" /> **PlanetScale** | Database          | OAuth · auto   | Manage PlanetScale MySQL databases and branches.                                                                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/posthog.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=b12904366b70c6b65801a0fbf82c9493" alt="" width="16" height="16" data-path="images/registry/mcp/posthog.svg" /> **PostHog**                                     | Analytics         | OAuth · auto   | Product analytics, feature flags, and session replays.                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/prisma.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=c47fb54af503a3b3528580005c0d63c0" alt="" width="16" height="16" data-path="images/registry/mcp/prisma.svg" /> **Prisma**                                              | Database          | OAuth · auto   | Manage Prisma Postgres databases.                                                                                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/snowflake.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=a5e2fbaa2ee0926c988d92eec6d82c65" alt="" width="16" height="16" data-path="images/registry/mcp/snowflake.svg" /> **Snowflake**                   | Data & Analytics  | OAuth · manual | Snowflake-managed Cortex MCP server scoped to a database/schema. <br />*You supply: `account_url`, `database`, `schema`, `name`*                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/supabase.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=0c52ca9ca3ab058ea26219767e0152b1" alt="" width="16" height="16" data-path="images/registry/mcp/supabase.svg" /> **Supabase**                            | Database          | OAuth · auto   | Manage Supabase projects: database, auth, and storage.                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/thoughtspot.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e0f33cf11a21f87ccae437ee81c34896" alt="" width="16" height="16" data-path="images/registry/mcp/thoughtspot.png" /> **ThoughtSpot** | Analytics         | OAuth · auto   | Query data and analytics in ThoughtSpot.                                                                                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/tinybird.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=385de9ce8c477d47b65c5bdf73b49a9b" alt="" width="16" height="16" data-path="images/registry/mcp/tinybird.ico" /> **Tinybird**                            | Data & Analytics  | API key        | Query workspaces and published API endpoints; token passed as query parameter. <br />*You supply: `token`*                                                                      |

### Project and product management

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Category           | Authentication | What it covers                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | -------------- | --------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/aha.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=7c65a571f4d7a93040d12229094a778b" alt="" width="16" height="16" data-path="images/registry/mcp/aha.png" /> **Aha!**                                                                 | Product Management | OAuth · auto   | Roadmaps, ideas, features, and records across the Aha! suite (per-domain). <br />*You supply: `domain`*               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/asana.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=8bc9b58ee9936daa8abb2d5e9914e337" alt="" width="16" height="16" data-path="images/registry/mcp/asana.svg" /> **Asana**                                                | Project Management | OAuth · manual | Tasks, projects, and reporting via the Asana Work Graph.                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/atlassian.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=11f066a48329e588c41dcae59d9707e9" alt="" width="16" height="16" data-path="images/registry/mcp/atlassian.svg" /> **Atlassian**            | Project Management | OAuth · auto   | Jira issues, Confluence pages, Compass, and JSM.                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/clickup.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=a0f6ce8c05eaaeeffa27c918b482d926" alt="" width="16" height="16" data-path="images/registry/mcp/clickup.svg" /> **ClickUp**                              | Project Management | OAuth · auto   | Tasks, docs, lists, and project management via ClickUp.                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/fibery.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=18d851e83085e94c9225f2afdbd60052" alt="" width="16" height="16" data-path="images/registry/mcp/fibery.png" /> **Fibery**                                     | Project Management | OAuth · auto   | Fibery work-management workspace: entities, databases, and relations (OAuth).                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/linear.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=2ae587ef64bbdfaa7d579a6d8c73dd21" alt="" width="16" height="16" data-path="images/registry/mcp/linear.svg" /> **Linear**                                       | Project Management | OAuth · auto   | Issues, projects, cycles, and teams in Linear.                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/miro.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1aeead206882722aabb20e11adc413e6" alt="" width="16" height="16" data-path="images/registry/mcp/miro.svg" /> **Miro**                                                         | Project Management | OAuth · auto   | Boards, items, and collaboration in Miro.                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mondaycom.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=9fa8a53bfb8cb4f548f19d00e9ca665e" alt="" width="16" height="16" data-path="images/registry/mcp/mondaycom.png" /> **monday.com**           | Project Management | OAuth · auto   | Boards, items, and workflows in monday.com.                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/shortcut.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=9fa6ea9dfd07d9ba4f08fde083c4ab1e" alt="" width="16" height="16" data-path="images/registry/mcp/shortcut.svg" /> **Shortcut**                     | Project Management | OAuth · auto   | Stories, epics, and iterations via Shortcut (OAuth, no token needed).                                                 |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/smartsheet.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=597bc5392ca00299332cbc4e1408983b" alt="" width="16" height="16" data-path="images/registry/mcp/smartsheet.png" /> **Smartsheet** | Project Management | API key        | Sheets, rows, and reports via Smartsheet (US; EU mcp.smartsheet.eu, AU mcp.smartsheet.au). OAuth or Bearer API token. |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/teamwork.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=9f61cfd5f343600aa79b89e2c694d452" alt="" width="16" height="16" data-path="images/registry/mcp/teamwork.png" /> **Teamwork**                     | Project Management | API key        | Teamwork.com projects, tasks, and time (enable MCP under Settings > AI).                                              |

### Productivity and docs

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Category            | Authentication | What it covers                                                                                                               |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/airtable.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=7f94280546cfebef6229ae30624865d7" alt="" width="16" height="16" data-path="images/registry/mcp/airtable.svg" /> **Airtable**                                                        | Productivity & Docs | OAuth · auto   | Search, analyze, create, and update Airtable records.                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/assemblyai.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=2b292edc89a61bc30272ed403f94dcfa" alt="" width="16" height="16" data-path="images/registry/mcp/assemblyai.ico" /> **AssemblyAI**                                      | AI & Audio          | None           | AssemblyAI documentation and API reference lookup (public docs server, no auth).                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/box.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=04f709a278828ec4b08208326c2077d3" alt="" width="16" height="16" data-path="images/registry/mcp/box.svg" /> **Box**                                                                                                     | File Management     | OAuth · manual | File and folder operations, search, and Box AI.                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/caldotcom.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=08267273cf770776115a3f4aa7442af9" alt="" width="16" height="16" data-path="images/registry/mcp/caldotcom.svg" /> **Cal.com**                                                 | Scheduling          | OAuth · auto   | Scheduling: bookings, availability, and event types via Cal.com.                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/calendly.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=aed431e787ab39727d637115042c1609" alt="" width="16" height="16" data-path="images/registry/mcp/calendly.svg" /> **Calendly**                                                        | Productivity & Docs | OAuth · auto   | Scheduling: event types, availability, book, cancel, reschedule.                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/canva.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=6ac1afc1c5c51ba2d3ba1cb7cd4d1791" alt="" width="16" height="16" data-path="images/registry/mcp/canva.ico" /> **Canva**                                                                                   | Design              | OAuth · auto   | Design generation, editing, asset and brand management.                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudinary.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=b546db260ce6649429392da93cb4347b" alt="" width="16" height="16" data-path="images/registry/mcp/cloudinary.svg" /> **Cloudinary**                                      | Media               | API key        | Media asset management and transformations in Cloudinary.                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/coda.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=fa194729de65aad3a1c0c99b837794c7" alt="" width="16" height="16" data-path="images/registry/mcp/coda.svg" /> **Coda**                                                                                            | Productivity & Docs | OAuth · auto   | Read and write Coda docs, tables, and pages (OAuth or API key).                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/dropbox.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=0ab0e7726658f9391e6cdab9e64acbad" alt="" width="16" height="16" data-path="images/registry/mcp/dropbox.svg" /> **Dropbox**                                                                 | Productivity & Docs | OAuth · auto   | Search, read, and manage files in Dropbox.                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/egnyte.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=98a74fc62c0ca6e467bbaa578264c89e" alt="" width="16" height="16" data-path="images/registry/mcp/egnyte.svg" /> **Egnyte**                                                                          | File Management     | OAuth · auto   | Secure AI access, search, upload, and file management in Egnyte.                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/excalidraw.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=fac1fcd65d8ab3c4e59f278105b13f56" alt="" width="16" height="16" data-path="images/registry/mcp/excalidraw.svg" /> **Excalidraw**                                      | Design              | None           | Create and edit Excalidraw diagrams.                                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/fathom.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=958c42845738ec4e1d3eafbd640a601d" alt="" width="16" height="16" data-path="images/registry/mcp/fathom.png" /> **Fathom**                                                                        | Productivity & Docs | OAuth · auto   | Meeting recordings, transcripts, AI summaries, teams, and webhooks via browser OAuth (DCR).                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/fireflies.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=4f8a0817531c400f933b9ef1fcbfd5ba" alt="" width="16" height="16" data-path="images/registry/mcp/fireflies.ico" /> **Fireflies**                                               | Productivity & Docs | API key        | Meeting transcripts, summaries, and action items.                                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/gmail.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1cda0062779e166a960e070a25913522" alt="" width="16" height="16" data-path="images/registry/mcp/gmail.svg" /> **Gmail**                                                                                   | Productivity & Docs | OAuth · manual | Gmail remote MCP: search threads, retrieve messages, list labels, and create drafts (Google Workspace, OAuth).               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/googlecalendar.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=21a7c1ea88436a91e0baf421177167cc" alt="" width="16" height="16" data-path="images/registry/mcp/googlecalendar.svg" /> **Google Calendar** | Productivity & Docs | OAuth · manual | Google Calendar remote MCP: list calendars, search and manage events, suggest free time, and RSVP (Google Workspace, OAuth). |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/googledrive.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e8d97a55676d981eda9b50ae07ca6082" alt="" width="16" height="16" data-path="images/registry/mcp/googledrive.svg" /> **Google Drive**                            | Productivity & Docs | OAuth · manual | Google Drive remote MCP: search files and read content (Google Workspace, OAuth).                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/granola.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=5331f4717bfdd8cd0f0a32bc8fc26c8c" alt="" width="16" height="16" data-path="images/registry/mcp/granola.png" /> **Granola**                                                                 | Productivity & Docs | OAuth · auto   | Meeting notes, transcripts, folders, and action items via browser OAuth (DCR).                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/guru.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=f0f505b62c94033c041d0f22d41f681a" alt="" width="16" height="16" data-path="images/registry/mcp/guru.png" /> **Guru**                                                                                            | Productivity & Docs | OAuth · auto   | Connect AI tools to your Guru knowledge base.                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/jotform.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=674f5490a20ee0e73c92a12b882ac890" alt="" width="16" height="16" data-path="images/registry/mcp/jotform.svg" /> **Jotform**                                                               | Productivity & Docs | OAuth · manual | Create and edit forms, list forms, and create or retrieve form submissions.                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/microsoft.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=6c39f3aaa9f714fed9483063cc58e13e" alt="" width="16" height="16" data-path="images/registry/mcp/microsoft.ico" /> **Microsoft**                                             | Productivity & Docs | None           | Search Microsoft Learn documentation.                                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mux.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=da8766d306b58a4aab38ab8de2c4223d" alt="" width="16" height="16" data-path="images/registry/mcp/mux.ico" /> **Mux**                                                                                                     | Media               | OAuth · auto   | Video infrastructure: assets, live streams, and data.                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/notion.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=273735b32ad4c5fccaaca16f81760321" alt="" width="16" height="16" data-path="images/registry/mcp/notion.svg" /> **Notion**                                                                          | Productivity & Docs | OAuth · auto   | Notion pages, databases, and workspaces.                                                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/todoist.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=dcf9b12dceca731bcc830cb6c139259c" alt="" width="16" height="16" data-path="images/registry/mcp/todoist.svg" /> **Todoist**                                                                 | Productivity & Docs | OAuth · auto   | Manage Todoist tasks, projects, and workflows.                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/vimeo.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=0cbf6a1c5096298f9164fc74354cc926" alt="" width="16" height="16" data-path="images/registry/mcp/vimeo.svg" /> **Vimeo**                                                                                   | Media & Video       | OAuth · auto   | Manage and query Vimeo videos (Claude; ChatGPT uses mcp.vimeo.com/sse).                                                      |

### Communication

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Category       | Authentication | What it covers                                                                                                                                                                                                                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/infobip.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=17aad62798edcc54c71258ae4582df67" alt="" width="16" height="16" data-path="images/registry/mcp/infobip.png" /> **Infobip** | Communication  | API key        | Omnichannel messaging: SMS, RCS, WhatsApp, Viber.                                                                                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/slack.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=6d73019c65a3bbcd8635393ea6b7f5e9" alt="" width="16" height="16" data-path="images/registry/mcp/slack.svg" /> **Slack**                 | Communication  | OAuth · manual | Slack remote MCP: search messages, files, channels and users; read channels and threads; send messages; and read/create/update canvases. Confidential OAuth with a pre-registered Slack app (directory or internal); Streamable HTTP only. |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/telnyx.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=55f8990f2b0d84006b23ba6ec5c4c968" alt="" width="16" height="16" data-path="images/registry/mcp/telnyx.ico" /> **Telnyx**        | Communications | API key        | Telnyx API actions: messaging, voice, numbers (canonical API MCP endpoint).                                                                                                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/twilio.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=cdcf4ea42e2f217ab1ab560c8d829a8c" alt="" width="16" height="16" data-path="images/registry/mcp/twilio.png" /> **Twilio**          | Communications | None           | Twilio documentation and API specs (public docs server, no auth).                                                                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/vonage.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=1b5c1657a40aa93bad4e705f42055f18" alt="" width="16" height="16" data-path="images/registry/mcp/vonage.svg" /> **Vonage**          | Communication  | None           | Vonage API documentation, code snippets, and tutorials.                                                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/zoom.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=20cfe409ca8f2c845580fd96e75eedc5" alt="" width="16" height="16" data-path="images/registry/mcp/zoom.svg" /> **Zoom Docs**                       | Communication  | OAuth · manual | Create and retrieve Zoom documents and notes.                                                                                                                                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/zoom.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=20cfe409ca8f2c845580fd96e75eedc5" alt="" width="16" height="16" data-path="images/registry/mcp/zoom.svg" /> **Zoom Revenue Accelerator**        | Communication  | OAuth · manual | Zoom Revenue Accelerator sales insights and deal intelligence.                                                                                                                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/zoom.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=20cfe409ca8f2c845580fd96e75eedc5" alt="" width="16" height="16" data-path="images/registry/mcp/zoom.svg" /> **Zoom Team Chat**                  | Communication  | OAuth · manual | Zoom Team Chat channels, messages, and contacts.                                                                                                                                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/zoom.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=20cfe409ca8f2c845580fd96e75eedc5" alt="" width="16" height="16" data-path="images/registry/mcp/zoom.svg" /> **Zoom Whiteboard**                 | Communication  | OAuth · manual | Zoom Whiteboard boards and diagrams.                                                                                                                                                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/zoom.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=20cfe409ca8f2c845580fd96e75eedc5" alt="" width="16" height="16" data-path="images/registry/mcp/zoom.svg" /> **Zoom Workspace**                  | Communication  | OAuth · manual | Zoom workspace: meetings, chat, docs, and recordings.                                                                                                                                                                                      |

### Customer support and ITSM

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Category         | Authentication | What it covers                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/checkr.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=5dfa467db99f43b8183bc4873ffaad0d" alt="" width="16" height="16" data-path="images/registry/mcp/checkr.png" /> **Checkr**                                     | HR & Recruiting  | OAuth · auto   | Background checks: manage and retrieve screening reports (OAuth Dynamic Client Registration).                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/freshworks.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=2368b0cadae5fb08e144591752ef6494" alt="" width="16" height="16" data-path="images/registry/mcp/freshworks.png" /> **Freshworks** | Customer Support | OAuth · manual | Freshservice/Freshdesk tickets, assets, and knowledge base via the Freshworks MCP gateway. <br />*You supply: `domain`*                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/front.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=b29acec0d16da365c2a9324cf61a3df4" alt="" width="16" height="16" data-path="images/registry/mcp/front.png" /> **Front**                                              | Customer Support | OAuth · manual | Act on Front conversations (OAuth 2.1 + PKCE; per-user scopes read/write/send).                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/gorgias.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=5c9d970d9baa47c73909a37d4b7e699f" alt="" width="16" height="16" data-path="images/registry/mcp/gorgias.png" /> **Gorgias**                            | Customer Support | OAuth · auto   | Helpdesk tickets and customers; subdomain passed as query parameter. <br />*You supply: `subdomain`*                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/halo.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=9596ba0c49836f82cf890eaa8a228a21" alt="" width="16" height="16" data-path="images/registry/mcp/halo.png" /> **Halo**                                                     | ITSM             | API key        | Per-instance Halo ITSM/PSA MCP endpoint (enable in Configuration > AI). Tickets, knowledge base, assets, and runbooks. <br />*You supply: `instance`* |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/intercom.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=bdbc4e24f8eade0ae058059ad2e573fd" alt="" width="16" height="16" data-path="images/registry/mcp/intercom.svg" /> **Intercom**                   | Support          | OAuth · auto   | Conversations, contacts, and help center in Intercom.                                                                                                 |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/servicenow.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=b41995904aa0c477565aba858a00c9e6" alt="" width="16" height="16" data-path="images/registry/mcp/servicenow.ico" /> **ServiceNow** | ITSM             | OAuth · manual | Per-instance ServiceNow MCP server (Zurich+); append your registered server name. <br />*You supply: `instance`, `server`*                            |

### Sales, CRM and marketing

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Category           | Authentication | What it covers                                                                                                                           |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/ahrefs.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=fb0efb8caefd3177f7b2b5351343a275" alt="" width="16" height="16" data-path="images/registry/mcp/ahrefs.png" /> **Ahrefs**                                      | Marketing          | OAuth · auto   | SEO data, backlinks, keyword and competitor research (paid plans).                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/apollo.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=550c1bb98855a0a57fff71883d33e6dc" alt="" width="16" height="16" data-path="images/registry/mcp/apollo.ico" /> **Apollo**                                      | Sales Intelligence | OAuth · auto   | Sales intelligence: prospecting, contacts, and enrichment via Apollo.                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/attio.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=8fc3ab947f80b571cf7abfba635d6950" alt="" width="16" height="16" data-path="images/registry/mcp/attio.ico" /> **Attio**                                               | CRM                | OAuth · auto   | Search, create, and update records in Attio CRM.                                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/close.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=da20a8ec8ac3275c31e076b616429ae4" alt="" width="16" height="16" data-path="images/registry/mcp/close.png" /> **Close**                                               | Sales              | OAuth · auto   | Close CRM sales pipeline management.                                                                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/customerio.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=d4abd44f9228b5544f94ac9ad5656594" alt="" width="16" height="16" data-path="images/registry/mcp/customerio.png" /> **Customer.io** | Marketing          | OAuth · auto   | Customer engagement: campaigns, segments, people, and workspace data (US; EU mcp-eu.customer.io).                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/hubspot.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=db5ee0babf151c7e2a71827c84b47742" alt="" width="16" height="16" data-path="images/registry/mcp/hubspot.svg" /> **HubSpot**                             | CRM                | OAuth · manual | CRM contacts, deals, tickets, and marketing in HubSpot.                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/klaviyo.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=91b619a4b93568e28b9bfadb4ed6bbf6" alt="" width="16" height="16" data-path="images/registry/mcp/klaviyo.png" /> **Klaviyo**                             | Marketing          | OAuth · auto   | Email/SMS marketing: profiles, lists, campaigns, and metrics via Klaviyo.                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mailchimp.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=fcd0c6d3a44d1819f9bacf1b2a3d7459" alt="" width="16" height="16" data-path="images/registry/mcp/mailchimp.svg" /> **Mailchimp**           | Marketing          | API key        | Mailchimp Transactional (Mandrill) email sending and reporting.                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/salesforce.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3c76a9fd25128552061b4b469dfc9b1b" alt="" width="16" height="16" data-path="images/registry/mcp/salesforce.ico" /> **Salesforce**  | Sales & CRM        | OAuth · manual | Hosted Salesforce MCP servers (append a server name, e.g. platform/sobject-all). Sandbox uses /v1/sandbox/. <br />*You supply: `server`* |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/semrush.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=ed4a0be044741aca878dff6a64a714b4" alt="" width="16" height="16" data-path="images/registry/mcp/semrush.svg" /> **Semrush**                             | Marketing          | OAuth · auto   | SEO, keyword, and competitive research via Semrush.                                                                                      |

### Finance and payments

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Category            | Authentication | What it covers                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/brex.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=0838f59d355bee0135e0dbd7e0ce8cd2" alt="" width="16" height="16" data-path="images/registry/mcp/brex.svg" /> **Brex**                                                                                              | Finance             | OAuth · auto   | Corporate cards, expenses, budgets, and spend limits (OAuth DCR; API key fallback).                                                                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/chargebee.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=75f8a67c4edafa09c4ed10739dea6242" alt="" width="16" height="16" data-path="images/registry/mcp/chargebee.png" /> **Chargebee**                                               | Billing & Payments  | OAuth · manual | Per-site Chargebee agents (knowledge\_base\_agent, data\_lookup\_agent, onboarding\_agent); regional hosts. <br />*You supply: `subdomain`, `agent`*                                                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/coinbase.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=49edff84a08c913235123edb2b68c43a" alt="" width="16" height="16" data-path="images/registry/mcp/coinbase.svg" /> **Coinbase**                                                          | Payments            | None           | Coinbase CDP Bazaar: discover and call paid x402 endpoints for agent payments.                                                                                                                                                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/daloopa.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=2f3082fb308044dd858dd818350bf033" alt="" width="16" height="16" data-path="images/registry/mcp/daloopa.png" /> **Daloopa**                                                                   | Finance             | API key        | Fundamental financial data and models from Daloopa.                                                                                                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/holded.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3e6df0e25095151877783611b684312d" alt="" width="16" height="16" data-path="images/registry/mcp/holded.png" /> **Holded**                                                                          | Finance             | OAuth · auto   | Create and manage invoices, contacts, products, payments, balances, and stock in Holded.                                                                                                                                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/lithic.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e428fb07bade1edeb274f3d675bce4e7" alt="" width="16" height="16" data-path="images/registry/mcp/lithic.png" /> **Lithic**                                                                            | Finance             | None           | Card issuing API and docs: explore endpoints and run live requests.                                                                                                                                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mercury.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=21731f4068f580abfe605dd9580664fe" alt="" width="16" height="16" data-path="images/registry/mcp/mercury.ico" /> **Mercury**                                                                   | Finance             | OAuth · auto   | Banking data: accounts, transactions (read-only; OAuth 2.0 DCR).                                                                                                                                                                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/moderntreasury.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=90684fd8827aeb08579ced158d75d8ca" alt="" width="16" height="16" data-path="images/registry/mcp/moderntreasury.png" /> **Modern Treasury** | Finance             | None           | Platform API access and documentation (auth optional via headers/query).                                                                                                                                                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mollie.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=5100a6ff7498a387549d64c802e20b2e" alt="" width="16" height="16" data-path="images/registry/mcp/mollie.png" /> **Mollie**                                                                            | Payments            | API key        | Payments and balances via Mollie (proxy to public API).                                                                                                                                                                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/netsuite.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=38313a704a480d0eaee828687e81e7ca" alt="" width="16" height="16" data-path="images/registry/mcp/netsuite.ico" /> **NetSuite**                                                          | ERP                 | OAuth · manual | Oracle NetSuite AI Connector: records, transactions, reports, saved searches, SuiteQL. <br />*You supply: `account_id`*                                                                                                                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/normanfinance.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=ade3adde066d197593d4b406621b613e" alt="" width="16" height="16" data-path="images/registry/mcp/normanfinance.png" /> **Norman Finance**          | Payments & Finance  | OAuth · auto   | AI-powered bookkeeping and tax filing.                                                                                                                                                                                                                                                 |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/paddle.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=fd38ed91b8a9c1f68f86ade7e680ea3f" alt="" width="16" height="16" data-path="images/registry/mcp/paddle.svg" /> **Paddle**                                                                            | Billing & Payments  | API key        | Subscriptions, transactions, and products (live; sandbox sandbox-mcp.paddle.com).                                                                                                                                                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/pandadoc.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=6d726ee973a5ec91dfeccdfdcaa203ca" alt="" width="16" height="16" data-path="images/registry/mcp/pandadoc.png" /> **PandaDoc**                                                        | E-signature & Legal | OAuth · auto   | Documents, templates, contacts, and webhooks via PandaDoc.                                                                                                                                                                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/paypal.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=b583fa95656e862f54278f813d0deaf8" alt="" width="16" height="16" data-path="images/registry/mcp/paypal.svg" /> **PayPal**                                                                            | Payments            | OAuth · auto   | Invoices, payments, orders, and disputes via PayPal remote MCP. Production streamable HTTP: [https://mcp.paypal.com/mcp](https://mcp.paypal.com/mcp) (sandbox: [https://mcp.sandbox.paypal.com/mcp](https://mcp.sandbox.paypal.com/mcp)). OAuth login; docs also document SSE at /sse. |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/plaid.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=7a717ccf9d4c061f17c8f25fa713415c" alt="" width="16" height="16" data-path="images/registry/mcp/plaid.png" /> **Plaid**                                                                                     | Payments & Finance  | API key        | Plaid dashboard, items, and financial data access.                                                                                                                                                                                                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/ramp.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=a5f7d4e046340bda9324c21bcfe7eee9" alt="" width="16" height="16" data-path="images/registry/mcp/ramp.ico" /> **Ramp**                                                                                              | Finance             | OAuth · auto   | Spend management: cards, transactions, bills, and reimbursements via Ramp.                                                                                                                                                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/razorpay.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=b51f8cd65b57c6b2d24602d0caaeb925" alt="" width="16" height="16" data-path="images/registry/mcp/razorpay.svg" /> **Razorpay**                                                          | Payments            | API key        | Payments, orders, refunds, and settlements via Razorpay.                                                                                                                                                                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/square.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=4d9dcd12a29cd520ef744ebc9ba3d16b" alt="" width="16" height="16" data-path="images/registry/mcp/square.svg" /> **Square**                                                                            | Payments            | OAuth · auto   | Payments, catalog, orders, and customers via Square.                                                                                                                                                                                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/stripe.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=a10587c33e9f7fe8269f0da66a8dd523" alt="" width="16" height="16" data-path="images/registry/mcp/stripe.svg" /> **Stripe**                                                                            | Payments            | OAuth · auto   | Payments, subscriptions, and invoices via Stripe.                                                                                                                                                                                                                                      |

### Security and identity

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Category              | Authentication | What it covers                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/endorlabs.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=21ad767ecb34fee592373a2a6ed085d4" alt="" width="16" height="16" data-path="images/registry/mcp/endorlabs.png" /> **Endor Labs**         | Security              | None           | Endor Labs documentation search (public docs server, no auth).                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/jumpcloud.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=83bbfda028ea119274c46149a0d39722" alt="" width="16" height="16" data-path="images/registry/mcp/jumpcloud.png" /> **JumpCloud**            | Security & Identity   | API key        | Manage JumpCloud identity and device resources.                                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/microsoft.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=6c39f3aaa9f714fed9483063cc58e13e" alt="" width="16" height="16" data-path="images/registry/mcp/microsoft.ico" /> **Microsoft Sentinel** | Security              | OAuth · manual | Microsoft Sentinel security data exploration.                                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/sectigo.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=c231baebd321ed8058f4b4c6d8070572" alt="" width="16" height="16" data-path="images/registry/mcp/sectigo.svg" /> **Sectigo**                              | Security & Identity   | OAuth · manual | Sectigo Certificate Manager (SCM) hosted MCP: issue, renew, revoke, search and report on certificates. <br />*You supply: `instance`* |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/semgrep.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=984bd6997be739cc458c951f5ba086c6" alt="" width="16" height="16" data-path="images/registry/mcp/semgrep.png" /> **Semgrep**                              | Security              | OAuth · auto   | Static analysis security scanning: findings, rules, and code scanning.                                                                |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/socket.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3c0bb0c3066dc95728c08301fc3a360a" alt="" width="16" height="16" data-path="images/registry/mcp/socket.svg" /> **Socket**                                       | Security              | None           | Dependency/package supply-chain risk lookup (public server, no auth).                                                                 |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/sonatype.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=9788fe2c0d4d3b36689ac8543f68a92f" alt="" width="16" height="16" data-path="images/registry/mcp/sonatype.svg" /> **Sonatype**                     | Security & Identity   | API key        | Component intelligence: versions, security analysis, Trust Score.                                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/stytch.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=3614518916cf24b37d998519777ea530" alt="" width="16" height="16" data-path="images/registry/mcp/stytch.ico" /> **Stytch**                                       | Security & Identity   | OAuth · auto   | Manage Stytch authentication, users, and connected apps.                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/vanta.png?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=54e15b2983762205c10e44b438e8e280" alt="" width="16" height="16" data-path="images/registry/mcp/vanta.png" /> **Vanta**                                                | Security & Compliance | OAuth · auto   | Compliance posture, tests, and remediation (US; EU mcp.eu.vanta.com, AUS mcp.aus.vanta.com).                                          |

### Web, CMS and commerce

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Category   | Authentication | What it covers                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -------------- | ------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/builderio.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=cb8646a4f4224853cd89f93a1ec6933e" alt="" width="16" height="16" data-path="images/registry/mcp/builderio.ico" /> **Builder.io**       | Web & CMS  | API key        | Builder Publish/Hybrid Space content (Private API key).                                                                   |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/contentful.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=e850f5b0e4dfa90bdd62843c39595b4d" alt="" width="16" height="16" data-path="images/registry/mcp/contentful.svg" /> **Contentful** | CMS        | OAuth · auto   | Manage Contentful spaces, content types, and entries (Beta).                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/prismic.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e19c8131d4c2b7b9fb2b6ff23f5d1e7e" alt="" width="16" height="16" data-path="images/registry/mcp/prismic.svg" /> **Prismic**                            | Web & CMS  | OAuth · auto   | Manage Prismic content types and documents.                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/sanity.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=bd88f15da529968d700cc4960517502a" alt="" width="16" height="16" data-path="images/registry/mcp/sanity.svg" /> **Sanity**                                     | Web & CMS  | OAuth · auto   | Query and manage Sanity content and datasets.                                                                             |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/shopify.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=f51b10393e8ab84a37a3514f5f54df18" alt="" width="16" height="16" data-path="images/registry/mcp/shopify.svg" /> **Shopify**                            | E-commerce | None           | Per-store Storefront MCP: product search, cart, and policy tools (public storefront, no auth). <br />*You supply: `shop`* |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/storyblok.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=c3a9bb664762d03b99744d3e1202fad1" alt="" width="16" height="16" data-path="images/registry/mcp/storyblok.png" /> **Storyblok**        | Web & CMS  | OAuth · auto   | Search and manage Storyblok Management API content, spaces, components, assets, workflows, and releases.                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/webflow.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=aacf3c0faef13b3677f1165ca18ee4a0" alt="" width="16" height="16" data-path="images/registry/mcp/webflow.svg" /> **Webflow**                            | Web & CMS  | OAuth · auto   | Manage Webflow sites, CMS collections, and design.                                                                        |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/wix.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=e68cb15e7a87125754b20f62ff95fd38" alt="" width="16" height="16" data-path="images/registry/mcp/wix.svg" /> **Wix**                                                                | Web & CMS  | OAuth · auto   | Manage Wix sites, Velo code, and business solutions.                                                                      |

### AI, search and automation

| Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Category            | Authentication | What it covers                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/algolia.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=cfc466f4466e0c746195f75f6a834c0f" alt="" width="16" height="16" data-path="images/registry/mcp/algolia.svg" /> **Algolia**                                                                                  | Search              | API key        | Per-application Algolia search/Recommend MCP (public, no auth; up to 5 indices). <br />*You supply: `app_id`, `uniq_id`*                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/apify.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=140fd0d401b2fd4669942abced90a9cc" alt="" width="16" height="16" data-path="images/registry/mcp/apify.png" /> **Apify**                                                                                                    | Web Scraping & Data | OAuth · auto   | Run scrapers, crawlers, and automations on Apify.                                                                                                                                                     |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/arcade.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=ce416fc1dacc864cd6533fc3a4932c2e" alt="" width="16" height="16" data-path="images/registry/mcp/arcade.png" /> **Arcade**                                                                                           | Automation          | API key        | Arcade MCP Gateway: tool calls across integrations (Bearer key + Arcade-User-ID). <br />*You supply: `gateway_slug`*                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/braintrust.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=9574322bd7ed5d98fc798f49fdee81f6" alt="" width="16" height="16" data-path="images/registry/mcp/braintrust.svg" /> **Braintrust**                                                       | AI & ML             | API key        | LLM evals, experiments, and logs (US; EU api-eu.braintrust.dev/mcp).                                                                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/brightdata.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=ed1363d50f0fe2cb1ddb3b6ee4dd5be8" alt="" width="16" height="16" data-path="images/registry/mcp/brightdata.png" /> **Bright Data**                                                      | Web Scraping & Data | API key        | Web search, scraping, and Web Unlocker; token passed as query parameter. <br />*You supply: `token`*                                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/browserbase.ico?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=c1b30e947eaf86987222fbca74283e92" alt="" width="16" height="16" data-path="images/registry/mcp/browserbase.ico" /> **Browserbase**                                              | Browser Automation  | API key        | Hosted cloud browser runtime for agents; API key is passed as a query parameter. <br />*You supply: `browserbaseApiKey`*                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/cloudflare.svg?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=f2e9ccdecb612b4ba7cea7a5ed5b353d" alt="" width="16" height="16" data-path="images/registry/mcp/cloudflare.svg" /> **Cloudflare AI Gateway**                                            | AI & ML             | OAuth · auto   | Search logs and configure Cloudflare AI Gateway.                                                                                                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/exa.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=a17911ca788d2a96ca841f5591c8c696" alt="" width="16" height="16" data-path="images/registry/mcp/exa.png" /> **Exa**                                                                                                                      | Search              | API key        | Fast web search and crawling for agents.                                                                                                                                                              |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/firecrawl.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=c58eabb69d2997ceb6042c52656c793c" alt="" width="16" height="16" data-path="images/registry/mcp/firecrawl.png" /> **Firecrawl**                                                                | Web Scraping & Data | OAuth · auto   | Web scraping, crawling, and extraction (OAuth keyless; or API key in path).                                                                                                                           |
| <img src="https://mintcdn.com/neuraltrust-92b43583/WOAXl9OCHfL-fE22/images/registry/mcp/glean.png?fit=max&auto=format&n=WOAXl9OCHfL-fE22&q=85&s=59f3bea8046813d34ac8868043024824" alt="" width="16" height="16" data-path="images/registry/mcp/glean.png" /> **Glean**                                                                                                    | Enterprise Search   | OAuth · manual | Per-tenant Glean work AI: search and knowledge across connected apps. <br />*You supply: `tenant`, `server`*                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/huggingface.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=537864ad70a8dbcd3576b0516d4ab9f5" alt="" width="16" height="16" data-path="images/registry/mcp/huggingface.svg" /> **Hugging Face**                                             | AI & ML             | OAuth · auto   | Search models, datasets, and Spaces on Hugging Face.                                                                                                                                                  |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/jinaai.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=e71f3c2b5dcdfc55c60d32d4f96ddd9c" alt="" width="16" height="16" data-path="images/registry/mcp/jinaai.png" /> **Jina AI**                                                                                          | Search              | API key        | Web reading, search, and grounding via Jina AI.                                                                                                                                                       |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/make.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=ed35fecd3f35610af9a7de0accc68ebe" alt="" width="16" height="16" data-path="images/registry/mcp/make.svg" /> **Make**                                                                                                             | Automation          | OAuth · auto   | Build, manage, and run automation workflows.                                                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/mem0.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=99fa60ed36e1f80ce8fe8615aa669d6f" alt="" width="16" height="16" data-path="images/registry/mcp/mem0.png" /> **Mem0**                                                                                                           | AI & Memory         | API key        | Persistent memory store for agents via Mem0.                                                                                                                                                          |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/n8n.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=87d2496af0cc7bba55b066d795bb68c3" alt="" width="16" height="16" data-path="images/registry/mcp/n8n.svg" /> **n8n**                                                                                                                      | Automation          | OAuth · auto   | Instance-level n8n MCP: search, run, and build workflows exposed to MCP clients (Settings > Instance-level MCP). <br />*You supply: `domain`*                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/pinecone.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=08670582d19b343b998c13fffc1e35d6" alt="" width="16" height="16" data-path="images/registry/mcp/pinecone.ico" /> **Pinecone**                                                                         | AI & Memory         | API key        | Per-assistant Pinecone MCP: retrieve context from an assistant's uploaded files. <br />*You supply: `assistant_host`, `assistant_name`*                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/pipedream.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=8f4f3e6599203027240ebdcf54c99af9" alt="" width="16" height="16" data-path="images/registry/mcp/pipedream.png" /> **Pipedream**                                                                | Automation          | API key        | Official Pipedream hosted MCP: tool calls across 3,000+ apps (Connect API auth).                                                                                                                      |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/replicate.svg?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=7cc0102d48becf53f715fa69d10e0648" alt="" width="16" height="16" data-path="images/registry/mcp/replicate.svg" /> **Replicate**                                                                | AI & ML             | OAuth · auto   | Official hosted Replicate MCP (SSE): discover, compare, and run models. Endpoint [https://mcp.replicate.com/sse](https://mcp.replicate.com/sse). OAuth (DCR) or Replicate API token via client login. |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/scrapingant.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=1b27fecf41175f96220b451c9c5489d3" alt="" width="16" height="16" data-path="images/registry/mcp/scrapingant.ico" /> **ScrapingAnt**                                              | Web Scraping & Data | API key        | Cloud web scraping with real browsers and JS rendering.                                                                                                                                               |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/serpapi.png?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=452df0da29e8e29755f86632cf8b08f8" alt="" width="16" height="16" data-path="images/registry/mcp/serpapi.png" /> **SerpApi**                                                                                  | Search              | API key        | Google, Bing, and other search engine results via SerpApi.                                                                                                                                            |
| <img src="https://mintcdn.com/neuraltrust-92b43583/Y2XJ-tapSJzZ59S8/images/registry/mcp/tavily.ico?fit=max&auto=format&n=Y2XJ-tapSJzZ59S8&q=85&s=4c8175629f1aa672c52cef4ac659d7c0" alt="" width="16" height="16" data-path="images/registry/mcp/tavily.ico" /> **Tavily**                                                                                           | Search              | OAuth · auto   | Web search and extraction for agents (OAuth keyless; API key also supported).                                                                                                                         |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/weightsandbiases.svg?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=588cf270d8317c729d32a4373675ee64" alt="" width="16" height="16" data-path="images/registry/mcp/weightsandbiases.svg" /> **Weights & Biases** | AI & ML             | API key        | W\&B runs, sweeps, and Weave traces (multi-tenant; dedicated/self-managed use your instance host).                                                                                                    |
| <img src="https://mintcdn.com/neuraltrust-92b43583/KcWAP6vv1z_kt8xw/images/registry/mcp/workato.ico?fit=max&auto=format&n=KcWAP6vv1z_kt8xw&q=85&s=214a4acb8890295b2959e3986284d67f" alt="" width="16" height="16" data-path="images/registry/mcp/workato.ico" /> **Workato**                                                                                  | Automation          | API key        | Workato Developer/Embedded API MCP: manage workspace assets and projects.                                                                                                                             |
