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.
Install dependencies:
shell
npm install
Create a .env
file with your API keys:
env
ARBISCAN_API_KEY=your_arbiscan_api_key
CLAUDE_API_KEY=your_claude_api_key
Run the server:
shell
npx tsx arbitrum-mcp.ts
The server provides a tool called getArbitrumData
that accepts:
- fullPrompt
: Your query about Arbitrum data
- address
(optional): Specific Ethereum address to analyze
This project is licensed under the MIT License.