circuit-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CIRCUIT_WALLET | No | base58 secret key that funds micropayments (omit → free tools only) | |
| CIRCUIT_RPC_URL | No | Solana RPC used to send payments — set your own; the public default rate-limits | |
| CIRCUIT_DATA_URL | No | override the data API base | https://api.circuitllm.xyz |
| CIRCUIT_TREASURY | No | if set, only ever pay this address (recipient allow-list — recommended) | |
| CIRCUIT_MCP_TIMEOUT_MS | No | outer per-tool-call backstop (a genuinely stuck call returns a clean error) | 120000 |
| CIRCUIT_MCP_MAX_SPEND_CIRC | No | per-call CIRC spend cap | 1000 |
| CIRCUIT_MCP_MAX_TOTAL_CIRC | No | per-process CIRC cap — the runaway-spend guard; paid tools stop once reached | 50000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| circuit_quoteA | FREE. List every Circuit data tool with its live cost in USD and CIRC. Call this first to see what each paid tool costs. |
| token_priceA | FREE. Aggregated USD price for a Solana token (Jupiter + DexScreener + CoinGecko, with on-chain price-feed fallback). |
| live_pricesA | FREE. Sub-second batch prices for up to 20 mints straight from the Circuit gRPC indexer (Redis reads). |
| scanC | FREE. The Circuit on-chain dip-reversal scanner: freshly scored candidates from the live gRPC feed. |
| swarm_feedC | ~$0.002 in CIRC. Live buy/sell/rug signals published by the Circuit trading-agent swarm — signal data unique to Circuit. |
| swarm_consensusC | ~$0.002 in CIRC. The swarm's reputation-weighted view on ONE token: bullish / bearish / rug_alert with confidence. |
| token_securityA | ~$0.003 in CIRC. Rug-risk audit: authority analysis, LP lock %, creator balance, and full risk flags by category. |
| token_overviewA | Price + metadata + security audit + active pools in a single call (replaces four). Priced per /api/quote (~$0.003 in CIRC; often free). |
| trendingB | ~$0.002 in CIRC. Aggregated trending Solana tokens across RugCheck organic, DexScreener boosts, and volume signals. |
| token_holdersC | ~$0.005 in CIRC. Holder count + top-5/10/20 supply concentration (a key rug/whale signal). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Circuit-LLM/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server