robinscan-mcp
OfficialAllows querying Robinhood Chain blockchain data, including network statistics, transaction history, token transfers, and tokenized stock prices.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@robinscan-mcpwhat's the current gas price on Robinhood Chain?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
robinscan-mcp
MCP server for querying Robinhood Chain blockchain data.
Tools
Tool | Description |
| Network statistics: price, gas, blocks, addresses, transactions |
| 14-day daily transaction volume |
| Transaction history for an address |
| ERC-20/721/1155 token transfers for an address |
| Decoded event logs for a transaction |
| Total transfer count for a token contract |
| Transfers of a specific token |
| Tokenized stock price and historical bars |
| 12 most recent blocks with transactions |
Related MCP server: Octav API MCP Server
Setup
npm install
npm run buildUsage
Any MCP-compatible client can connect to this server. Below are examples for common clients.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"robinscan": {
"command": "node",
"args": ["/path/to/robinscan-mcp/dist/index.js"]
}
}
}Claude Code
claude mcp add robinscan node /path/to/robinscan-mcp/dist/index.jsCursor / Windsurf / Zed
Add to your MCP config:
{
"mcpServers": {
"robinscan": {
"command": "node",
"args": ["/path/to/robinscan-mcp/dist/index.js"]
}
}
}Custom Integration
The server communicates over stdio using the MCP protocol. Start it:
node dist/index.jsThen send JSON-RPC messages to stdin.
Configuration
Set the API URL (defaults to https://robinscan.io):
export ROBINSCAN_API_URL=https://robinscan.ioLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
The only x402 MCP server for Robinhood Chain (chainId 4663) - 147 onchain, trading & AI tools.
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.27120 npmApache 2.0

Octav API MCP Serverofficial
AlicenseAqualityCmaintenanceMCP server for querying cryptocurrency portfolio data, transaction history, net worth, and historical snapshots across 20+ blockchains via the Octav API.1410 npmMIT- FlicenseNot gradedqualityCmaintenanceRead-only MCP server for Robinhood chain launchpad discovery and token due diligence using GMGN data.-
- AlicenseNot gradedqualityBmaintenanceAn MCP server providing EVM-native on-chain trading intelligence for Robinhood Chain (chain id 4663), including real-time KOL trades, DEX trade tape, token discovery, and deployer reputation.252 npmMIT