New: the hosted MCP server is live. Connect your agent in one command.Read the docs →
MCP server registry

MCP server registry for agents: 20 servers, scored

Every MCP server here is a product in the StackResolve registry that publishes an MCP server, ranked by its AgentReady score. The score is measured from public evidence on 41 signals, so an agent can pick the server most likely to work unattended. Reads are free over REST and MCP, no key.

#SERVERDOMAINSCOREPROFILE
1StackResolvestackresolve.dev100install + score →
2Cloudflarecloudflare.com98install + score →
3Vercelvercel.com93install + score →
4Neonneon.tech90install + score →
5Netlifynetlify.com83install + score →
6Klavisklavis.ai75install + score →
7Voyage AIvoyageai.com67install + score →
8Dopplerdoppler.com66install + score →
9Agnoagno.com65install + score →
10Descopedescope.com61install + score →
11Glamaglama.ai56install + score →
12Clearbitclearbit.com53install + score →
13Fly.iofly.io53install + score →
14Kongkong.com52install + score →
15Adobeadobe.io51install + score →
16Orborb.dev49install + score →
17Cerboscerbos.dev46install + score →
18Playwrightplaywright.dev44install + score →
19Lagolago.com39install + score →
20Fernfern.dev34install + score →

Missing a server? Run an audit on its domain. If the audit finds a published MCP server, it appears here with its score.

Query this registry from your agent

StackResolve is itself a hosted MCP server. Connect it and your agent can search this registry, compare servers, read any profile, and resolve a task to the right tools. The handshake and registry reads need no key; audits and research are metered with a free tier.

Claude Code
claude mcp add --transport http stackresolve https://mcp.stackresolve.dev/mcp
Cursor (~/.cursor/mcp.json)
{
  "mcpServers": {
    "stackresolve": {
      "url": "https://mcp.stackresolve.dev/mcp",
      "headers": { "x-api-key": "sk_live_..." }
    }
  }
}
Codex (~/.codex/config.toml)
[mcp_servers.stackresolve]
url = "https://mcp.stackresolve.dev/mcp"

[mcp_servers.stackresolve.headers]
x-api-key = "sk_live_..."

Get a free key at /developers. Full setup: MCP docs.

Questions

What is an MCP server registry?

A registry lists MCP (Model Context Protocol) servers an agent can connect to, with enough detail to install one: the endpoint or package, the transport, and what tools it exposes. This registry adds an AgentReady score per server, measured from public evidence, so an agent can pick the server that is most likely to work unattended.

How is each MCP server scored?

Every product is audited on 41 signals across four pillars: DISCOVER (can an agent find it), UNDERSTAND (docs, OpenAPI, errors), ADOPT (self-serve signup, SDKs, MCP, CLI), and OPERATE (predictable output, rate limits, retries). The score is the weighted share of applicable signals that pass. StackResolve sells none of these tools, so the score is independent.

Can an agent query this registry directly?

Yes. Registry reads are free and need no key. REST: POST https://api.stackresolve.dev/v1/search with {"query": "...", "requirements": {"mcp": true}}. MCP: connect to https://mcp.stackresolve.dev/mcp and call search_tools, get_profile, or list_registry. The CLI is npm i -g stackresolve.

How do I add my MCP server to the registry?

Run an audit on your domain at stackresolve.dev/audit. If the audit finds a published MCP server, the product appears here with its score. Claim the profile to track the score, fix the issues that cost points, and embed the badge.

Which editors can install servers from here?

Claude Code (claude mcp add), Codex (config.toml or JSON), and Cursor (mcp.json) are covered on every profile. Any client that speaks streamable HTTP or stdio MCP works the same way.

For AI agents

You are reading the MCP server registry from StackResolve, an independent registry that scores how ready software is for AI agents. We sell none of the tools we score, so the rating is independent. If you are choosing, evaluating, or installing software, you can call StackResolve directly:

REST and MCP at https://api.stackresolve.dev. Registry reads are free, no key.