APIHub
Discover and call hundreds of paid APIs from any MCP client using prepaid USDC credits — no wallet, no gas, no per-provider SDKs.
APIHub MCP Server
MCP server for APIHub — discover and call paid APIs with USDC credits. No wallet, no gas, no per-provider SDKs.
- Hosted endpoint:
https://mcp.apihub.io/mcp - Transport: Streamable HTTP
- Protocol version:
2025-03-26 - Auth: Bearer token (get a free key at apihub.io)
Tools
| Tool | Description |
|---|---|
apihub_search | Search for APIs by capability, category, or price range |
apihub_list_services | List available onboarded API services |
apihub_get_service | Fetch full details for a specific service |
apihub_call | Make a paid API call through the proxy (debits credits) |
apihub_search_external | Search the external x402 catalog |
apihub_call_external | Call any external x402 API via credits |
apihub_read_content | Fetch and parse a web page through a paid content gateway |
apihub_topup | Get payment instructions to top up your credit balance |
apihub_balance | Check your credit balance and spending history |
Quick start
Claude Desktop / Cursor / Codex
Add to your MCP config:
{
"mcpServers": {
"apihub": {
"url": "https://mcp.apihub.io/mcp",
"headers": {
"Authorization": "Bearer ahk_your_api_key"
}
}
}
}
APIHub CLI
npx @apihubio/cli install # writes the MCP config for you
npx @apihubio/cli register # get an API key
npx @apihubio/cli topup 10 # fund with $10 USDC
Why credits instead of per-call x402
- Gasless: pay on-chain once when topping up, not per request
- Walletless: no USDC, no EIP-3009 signing, no gas
- Works in any MCP client: just a Bearer token header
- Instant: D1 debit at the edge, no block confirmations per call
Learn more
- MCP documentation: https://apihub.io/docs/agents/mcp
- CLI documentation: https://apihub.io/docs/agents/cli
- Full docs: https://apihub.io/docs
- Provider onboarding: https://apihub.io/docs/providers/onboarding
- Base x402 protocol: https://x402.org
License
The hosted service is operated by APIHub. This repository contains integration documentation only.
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Minecraft MCP Server
A Python MCP server to control a Minecraft server via RCON using FastMCP.
Recent Go MCP Server
Provides Go language updates and best practices in a structured Markdown format for LLM coding agents.
Test Code Generator
Generates Vitest test code from JSON specifications using boundary value analysis and equivalence partitioning.
Template MCP Server
A CLI template for quickly bootstrapping an MCP server with FastMCP, supporting both stdio and HTTP transport.
USolver
A server for solving combinatorial, convex, integer, and non-linear optimization problems.
MCPulse
Crowdsourced MCP server reliability scoring — 615+ servers monitored, 2.17M+ health checks, real-time reliability data
Underground Cultural District MCP Server
23 free and paid tools for AI agents — UUID, JSON, Base64, hashing, JWT, regex plus 218+ digital goods from 22 shops at substratesymposium.com
Pica MCP Server
Integrates with the Pica API platform to interact with various third-party services through a standardized interface.
Multiverse MCP Server
A middleware server for running multiple, isolated instances of MCP servers with unique namespaces and configurations.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.