Skip to main content
Glama
Circuit-LLM

circuit-mcp

Official
by Circuit-LLM

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CIRCUIT_WALLETNobase58 secret key that funds micropayments (omit → free tools only)
CIRCUIT_RPC_URLNoSolana RPC used to send payments — set your own; the public default rate-limits
CIRCUIT_DATA_URLNooverride the data API basehttps://api.circuitllm.xyz
CIRCUIT_TREASURYNoif set, only ever pay this address (recipient allow-list — recommended)
CIRCUIT_MCP_TIMEOUT_MSNoouter per-tool-call backstop (a genuinely stuck call returns a clean error)120000
CIRCUIT_MCP_MAX_SPEND_CIRCNoper-call CIRC spend cap1000
CIRCUIT_MCP_MAX_TOTAL_CIRCNoper-process CIRC cap — the runaway-spend guard; paid tools stop once reached50000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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