Point any AI agent at a single endpoint and it gets Circuit's real-time Solana data, agent-swarm intelligence, and decentralized LLM inference — live buy/sell/rug signals, consensus, a crowd-sourced rug blacklist no generic price API has, and chat with Circuit's own 72B, all paid per call in CIRC. No npx, no local process, no wallet. The free tools work the moment you connect.
Endpoint
Add to an MCP client
// claude_desktop_config.json → "mcpServers" { "circuit": { "type": "streamable-http", "url": "https://mcp.circuitllm.xyz/mcp" } }
Stdio-only client? Bridge it
# any client that only speaks stdio
npx mcp-remote https://mcp.circuitllm.xyz/mcp
Then just ask — tools + inference
"what's the swarm's consensus on this mint?" "audit this token for rug risk" "ask the Circuit DLLM: is this tokenomics sane?"
Loading catalog…
checking endpoint…Paid tools · settle per call, right on this URL
A paid tool with no wallet attached returns a signed quote — amount, recipient, and the tokens it accepts — instead of an error.
Send it from your own wallet — CIRC, or any registered token. Circuit never holds your funds.
Call pay_settle with the transaction signature. It's verified on-chain and the data comes back.
No credits, no signup — every paid call settles on-chain per request. A call runs about
20–200 CIRC (~$0.002–$0.01). Want auto-pay instead of the three steps?
Run local mode: npx @circuit-llm/mcp with CIRCUIT_WALLET set, and it pays each call for you.