LMX Cloud LLM Inference
io.lmxcloud/mcp-serverOpenAI-compatible LLM MCP (7 tools); chat via balance key or x402 USDC on Base
Tools · 9
Fetch current LMX Cloud per-call pricing catalog.
Estimate USDC cost for a single model call. Uses GET /v1/pricing with model and token params.
List currently supported LMX model aliases and providers.
Fetch LMX Cloud provider health, fallback chain, and anchoring status.
Fetch USD credit balance for the caller API key. Requires authentication.
Fetch request and token usage totals for the caller API key. Requires authentication.
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 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).
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 …
Similar MCP servers embedding-nearest
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"
}
}
}