← cheapestinference.com

INDIVIDUAL MCP TOOL

get_crypto_quote

Quote for subscribing to a pool with USDC on Base: exact amount, payment address, and the claim message you must sign after paying.

cheapestinference.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.cheapestinference.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_crypto_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.
  • A tool name or description suggests a financial action.

Parent server

cheapestinference.com

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.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.

Related tools

  • list_pools — All active Unlimited pools: models served, per-block USDC price for 30 days, coarse availability.
  • get_pool — One pool in detail: models, per-block prices, availability, and what the subscription includes.
  • confirm_crypto_subscription — After 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.
  • get_card_checkout_link — Card payments require a browser (3-D Secure).
  • get_subscription_status — Status of a pool subscription key: pool, reserved daily blocks, expiry, renewal semantics.
  • get_connection_info — OpenAI-compatible and Anthropic base URLs plus ready-to-paste client snippets.