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: mcp-mempool-space
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.
Latest Blog Posts
- 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