API Documentation
PROProgrammatic access to the full MCP server directory. Requires a PRO plan and an API key.
GET
/api/v1/serversList servers with full filtering, sorting, and pagination.
curl https://mcpstore.dev/api/v1/servers?sort=most-stars \
-H "Authorization: Bearer mcp_your_api_key"GET
/api/v1/searchSearch the directory by name, description, capability, or package.
curl "https://mcpstore.dev/api/v1/search?q=github" \
-H "Authorization: Bearer mcp_your_api_key"Rate limits
PRO API keys are limited to 1,000 requests per hour.