Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

LMX Cloud LLM Inference

io.lmxcloud/mcp-server

OpenAI-compatible LLM MCP (7 tools); chat via balance key or x402 USDC on Base

Uptime
100.0%
1 direct probes · 30d
Response
1086ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

get_pricing

Fetch current LMX Cloud per-call pricing catalog.

quote_price

Estimate USDC cost for a single model call. Uses GET /v1/pricing with model and token params.

list_models

List currently supported LMX model aliases and providers.

get_status

Fetch LMX Cloud provider health, fallback chain, and anchoring status.

get_balance

Fetch USD credit balance for the caller API key. Requires authentication.

get_usage

Fetch request and token usage totals for the caller API key. Requires authentication.

web_search

Real-time web search via LMX (Brave Search passthrough). Fixed per-call USDC price from the caller's API key balance. Returns title/url/snippet results.

extract_pdf

Extract text and light structure (title, headings, page count) from a PDF via LMX pdf-extract. Provide file_url and/or file_base64. Requires a real LMX API key (same gate as web_search).

chat_completion

Call LMX Cloud OpenAI-compatible chat completions. Prefers a pre-funded API key (Bearer / api_key); when omitted and x402 is enabled, requires a USDC pay-per-call payment. Optional image_url / images …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lmx_cloud_llm_inference": {
      "url": "https://mcp.lmxcloud.io/mcp",
      "transport": "streamable-http"
    }
  }
}