arbitrum-mcp-tools
Version:
A comprehensive collection of Model Context Protocol (MCP) tools for interacting with the Arbitrum blockchain. Enables AI assistants like Claude, Cursor, and Windsurf to perform blockchain operations including account analysis, contract interaction, cross
63 lines (62 loc) • 1.78 kB
JSON
{
"name": "arbitrum-mcp-tools",
"version": "1.0.6",
"main": "./build/src/index.js",
"author": "Utkucan YILDIRIM @utkucy",
"type": "module",
"keywords": [
"arbitrum",
"mcp",
"model-context-protocol",
"blockchain",
"ethereum",
"web3",
"crypto",
"defi",
"smart-contracts",
"claude",
"cursor",
"windsurf",
"ai-tools",
"alchemy",
"stylus",
"layer2",
"scaling",
"dapp",
"nft",
"token",
"transaction",
"wallet",
"development",
"cli",
"sdk"
],
"license": "ISC",
"description": "A comprehensive collection of Model Context Protocol (MCP) tools for interacting with the Arbitrum blockchain. Enables AI assistants like Claude, Cursor, and Windsurf to perform blockchain operations including account analysis, contract interaction, cross-chain operations, Stylus development, and more. Features tools for checking balances, analyzing transactions, decoding contract calls, managing NFTs, and deploying Stylus contracts.",
"private": false,
"bin": {
"arbitrum-mcp-tools2": "./build/src/index.js"
},
"scripts": {
"build": "tsc && shx chmod +x build/src/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"setup-claude": "npm install && npm run build && node setup-claude-server.js",
"setup-cursor": "npm install && npm run build && node setup-cursor-server.js",
"setup-windsurf": "npm install && npm run build && node setup-windsurf-server.js"
},
"files": [
"build"
],
"devDependencies": {
"@types/node": "^22.10.0",
"shx": "^0.4.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.0",
"alchemy-sdk": "^3.5.3",
"dotenv": "^16.4.7",
"ethers": "^6.13.5"
}
}