Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Arbitrum Mcp

    MCP server for interfacing with Arbitrum Chains and Nitro nodes in natural language

    4 stars
    JavaScript
    Updated Aug 30, 2025
    arbitrum
    mcp

    Table of Contents

    • Demo
    • Features
    • Core Monitoring Tools
    • Chain Support
    • Arbitrum Node APIs
    • Usage Examples
    • Available Tools
    • Monitoring Tools
    • Chain Information
    • Node Operations
    • Account Operations
    • Key Benefits
    • Setup & Installation
    • Docker (Recommended)
    • Direct Node.js
    • MCP Client Configuration
    • Claude Desktop
    • Cline/Claude Code
    • Development
    • Docker
    • Technology Stack
    • Contributing
    • License

    Table of Contents

    • Demo
    • Features
    • Core Monitoring Tools
    • Chain Support
    • Arbitrum Node APIs
    • Usage Examples
    • Available Tools
    • Monitoring Tools
    • Chain Information
    • Node Operations
    • Account Operations
    • Key Benefits
    • Setup & Installation
    • Docker (Recommended)
    • Direct Node.js
    • MCP Client Configuration
    • Claude Desktop
    • Cline/Claude Code
    • Development
    • Docker
    • Technology Stack
    • Contributing
    • License

    Documentation

    Arbitrum MCP Server

    CI

    License: MIT

    Docker

    TypeScript

    A Model Context Protocol (MCP) server for interfacing with Arbitrum Nitro nodes and chains in natural language. Monitor chain health, batch posting, assertions, and gas prices across all Arbitrum networks including core chains (Arbitrum One, Nova) and Orbit chains.

    Demo

    Arbitrum MCP Server in Action

    *Monitor Arbitrum chains with natural language queries through any MCP-compatible client*

    Features

    Core Monitoring Tools

    • Comprehensive Chain Status - Complete health overview for any Arbitrum chain
    • Batch Posting Monitoring - Track sequencer batch delivery and backlog
    • Assertion Monitoring - Monitor NodeCreated vs NodeConfirmed events
    • Gas Price Monitoring - Track current gas prices and detect spikes
    • ArbOS Version Detection - Get current ArbOS version for any chain

    Chain Support

    • Core Arbitrum Chains - Arbitrum One, Arbitrum Nova
    • Orbit Chains - All public Orbit chains (Xai, Superposition, etc.)
    • Auto-Resolution - Contract addresses resolved automatically from chain names

    Arbitrum Node APIs

    • Health checks and sync status
    • Transaction tracing (arbtrace\_\*)
    • Debug and validation APIs
    • Maintenance operations
    • Timeboost express lanes

    Usage Examples

    "What is the current status of Xai?"

    code
    comprehensive_chain_status --chainName "Xai"

    "Are batches being posted for Arbitrum One?"

    code
    batch_posting_status --chainName "Arbitrum One"

    "Check gas prices on Nova"

    code
    gas_status --chainName "Nova"

    Available Tools

    Monitoring Tools

    • comprehensive_chain_status - Complete chain health overview
    • batch_posting_status - Batch posting monitoring
    • assertion_status - Assertion creation/confirmation tracking
    • gas_status - Current gas price information

    Chain Information

    • list_chains - Show all available Arbitrum chains
    • search_chains - Find chains by name or ID
    • chain_info - Get detailed chain information
    • arbos_version - Get ArbOS version for any chain

    Node Operations

    • node_health - Check node health status
    • sync_status - Get synchronization status
    • latest_block - Get latest block information

    Account Operations

    • get_balance / get_balance_ether - Check account balances
    • get_transaction / get_transaction_receipt - Transaction details
    • is_contract - Check if address is a contract

    Key Benefits

    • Comprehensive Monitoring - Complete chain health overview in one query
    • Multi-Chain Support - Consistent interface across all Arbitrum chains
    • Natural Language Interface - Query blockchain data using plain English
    • Real-Time Data - Live blockchain data with automatic chain discovery
    • Troubleshooting Ready - Quick health checks for issue diagnosis
    • Gas & Performance Tracking - Monitor network congestion and costs

    Setup & Installation

    Docker (Recommended)

    The easiest way to run the MCP server with maximum client compatibility:

    bash
    # Run directly from Docker Hub (no build required!)
    docker run -i --rm dewanshparashar/arbitrum-mcp

    Direct Node.js

    bash
    # Install dependencies
    npm install
    
    # Build
    npm run build
    
    # Run
    npm start

    MCP Client Configuration

    Claude Desktop

    Add to your Claude Desktop configuration:

    json
    {
      "mcpServers": {
        "arbitrum-mcp": {
          "command": "docker",
          "args": ["run", "-i", "--rm", "dewanshparashar/arbitrum-mcp"]
        }
      }
    }

    Cline/Claude Code

    json
    {
      "mcpServers": {
        "arbitrum-mcp": {
          "command": "docker",
          "args": ["run", "-i", "--rm", "dewanshparashar/arbitrum-mcp"]
        }
      }
    }

    Development

    bash
    # Install dependencies
    npm install
    
    # Build
    npm run build
    
    # Run tests
    npm test
    
    # Development mode with watch
    npm run dev

    Docker

    See DOCKER.md for detailed Docker setup instructions.

    ⚠️ Important: When using Docker containers to connect to local testnodes, use http://host.docker.internal:8547 instead of http://127.0.0.1:8547 for the RPC URL.

    Technology Stack

    • TypeScript - Type-safe development
    • Viem - Ethereum client for blockchain interactions
    • @arbitrum/sdk - Official Arbitrum SDK for core chain data
    • MCP SDK - Model Context Protocol implementation
    • Docker - Containerized deployment

    Contributing

    1. Fork the repository

    2. Create a feature branch

    3. Add tests for new functionality

    4. Submit a pull request

    License

    MIT License - see LICENSE file for details.

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k