Servers
Arbitrum MCP Server
@0xRecruiter
A Model Context Protocol (MCP) server that provides real-time Arbitrum blockchain data analysis using the Arbiscan API and Claude AI.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arbitrum_mcp_server": {
"command": "npx",
"args": [
"tsx",
"arbitrum-mcp.ts"
]
}
}
}