We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@nirholas/polygon-zkevm-mcp",
"version": "1.0.0",
"description": "Polygon zkEVM MCP Server - Zero-knowledge rollup, bridging, and proof verification by nirholas",
"author": "nirholas (Nich) <https://x.com/nichxbt>",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": { "polygon-zkevm-mcp": "./dist/index.js" },
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "vitest"
},
"keywords": ["mcp", "polygon", "zkevm", "zk", "layer2", "ethereum", "nirholas"],
"repository": {
"type": "git",
"url": "https://github.com/nirholas/universal-crypto-mcp",
"directory": "packages/defi/layer2/polygon-zkevm-mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"ethers": "^6.13.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"tsx": "^4.19.2",
"vitest": "^2.1.8"
},
"engines": { "node": ">=18.0.0" }
}