{ "name": "arb-dex-mcp", "version": "1.0.1", "description": "MCP server for live cross-DEX crypto prices — per-venue pool price, liquidity and gross cross-venue spread on 6 EVM chains (BSC, Polygon, Arbitrum, Base, Avalanche, Optimism), read from on-chain pool state. Works keyless. For Claude, Cursor and any MCP client.", "main": "src/index.mjs", "directories": { "test": "test" }, "scripts": { "start": "node src/index.mjs", "selftest": "node test/live-call-test.mjs" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "cursor", "ai-agent", "llm", "crypto", "defi", "dex", "web3", "blockchain", "onchain", "evm", "ethereum", "prices", "token-price", "market-data", "liquidity", "pool-price", "arbitrage", "cross-dex", "spread", "trading", "uniswap", "pancakeswap", "sushiswap", "bsc", "polygon", "arbitrum", "base", "avalanche", "optimism", "rapidapi" ], "author": "donnywin85", "license": "MIT", "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.76" }, "bin": { "arb-dex-mcp": "src/index.mjs" }, "files": [ "src/", "README.md", ".env.example", "server.json", "smithery.yaml" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/donnywin85/arb-dex-mcp.git" }, "mcpName": "io.github.donnywin85/arb-dex-mcp", "homepage": "https://github.com/donnywin85/arb-dex-mcp", "bugs": { "url": "https://github.com/donnywin85/arb-dex-mcp/issues" } }