MCP Server Registry

Discover, validate, and secure Model Context Protocol servers

Quick Start

# Connect via MCP
{
  "mcpServers": {
    "mcp-registry": {
      "url": "https://mcp-servers.org/mcp",
      "transport": "streamable-http"
    }
  }
}

# Or discover via A2A protocol
curl https://mcp-servers.org/.well-known/agent.json

Popular MCP Servers

ServerCategorySecurity ScoreDocs
FilesystemFile Access87/100Guide
PostgreSQLDatabase82/100Guide
PuppeteerBrowser54/100Guide
SlackCommunication61/100Guide
MemoryPersistence58/100Guide

Security scores from AgentPwn vulnerability research. Run npx hackmyagent secure to test your MCP config.

MCP Security Best Practices

API Endpoints

MethodPathDescription
GET/.well-known/agent.jsonA2A agent card
POST/a2a/tasks/sendSubmit a task
POST/mcp/tools/listList available MCP tools
POST/mcp/tools/callExecute an MCP tool
GET/contextBrowse documentation