AI & Machine Learning
cheapestinference.com
Manages access to AI model pools with subscription and payment handling.
ENDPOINT 1
https://api.cheapestinference.com/mcp
MCP server metadata
- Name
- cheapestinference
- Version
- 1.0.0
Known tools 7
list_poolsAll active Unlimited pools: models served, per-block USDC price for 30 days, coarse availability.
Inferred read-onlyget_poolOne pool in detail: models, per-block prices, availability, and what the subscription includes.
Inferred read-onlyget_crypto_quoteQuote for subscribing to a pool with USDC on Base: exact amount, payment address, and the claim message you must sign after paying.
Potential side effectsconfirm_crypto_subscriptionAfter sending the quoted USDC amount on Base, submit the transaction hash plus an EIP-191 signature of the claim message (from get_crypto_quote) made with the paying wallet.
Potential side effectsget_subscription_statusStatus of a pool subscription key: pool, reserved daily blocks, expiry, renewal semantics.
Inferred read-onlyget_connection_infoOpenAI-compatible and Anthropic base URLs plus ready-to-paste client snippets.
Inferred read-onlyCONNECT 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.cheapestinference]
url = "https://api.cheapestinference.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cheapestinference": {
"type": "http",
"url": "https://api.cheapestinference.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cheapestinference
Remote MCP URL: https://api.cheapestinference.com/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": {
"cheapestinference": {
"url": "https://api.cheapestinference.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cheapestinference": {
"type": "http",
"url": "https://api.cheapestinference.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cheapestinference",
"transport": "streamable-http",
"url": "https://api.cheapestinference.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cheapestinference.com was fetched 2026-08-05T04:18:47.802Z and is being refreshed.
cheapestinference.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.