Alchemy MCP Plugin

{ "name": "alchemy-mcp", "type": "module", "version": "1.0.0", "description": "MCP plugin for Alchemy SDK", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node index.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "alchemy-sdk": "^2.11.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.19.3", "typescript": "^5.0.0" } }