Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-03-26 streamable-http

io.github.apihubio/mcp-server

io.github.apihubio/mcp-server

Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace.

Uptime
100.0%
1 direct probes · 30d
Response
287ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

apihub_search

Read-only. Searches onboarded APIHub services by free-text query, with optional category, price, and type filters. Returns up to 10 matches ranked by uptime and endpoint count, each with slug, descrip…

apihub_list_services

Read-only. Lists onboarded APIHub services alphabetically, returning each service's slug, name, description, category, provider, endpoint count, and lowest per-endpoint price in microdollars. No authe…

apihub_get_service

Get full details for a specific API service including all endpoints, schemas, and pricing.

apihub_call

Sends payment. Calls a paid endpoint on an onboarded APIHub service. Debits the endpoint's price from your credit balance and forwards the request to the upstream provider. Returns an object with the …

apihub_search_external

Search external x402-protected APIs (not operated by APIHub, but callable via credits). Returns listings with endpoint counts, prices, and on-chain activity.

apihub_call_external

Call an external x402-protected URL (any provider in the marketplace or any x402 API). APIHub pays the provider on your behalf using the platform wallet and debits your credit balance for the exact am…

apihub_read_content

Read web content through a paid content gateway. Returns clean, structured text extracted from the URL. Use this for content services (service_type = 'content').

apihub_topup

Purchase APIHub credits via x402 (USDC on Base). Returns payment instructions including a web URL for browser-based payment, a CLI command, and raw x402 requirements for agents with wallet support. Cr…

apihub_balance

Read-only. Returns your current APIHub credit balance (in microdollars and USD), total lifetime spending (microdollars and USD), and total completed request count. Requires a valid API key. Use before…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.apihubio/mcp-server": {
      "url": "https://mcp.apihub.io/mcp",
      "transport": "streamable-http"
    }
  }
}