Skip to main content

SolSigs MCP Server — AI Agent Gateway to Solana data via x402 micropayments

Project description

SolSigs MCP Server

AI Agent Gateway to Solana blockchain data via x402 micropayments.

What is this?

SolSigs MCP is a Model Context Protocol server that gives AI agents access to 22 Solana on-chain data tools — DEX prices, arbitrage scanning, wallet intel, token launches, AI market summaries, prediction markets, perps data, memecoin trenches, and more.

Each tool costs fractions of a cent USDC via the x402 protocol. No key required — start with 50 free calls automatically.

Quick Start

Free tier (no key needed):

pip install solsigs-mcp
solsigs-mcp
# → SolSigs MCP Server starting (stdio) [FREE-TIER MODE]...
#   50 free calls per session. Set SOLSIGS_MCP_KEY for paid mode.

Paid mode (unlimited calls):

pip install solsigs-mcp
export SOLSIGS_MCP_KEY="<your-base58-solana-private-key>"
solsigs-mcp

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "solsigs": {
      "command": "solsigs-mcp"
    }
  }
}

With a funded wallet:

{
  "mcpServers": {
    "solsigs": {
      "command": "solsigs-mcp",
      "env": {
        "SOLSIGS_MCP_KEY": "<your-base58-solana-private-key>"
      }
    }
  }
}

Cursor / VS Code

Add to .cursor/mcp.json (or .vscode/mcp.json):

{
  "mcpServers": {
    "solsigs": {
      "command": "solsigs-mcp"
    }
  }
}

SSE Mode (remote/multi-client)

export MCP_TRANSPORT=sse
export MCP_HOST=0.0.0.0
export SOLSIGS_MCP_KEY="<your-key>"   # optional
solsigs-mcp
# → SSE endpoint at http://0.0.0.0:3001/sse

Client config:

{
  "mcpServers": {
    "solsigs": {
      "url": "http://localhost:3001/sse"
    }
  }
}

Tools

Tool Description Price
get_dex_price Real-time DEX prices + liquidity $0.002
scan_arbitrage Cross-DEX arbitrage scanner $0.010
analyze_wallet Wallet risk analysis $0.005
detect_token_launches New token launch detection $0.003
get_market_summary AI-powered market summary $0.008
get_prediction_market Polymarket prediction data $0.003
get_batch_prices Multi-token pricing + OHLCV $0.003
get_nft_intel NFT collection analytics $0.004
get_staking_rates Staking APY comparison $0.002
get_whale_activity Whale wallet tracking $0.006
create_alert Webhook price/volume alerts $0.005
get_dev_activity Protocol dev activity $0.001
get_social_sentiment On-chain social sentiment $0.004
rpc_relay Pay-per-call Solana RPC $0.001
track_smart_money Smart money copy-trading $0.008
get_trending_tokens Trending token feed $0.004
check_token_safety Token safety audit $0.005
get_alpha_feed Alpha feed + signals $0.006
get_wallet_trust Wallet trust score $0.003
get_perps_data Perps + derivatives $0.005
get_trenches Pump.fun memecoin trenches scanner $0.003
ask_defi_question AI verdict on any Solana/DeFi question $0.008
wallet_status Check wallet balance / free-tier count Free

Configuration

Env Var Required Default Description
SOLSIGS_MCP_KEY No Base58 Solana private key with USDC (omit for free tier)
SOLANA_RPC_URL No Mainnet public Solana RPC endpoint
SOLSIGS_BASE_URL No https://solsigs.com SolSigs API base
MCP_TRANSPORT No stdio stdio or sse
MCP_HOST No 127.0.0.1 SSE bind address
MCP_PORT No 3001 SSE port

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solsigs_mcp-0.2.0.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

solsigs_mcp-0.2.0-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file solsigs_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: solsigs_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for solsigs_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2ef088f5da7b15057c64c837cd798a504ca56e23ccd2754ba3d020c02bbdc5da
MD5 8bd1970e0400c0e5ae5e58713bbb2055
BLAKE2b-256 12c91d8158272688a9fd9cc6c4e4851936923d3011f6ac027a5ea3f770ab9983

See more details on using hashes here.

File details

Details for the file solsigs_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: solsigs_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for solsigs_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b89fc30d3636f9841ba753ad3b7346364052719e2ebf0b66e755a08f043da171
MD5 74c34c6f6a3c9888a909793979505df2
BLAKE2b-256 6755c3538c99bef5b0268c84030ffeee574094a5f9362fc81b7ceb33d8dab204

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page