/api/v1/searchSearch servers
Keyword and category search over active listings. Returns install hints with confidence scores.
https://allmcps.com/api/v1/search?q=github&limit=5Developers & agents
Public, CORS-friendly endpoints for searching MCP servers, embedding badges, and plugging AllMCPs into AI agents. No API key required for read endpoints.
Search the directory from any HTTP client or agent:
curl "https://allmcps.com/api/v1/search?q=postgres&limit=5"
/api/v1/searchKeyword and category search over active listings. Returns install hints with confidence scores.
https://allmcps.com/api/v1/search?q=github&limit=5/api/v1/servers/{id}Single listing with quality score, popularity signals, and public metadata.
https://allmcps.com/api/v1/servers/github-github-mcp-server/api/v1/mcp/{id}/markdownLLM-friendly Markdown for a listing. Also available via Accept: text/markdown on /mcp/{id}.
https://allmcps.com/mcp/github-github-mcp-server.md/api/v1/healthLightweight health probe for monitors and agents.
https://allmcps.com/api/v1/health/api/badge/{id}Dynamic badge for READMEs and docs. Use dofollow links when embedding for reciprocal SEO.
https://allmcps.com/api/badge/github-github-mcp-server?style=shield/api/v1/submitSubmit a new MCP listing programmatically (requires email). Human form is /submit.
POST https://allmcps.com/api/v1/submit/api/v1/inspectProxy tools/list (and related methods) against a remote MCP endpoint for debugging.
POST https://allmcps.com/api/v1/inspect/api/mcpAllMCPs itself as a remote MCP server for agent discovery of the directory.
https://allmcps.com/api/mcpLink response headers on every page point at this docs URL, the API catalog, and OAuth metadata.Accept: text/markdown or append ?format=md / .md to listing URLs.Questions or partnership ideas? Contact us.