Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-apihubio-mcp-server": {
"args": [
"-y",
"@apihubio/cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for APIHub — discover and call paid APIs with USDC credits. No wallet, no gas, no per-provider SDKs.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@apihubio/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @apihubio/cli against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
A command line tool for setting up commercetools MCP server
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Electronic component sourcing, BOM management, and PCB design workflows.
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
MCP Security Weekly
Get CVE alerts and security updates for io.github.apihubio/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for APIHub — discover and call paid APIs with USDC credits. No wallet, no gas, no per-provider SDKs.
https://mcp.apihub.io/mcp2025-03-26| 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 |
Add to your MCP config:
{
"mcpServers": {
"apihub": {
"url": "https://mcp.apihub.io/mcp",
"headers": {
"Authorization": "Bearer ahk_your_api_key"
}
}
}
}
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
The hosted service is operated by APIHub. This repository contains integration documentation only.