Arbitrum MCP Server

by 0xRecruiter

1 stars
232 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that provides real-time Arbitrum blockchain data analysis using the Arbiscan API and Claude AI.

Details

Author
0xRecruiter
GitHub stars
1
Downloads
232
Categories
Other

- Real-time Arbitrum blockchain data fetching
- Latest block information retrieval
- Transaction analysis
- Account balance checking
- Network statistics
- AI-powered data interpretation using Claude

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Arbitrum MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with npm install, create a .env file with your ARBISCAN_API_KEY and CLAUDE_API_KEY, then run the server with npx tsx arbitrum-mcp.ts. Use the provided tool getArbitrumData with a query string (fullPrompt) and an optional Ethereum address.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "arbitrum mcp server": {
            "arbitrum_mcp_server": {
                "command": "npx",
                "args": [
                    "tsx",
                    "arbitrum-mcp.ts"
                ]
            }
        }
    }
}

McpServers

{
    "arbitrum_mcp_server": {
        "command": "npx",
        "args": [
            "tsx",
            "arbitrum-mcp.ts"
        ]
    }
}

Arbitrum MCP Server

A Model Context Protocol (MCP) server that provides real-time Arbitrum blockchain data analysis using the Arbiscan API and Claude AI.

Features

- Real-time Arbitrum blockchain data fetching
- Latest block information
- Transaction analysis
- Account balance checking
- Network statistics
- AI-powered data interpretation using Claude

Setup

1. Install dependencies:

npm install

2. Create a .env file with your API keys:

ARBISCAN_API_KEY=your_arbiscan_api_key
CLAUDE_API_KEY=your_claude_api_key

3. Run the server:

npx tsx arbitrum-mcp.ts

Usage

The server provides a tool called "getArbitrumData" that accepts:
- fullPrompt: Your query about Arbitrum data
- address (optional): Specific Ethereum address to analyze

Example Queries

- "What is the latest block?"
- "Show me recent transactions"
- "What's the current ETH supply on Arbitrum?"
- "Check balance for address 0x..."

License

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.