Skip to main content
Glama

robinscan-mcp

MCP server for querying Robinhood Chain blockchain data.

Tools

Tool

Description

get_chain_stats

Network statistics: price, gas, blocks, addresses, transactions

get_activity_chart

14-day daily transaction volume

lookup_address

Transaction history for an address

get_address_transfers

ERC-20/721/1155 token transfers for an address

get_transaction_logs

Decoded event logs for a transaction

get_token_counters

Total transfer count for a token contract

get_token_transfers

Transfers of a specific token

get_stock_price

Tokenized stock price and historical bars

get_latest_blocks

12 most recent blocks with transactions

Related MCP server: mcp-mempool-space

Setup

npm install
npm run build

Usage

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.js

Cursor / 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.js

Then send JSON-RPC messages to stdin.

Configuration

Set the API URL (defaults to https://robinscan.io):

export ROBINSCAN_API_URL=https://robinscan.io

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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