robinscan-mcp
OfficialAllows querying Robinhood Chain blockchain data, including network statistics, transaction history, token transfers, and tokenized stock prices.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.27553Apache 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.1426MIT- 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.639MIT
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
MCP server for Blockscout
Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinscan/robinscan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server