Hooks Claude into the Solscan block explorer API for Solana chain data. Currently exposes one tool: get_transaction, which pulls transaction details by signature including status, slot time, fees, balance changes, and parsed instructions. Part of the Pipeworx gateway ecosystem, so you can either connect to this standalone endpoint or use the full Pipeworx hub for access to 250+ data sources. Supports their ask_pipeworx natural language interface if you'd rather describe what you need than call tools directly. Reach for this when you're building agents that need to inspect Solana transactions or verify on-chain activity without writing your own RPC calls.
Solscan MCP — Solana block-explorer API (Pro v2)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
get_transaction | Transaction detail by signature: status, slot, block time, fee, balance changes, parsed instructions. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"solscan": {
"url": "https://gateway.pipeworx.io/solscan/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Solscan data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp