Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apihub-io]
url = "https://mcp.apihub.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apihub-io": {
"type": "http",
"url": "https://mcp.apihub.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apihub-io
Remote MCP URL: https://mcp.apihub.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apihub-io": {
"url": "https://mcp.apihub.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apihub-io": {
"type": "http",
"url": "https://mcp.apihub.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apihub-io",
"transport": "streamable-http",
"url": "https://mcp.apihub.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
apihub_search— Read-only.apihub_list_services— Read-only.apihub_get_service— Get full details for a specific API service including all endpoints, schemas, and pricing.apihub_call— Sends payment.apihub_search_external— Search external x402-protected APIs (not operated by APIHub, but callable via credits).apihub_call_external— Call an external x402-protected URL (any provider in the marketplace or any x402 API).apihub_topup— Purchase APIHub credits via x402 (USDC on Base).apihub_balance— Read-only.