MCP server exposing 5 tools for solscan.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/solscan/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_account_detail — Overview of a Solana account: SOL balance (lamports + UI), owner program, executable flag, rent epoch.get_token_holdings — SPL-token balances held by a Solana account. Returns mint, symbol, amount, decimals, USD value (if known).list_transfers — Recent SOL and SPL token transfers for an account. Returns signature, timestamp, side (sent/received), token, amount, counterparty.get_token_meta — Metadata for an SPL token mint: name, symbol, decimals, supply, icon, market cap, holders, social links.get_transaction — Transaction detail by signature: status, slot, block time, fee, balance changes, parsed instructions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/solscan/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io