Arbitrum Blockchain Analysis
STDIOReal-time Arbitrum blockchain data analysis using Arbiscan API and Claude AI.
Real-time Arbitrum blockchain data analysis using Arbiscan API and Claude AI.
A Model Context Protocol (MCP) server that provides real-time Arbitrum blockchain data analysis using the Arbiscan API and Claude AI.
npm install
.env
file with your API keys:ARBISCAN_API_KEY=your_arbiscan_api_key
CLAUDE_API_KEY=your_claude_api_key
npx tsx arbitrum-mcp.ts
The server provides a tool called "getArbitrumData" that accepts:
fullPrompt
: Your query about Arbitrum dataaddress
(optional): Specific Ethereum address to analyzeMIT