
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
solsigs-mcp
Advanced tools
AI Agent Gateway to Solana blockchain data via x402 micropayments.
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.
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
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>"
}
}
}
}
Add to .cursor/mcp.json (or .vscode/mcp.json):
{
"mcpServers": {
"solsigs": {
"command": "solsigs-mcp"
}
}
}
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"
}
}
}
| 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 |
| 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 |
MIT
FAQs
SolSigs MCP Server — AI Agent Gateway to Solana data via x402 micropayments
We found that solsigs-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.