Back to MCP Servers

Blockchain

MCP server for Blockchain Data. It provides access to Tatum's blockchain API across 130+ networks with tools including RPC Gateway and Blockchain Data insights.

finance-fintechapiai

Installation

npx -y blockchain-mcp

Configuration

{
  "mcpServers": {
    "blockchain-mcp": {
      "command": "npx",
      "args": ["-y", "blockchain-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub