robinscan

robinscan-mcp

Community robinscan
Updated

MCP server for Robinhood Chain blockchain data (robinscan.io)

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

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

MCP Server · Populars

MCP Server · New

    KincaidYang

    whois

    Self-hosted WHOIS/RDAP API and MCP server for domains, IPv4/IPv6, CIDRs and ASNs.

    Community KincaidYang
    telly6

    Searchpin

    Free web search for AI agents — multi-engine parallel, smart re-ranking, zero API keys. | 免费 AI 联网搜索 — 多引擎并行、语义重排、零 API Key

    Community telly6
    InterfazeAI

    JigsawStack MCP Server

    Model Context Protocol Server that allows AI models to interact with JigsawStack models!

    Community InterfazeAI
    InterfazeAI

    JigsawStack MCP Server

    Model Context Protocol Server that allows AI models to interact with JigsawStack models!

    Community InterfazeAI
    matlab

    MATLAB MCP Server

    Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.

    Community matlab