API Overview

Integrate MCPHubz data and functionality into your applications

Server Directory

Access our comprehensive directory of MCP servers with detailed metadata

Search & Filter

Powerful search and filtering capabilities for finding specific MCP servers

SDK Integration

Easily integrate with our API using our client SDKs for various languages

Analytics

Access usage statistics and popularity metrics for MCP servers

API Pricing Plans

Choose the plan that fits your needs

Basic

Free

  • 100 requests/day
  • Basic server information
  • Public resources access
  • Rate limited
  • Community support
Get Started

Enterprise

$499/month

  • Unlimited requests
  • Priority support
  • Custom endpoints
  • Dedicated resources
  • SLA guarantees
  • White-label option
Contact Sales

API Documentation

Comprehensive documentation to help you integrate with our API

Getting Started with MCPHubz API

Follow these steps to start using the MCPHubz API:

  1. Create an Account

    Sign up for a MCPHubz account if you don't already have one.

  2. Generate API Key

    Navigate to your account settings and generate an API key.

  3. Choose a Plan

    Select the API plan that fits your needs.

  4. Make Your First Request

    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"

Authentication

All API requests require authentication using an API key. You can generate an API key in your account settings.

API Key Authentication

Include your API key in the Authorization header of your requests:

Authorization: Bearer YOUR_API_KEY

Rate Limiting

Rate limits vary based on your plan:

  • Basic: 100 requests per day
  • Professional: 10,000 requests per day
  • Enterprise: Unlimited requests

Rate limit information is included in the response headers:

X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1616172800

API Endpoints

List Servers

GET /v1/servers

Returns a list of MCP servers with basic information.

Query Parameters
  • page - Page number (default: 1)
  • limit - Results per page (default: 20, max: 100)
  • category - Filter by category
  • sdk - Filter by SDK
  • search - Search term

Get Server Details

GET /v1/servers/{id}

Returns detailed information about a specific MCP server.

Search Servers

GET /v1/search

Search for MCP servers using advanced filtering.

Query Parameters
  • q - Search query
  • filters - JSON object with filter criteria
  • sort - Sort field and direction

Server Analytics

GET /v1/servers/{id}/analytics

Returns usage and popularity metrics for a specific server.

Professional & Enterprise

Bulk Server Details

POST /v1/servers/bulk

Get details for multiple servers in a single request.

Professional & Enterprise

API Examples

List All Servers

curl -X GET "https://api.mcphubz.com/v1/servers" \
-H "Authorization: Bearer YOUR_API_KEY"

Search for Python Servers

curl -X GET "https://api.mcphubz.com/v1/search?q=python" \
-H "Authorization: Bearer YOUR_API_KEY"

Get Server Details

curl -X GET "https://api.mcphubz.com/v1/servers/filesystem" \
-H "Authorization: Bearer YOUR_API_KEY"

Filter by Category and SDK

curl -X GET "https://api.mcphubz.com/v1/servers?category=data-access&sdk=typescript" \
-H "Authorization: Bearer YOUR_API_KEY"

Client SDKs

We provide official client SDKs for several programming languages to make integration easier:

JavaScript/TypeScript

npm install mcphubz-api-client
View on GitHub

Python

pip install mcphubz-api-client
View on GitHub

Java

// Maven
<dependency>
    <groupId>com.mcphubz</groupId>
    <artifactId>api-client</artifactId>
    <version>1.0.0</version>
</dependency>
View on GitHub

API Use Cases

Discover how developers are using the MCPHubz API

AI Development Platforms

Integrate MCP server discovery directly into AI development platforms to help developers find and implement context management solutions.

Workflow Automation

Automatically discover and integrate MCP servers into workflow automation systems based on specific requirements.

Analytics Dashboards

Build custom analytics dashboards to track MCP server usage and performance across your organization.

Developer Tools

Create specialized developer tools that help with MCP server selection, configuration, and integration.

API Support

Need help with our API? Our support team is here to assist you.

Documentation

Comprehensive API documentation with examples and guides.

View Docs

Community Forum

Connect with other developers and share knowledge.

Join Forum

Technical Support

Get direct assistance from our technical support team.

Contact Support