soodteenz_arbitrum_mcp_server

soodteenz_arbitrum_mcp_server

by soodteenz
A Model Context Protocol (MCP) server for real-time Arbitrum blockchain data analysis using Arbiscan API and Claude AI.

Arbitrum Blockchain Data Analysis MCP Server

Overview

The Arbitrum MCP Server is a specialized tool designed to provide real-time analysis of Arbitrum blockchain data. It leverages the Arbiscan API and integrates with Claude AI to deliver insightful interpretations of blockchain activities. This server is ideal for developers, analysts, and researchers who need to interact with Arbitrum data programmatically.

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:
    shell npm install

  2. Create a .env file with your API keys:
    env ARBISCAN_API_KEY=your_arbiscan_api_key CLAUDE_API_KEY=your_claude_api_key

  3. Run the server:
    shell 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

This project is licensed under the MIT License.

Resources

Stars

12 stars

Watchers

2 watching

Forks

0 forks

Languages

Features & Capabilities

Categories
mcp_server model_context_protocol typescript arbitrum blockchain claude api_integration real-time_analysis

Implementation Details

Stats

0 Views
12 GitHub Stars

Repository Info

soodteenz Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300