47620 Solana Data — MCP server
MCP serverEverything elsePay-per-call Solana data over x402 for AI agents: balances, tokens, txs, risk and MCP trust checks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use 47620 Solana Data — MCP server
Install 47620 Solana Data — MCP server
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http 47620-solana-data-mcp-server 'https://47620.xyz/mcp/solana'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://47620.xyz/mcp/solanaAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=47620-solana-data-mcp-server&config=eyJ1cmwiOiJodHRwczovLzQ3NjIwLnh5ei9tY3Avc29sYW5hIn0=Open the link and Cursor adds the server at that address.
ChatGPT
https://47620.xyz/mcp/solanaIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add 47620-solana-data-mcp-server --url 'https://47620.xyz/mcp/solana'Run it once, then sign in with codex mcp login 47620-solana-data-mcp-server if the server asks for an account.
From the project's README
As published by fito311/solana-data-mcp in README.md.
Give any MCP-capable AI agent (Claude, Cursor, Windsurf, OpenClaw, …) native access to 47620 pay-per-call Solana data, settled over x402 (HTTP 402) in USDC on Solana — non-custodial, no signup, no API key.
Tools
| Tool | What it returns | Price |
|---|---|---|
solana_snapshot | Bundle: cluster health + current slot + epoch + SOL/USD + top trending pairs, in ONE call | $0.01 |
solana_risk_check | Pre-payment risk check: account type (wallet/program/closed), balance, activity, 0-100 risk score + verdict — call before sending funds | $0.01 |
solana_token_report | Bundle: price + liquidity + volume + DEX pairs + on-chain supply + mint authority, in ONE call | $0.01 |
solana_health | Current slot, epoch, SOL/USD | $0.001 |
solana_token | Price, liquidity, 24h volume, DEX pairs for an SPL mint | $0.002 |
solana_account | SOL + all SPL token balances for an address | $0.002 |
solana_tx | Status, slot, fee, transfers for a tx signature | $0.003 |
solana_trending | Trending Solana DEX pairs by 24h volume | $0.005 |
Each tool call is an x402 paid request: the server gets a 402, pays USDC to the merchant
wallet on Solana, and retries with the payment header. Funds go directly to the seller's
wallet; a 1% platform fee is a second on-chain transfer.
Install
From npm (published as 47620-solana-mcp):
npx -y 47620-solana-mcp
Or clone and run:
git clone https://github.com/fito311/solana-data-mcp
cd solana-data-mcp && npm install && node src/index.js
Configure (Claude Desktop / Cursor / any MCP client)
{
"mcpServers": {
"47620-solana-data": {
"command": "npx",
"args": ["-y", "47620-solana-mcp"],
"env": {
"X402_BASE_URL": "https://47620.xyz",
"X402_WALLET_KEY": "<base58 Solana secret key>"
}
}
}
}
Payment modes
X402_WALLET_KEY— base58 secret key of a Solana wallet that holds a little USDC + SOL. The server signs the transfer and retries automatically. Fully autonomous (best for agents).X402_PAY_URL— an HTTP payment broker:POST { url, challenge } → { header }. For hosted / MPC wallets where the key never touches the process.- neither — the tool returns the
402challenge plus a ready-to-runnpx awal x402 pay "<url>"command, so the agent (or its x402-aware runtime) pays.
Env vars
| Var | Default | Notes |
|---|---|---|
X402_BASE_URL | https://47620.xyz | API base |
X402_WALLET_KEY | — | base58 Solana secret key (payment mode 1) |
X402_PAY_URL | — | payment broker (payment mode 2) |
X402_RPC_URL | mainnet-beta | Solana RPC for settlement |
Try it
// agent prompt
"Use solana_trending to get the top Solana DEX pairs right now."
Also available
- npm:
npm install 47620-solana-mcp(ornpx -y 47620-solana-mcp) - HTTP API directly:
GET https://47620.xyz/x/solana/trending→402(pay & retry) - Remote MCP (streamable HTTP):
https://47620.xyz/mcp - Agent Skill:
npx skills add 47620-xyz/solana-data-skills - MCP Trust Check:
GET https://47620.xyz/mcp/trust/{target}→ trust/security score for any MCP server - Gateway: https://47620.xyz — payment buttons for ecommerce, non-custodial
License
MIT
Advanced
- Delivery
- solana-data MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
xyz-47620-solana-data- Source
- github.com/fito311/solana-data-mcp
- Hosted endpoint
https://47620.xyz/mcp/solana