The Model Context Protocol Authority
Access our comprehensive MCP server directory and resources programmatically
Integrate MCPHubz data and functionality into your applications
Access our comprehensive directory of MCP servers with detailed metadata
Powerful search and filtering capabilities for finding specific MCP servers
Easily integrate with our API using our client SDKs for various languages
Access usage statistics and popularity metrics for MCP servers
Choose the plan that fits your needs
Free
$99/month
$499/month
Comprehensive documentation to help you integrate with our API
Follow these steps to start using the MCPHubz API:
Sign up for a MCPHubz account if you don't already have one.
Navigate to your account settings and generate an API key.
Select the API plan that fits your needs.
Use your API key to make your first request to our API.
curl -X GET "https://api.mcphubz.com/v1/servers" \
-H "Authorization: Bearer YOUR_API_KEY"
All API requests require authentication using an API key. You can generate an API key in your account settings.
Include your API key in the Authorization header of your requests:
Authorization: Bearer YOUR_API_KEY
Rate limits vary based on your plan:
Rate limit information is included in the response headers:
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1616172800
GET /v1/servers
Returns a list of MCP servers with basic information.
page
- Page number (default: 1)limit
- Results per page (default: 20, max: 100)category
- Filter by categorysdk
- Filter by SDKsearch
- Search termGET /v1/servers/{id}
Returns detailed information about a specific MCP server.
GET /v1/search
Search for MCP servers using advanced filtering.
q
- Search queryfilters
- JSON object with filter criteriasort
- Sort field and directionGET /v1/servers/{id}/analytics
Returns usage and popularity metrics for a specific server.
Professional & EnterprisePOST /v1/servers/bulk
Get details for multiple servers in a single request.
Professional & Enterprisecurl -X GET "https://api.mcphubz.com/v1/servers" \
-H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.mcphubz.com/v1/search?q=python" \
-H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.mcphubz.com/v1/servers/filesystem" \
-H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.mcphubz.com/v1/servers?category=data-access&sdk=typescript" \
-H "Authorization: Bearer YOUR_API_KEY"
We provide official client SDKs for several programming languages to make integration easier:
// Maven
<dependency>
<groupId>com.mcphubz</groupId>
<artifactId>api-client</artifactId>
<version>1.0.0</version>
</dependency>
Discover how developers are using the MCPHubz API
Integrate MCP server discovery directly into AI development platforms to help developers find and implement context management solutions.
Automatically discover and integrate MCP servers into workflow automation systems based on specific requirements.
Build custom analytics dashboards to track MCP server usage and performance across your organization.
Create specialized developer tools that help with MCP server selection, configuration, and integration.
Need help with our API? Our support team is here to assist you.