Base Network MCP Server

MIT License
4
1
  • Apple
{ "name": "base-network-mcp-server", "version": "0.1.0", "description": "Model Context Protocol server for Base network blockchain operations", "main": "dist/index.js", "type": "module", "bin": { "base-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "test": "node test.js", "test:interactive": "node test.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "base", "blockchain", "ethereum", "model-context-protocol", "llm", "ai", "claude", "natural-language" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/base-mcp-server.git" }, "bugs": { "url": "https://github.com/yourusername/base-mcp-server/issues" }, "homepage": "https://github.com/yourusername/base-mcp-server#readme", "files": [ "dist", "examples", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "latest", "dotenv": "^16.0.3", "natural": "^6.5.0", "ethers": "^6.7.1", "viem": "^1.19.9", "@wagmi/core": "^1.4.7" }, "devDependencies": { "@types/node": "^18.15.11", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }
ID: xx2sxvy29l