The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the SolSigs listing page.
Pay-per-call Solana data APIs for AI agents via x402 micropayments.
No API keys. No subscriptions. Agents pay in USDC per call.
Claude agents can pay for SolSigs APIs natively — 30 second setup.
Then add this to ~/Library/Application Support/Claude/claude_desktop_config.json:
Restart Claude Desktop. Your agent now has 15 Solana research tools with native x402 micropayments.
Why a local command? Claude Desktop only supports stdio transport. solsigs-mcp is a local proxy that bridges stdio ↔ the remote SolSigs MCP server over SSE. Full example: examples/claude_solsigs_agent.py
🔗 Anthropic official x402 docs
The client handles the HTTP layer. Integrate your agent's Solana wallet for automated x402 payment.
SolSigs ships as an MCP server (Model Context Protocol) — Claude, Hermes, Cursor, and any MCP-compatible agent can call SolSigs tools natively.
Claude Desktop users: use the solsigs-mcp command above (stdio bridge).
Hermes, Cursor, and other SSE-capable MCP clients:
15 MCP tools — all 14 HTTP endpoints + Polymarket prediction markets:
| Tool | Description | Price |
|---|---|---|
get_dex_price | Single-token DEX price feed (Jupiter + Birdeye) | $0.002 |
batch_token_pricing | Multi-token pricing + OHLCV candles + metadata | $0.003 |
get_market_summary | AI-powered on-chain market summary (Groq LLM) | $0.008 |
get_staking_rates | Cross-protocol APY comparison (Marinade, Jito, Blaze, Sanctum) | $0.002 |
get_dev_activity | GitHub commit activity + audit status for Solana protocols | $0.001 |
| Tool | Description | Price |
|---|---|---|
scan_arbitrage | Cross-DEX arbitrage scanner | $0.010 |
get_prediction_market | Polymarket prediction markets (crypto, politics, sports) | $0.003 |
| Tool | Description | Price |
|---|---|---|
analyze_wallet | Wallet risk scoring + wash trading detection | $0.005 |
detect_token_launches | New token launch detection (pump.fun, Raydium) | $0.003 |
get_whale_activity | Whale wallet tracking + smart money signals | $0.006 |
get_nft_intel | NFT floor prices, rarity, wash trading per collection | $0.004 |
get_social_sentiment | On-chain social sentiment + influencer tracking | $0.004 |
| Tool | Description | Price |
|---|---|---|
rpc_relay | Pay-per-call Helius RPC relay | $0.001 |
create_alert | Webhook alert registration (price, volume, whale, launches) | $0.005 |
wallet_status | Check MCP wallet USDC/SOL balance | FREE |
See examples/langgraph_agent.py for a full multi-step agent demo.
| Endpoint | Description | Price |
|---|---|---|
/dex | Single-token DEX price feed (Jupiter + Birdeye) | $0.002 |
/price | Batch multi-token pricing + OHLCV candles + metadata | $0.003 |
/summary | AI on-chain data summarization (Groq LLM) | $0.008 |
/staking | Cross-protocol staking APY comparison | $0.002 |
/dev | Protocol developer activity + audit status | $0.001 |
| Endpoint | Description | Price |
|---|---|---|
/arb | Arbitrage scanner | $0.010 |
/predict | Polymarket prediction markets | $0.003 |
| Endpoint | Description | Price |
|---|---|---|
/wallet | Wallet risk scoring | $0.005 |
/launches | Early token launch detection | $0.003 |
/whale | Whale wallet tracking + smart money signals | $0.006 |
/nft | NFT floor prices, rarity, wash trading | $0.004 |
/social | On-chain social sentiment + influencer tracking | $0.004 |
| Endpoint | Description | Price |
|---|---|---|
/rpc | RPC load balancer | $0.001 |
/alerts | Webhook alert registration | $0.005 |
ProofGuard is a signed receipt and refund-evidence layer for x402-paid agent endpoints on Solana.
It returns:
Live endpoint:
ProofGuard explicitly labels evidence mode as solsigs_instrumented, proofguard_probed, or self_attested, so agents can distinguish real observed proof from caller-supplied claims.
See docs/proofguard.md.
MIT