v1.0 · Free · No Auth Required
Agent Discovery API
The standard endpoint for AI agent frameworks to discover and query MCP tools. Compatible with Agent Zero, AutoGPT, LangChain, CrewAI, and any MCP-aware framework.
Base URL: https://mcphubz.com/api
Endpoints
GET
/api/discoverQuery the full MCP server registry. The primary endpoint for agent framework integration.
Parameters
categorystringFilter by category: database, tools, communication, integration, api, security, analytics, automation, data, productivitysearchstringFull-text search across name, description, and tagsminScorenumberMinimum health score (0-100). Use 80+ for production-grade servers.limitnumberResults per page. Max 100. Default 20.offsetnumberPagination offset. Default 0.sortstringSort by: qualityScore (default), stars, downloadsformatstringResponse format: json (default) or mcp (MCP-native tool schema)Example: GET /api/discover?category=database&minScore=80&format=mcp
GET
/api/healthGet the health score and breakdown for a specific MCP server.
Parameters
serverstringServer slug (e.g. github-mcp-server)githubUrlstringFull GitHub URL of the serverExample: GET /api/health?server=github-mcp-server
GET
/api/serversFull server listing with pagination and filtering. Powers the MCPHubz directory.
Parameters
categorystringFilter by categorysearchstringSearch querysortstringSort fieldlimitnumberResults per pageoffsetnumberPagination offsetExample: GET /api/servers?category=database&sort=stars&limit=10
Integration Examples
Rate Limits & Authentication
Unauthenticated
100 req/hour
No API key needed
Authenticated
1,000 req/hour
Coming soon
Enterprise
Unlimited
Contact us
CORS
All origins
Access-Control-Allow-Origin: *