CheapestInference
OfficialCheapestInference MCP Server
Remote MCP server for CheapestInference — unlimited LLM inference at a flat monthly price. No token caps, no per-token billing: subscribe to a pool of frontier open-source models and use them through an OpenAI-compatible API (an Anthropic-compatible endpoint is included, so it works with Claude Code, Cursor, and any OpenAI SDK).
This MCP server is the commercial front door. From any MCP client — or from an autonomous agent — you can browse live pools and pricing, get a USDC quote, pay on Base L2, and receive an API key, end to end, without a browser and without a human in the loop.
https://api.cheapestinference.com/mcpTransport: Streamable HTTP, stateless. No authentication to connect — management tools take your API key as a tool argument.
Note: inference itself is served over the OpenAI-compatible base URL (
https://api.cheapestinference.com/v1), not over MCP. Theget_connection_infotool hands you ready-to-paste client snippets.
Quick start
Claude Code
claude mcp add --transport http cheapestinference https://api.cheapestinference.com/mcpCursor / generic JSON config
{
"mcpServers": {
"cheapestinference": { "url": "https://api.cheapestinference.com/mcp" }
}
}Related MCP server: volthq-mcp-server
Tools
Tool | Auth | What it does |
| none | Active pools with per-block USDC prices (live) and availability |
| none | One pool in detail: models, daily blocks, what the subscription includes |
| none | Exact USDC amount, payment address on Base, and the claim message to sign |
| wallet signature | Verifies your payment on-chain and returns your API key |
| none | Dashboard URL to finish a card subscription in a browser |
| API key | Pool, reserved blocks, expiry, renewal semantics for your key |
| optional API key | Base URLs + client snippets (OpenAI SDK, Claude Code, curl) |
Subscribing with USDC, end to end
list_pools→ pick a pool and one or more daily 8-hour blocks (all three = 24/7).get_crypto_quote→ exact USDC amount, thepayToaddress on Base, and a claim-message template.Send the USDC (ERC-20) transfer from your wallet.
Sign the claim message (EIP-191, transaction hash filled in) with the same wallet that paid.
confirm_crypto_subscriptionwithtx_hash,pool_slug,blocks,signature→ your API key for the Unlimited pool.
USDC subscriptions are one-time 30-day purchases — renew by repeating the flow. Card subscriptions (via get_card_checkout_link) auto-renew until cancelled.
Agents with an x402-capable wallet (Coinbase AgentKit, x402-fetch) can also skip subscriptions entirely: keyless requests to the inference endpoint return a 402 with USDC pricing for pay-per-request.
Links
Website: cheapestinference.com
Agent subscriptions (REST): docs.cheapestinference.com/guides/agent-subscriptions
x402 pay-per-request: docs.cheapestinference.com/guides/x402
Official MCP Registry:
com.cheapestinference/mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceUnified AI compute API gateway for agents. Access 30+ services and 95+ models across 8 backends (Groq, Together AI, DeepInfra, Fireworks, Replicate, RunPod) with native x402 USDC payments, Stripe, and crypto top-up.5502MIT
- Alicense-qualityDmaintenanceCompare AI inference pricing across 9 providers in real time. Routing recommendations, spend tracking, and budget alerts for AI agents.108MIT
- AlicenseAqualityCmaintenanceGlobal price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.8121MIT
- AlicenseAqualityFmaintenanceAI Agent superpowers with 1 API key - zero auth, always SOTA1752MIT
Related MCP Connectors
x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.
Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute.
Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cheapestinference/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server