# LMX Cloud LLM Inference MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-lmxcloud-mcp-server

## Install
- Endpoint: https://mcp.lmxcloud.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.lmxcloud.io/mcp

## Tools
- get_pricing - Fetch current LMX Cloud per-call pricing catalog. Endpoint: https://mcp.lmxcloud.io/mcp
- quote_price - Estimate USDC cost for a single model call. Uses GET /v1/pricing with model and token params. Endpoint: https://mcp.lmxcloud.io/mcp
- list_models - List currently supported LMX model aliases and providers. Endpoint: https://mcp.lmxcloud.io/mcp
- get_status - Fetch LMX Cloud provider health, fallback chain, and anchoring status. Endpoint: https://mcp.lmxcloud.io/mcp
- get_balance - Fetch USD credit balance for the caller API key. Requires authentication. Endpoint: https://mcp.lmxcloud.io/mcp
- get_usage - Fetch request and token usage totals for the caller API key. Requires authentication. Endpoint: https://mcp.lmxcloud.io/mcp
- 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. Endpoint: https://mcp.lmxcloud.io/mcp
- 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 enable vision input (OpenAI content-parts format) — use a vision model such as llama-3.2-90b-vision, qwen-3.6-35b, or qwen-3.5-35b. Endpoint: https://mcp.lmxcloud.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.lmxcloud
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 14, 2026
- Source: https://registry.modelcontextprotocol.io
