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
- AlicenseAqualityDmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.Last updated27215Apache 2.0

Octav API MCP Serverofficial
AlicenseAqualityBmaintenanceMCP server for querying cryptocurrency portfolio data, transaction history, net worth, and historical snapshots across 20+ blockchains via the Octav API.Last updated1438MIT- AlicenseAqualityBmaintenanceA read-only MCP server that queries multichain EVM on-chain data through Blockscout REST API, providing tools for address info, transactions, logs, and more.Last updated1618MIT
- Flicense-qualityCmaintenanceRead-only MCP server for Robinhood chain launchpad discovery and token due diligence using GMGN data.Last updated
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
MCP server for Blockscout
Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.
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