{ "name": "@getplexa/mcp", "version": "0.1.8", "mcpName": "com.getplexa/mcp", "description": "MCP server for Plexa \u2014 the x402-native economic-safety API for trading agents. Adds plexa_quote (executable price) and plexa_pretrade_check (rug/honeypot/liquidity verdict) tools to any MCP client, paid per call in USDC. Client-only.", "license": "MIT", "homepage": "https://getplexa.com", "repository": { "type": "git", "url": "git+https://github.com/plexa-xyz/mcp.git" }, "bugs": "https://github.com/plexa-xyz/mcp/issues", "keywords": [ "plexa", "mcp", "model-context-protocol", "x402", "ai-agents", "defi", "trading", "base", "polygon", "arbitrum" ], "type": "module", "bin": { "mcp": "dist/index.js", "plexa-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "typecheck": "tsc -p tsconfig.json --noEmit", "build": "tsc -p tsconfig.build.json", "test": "vitest run test/unit", "start": "tsx src/index.ts", "smoke": "node scripts/smoke.mjs", "prepare": "npm run build", "prepublishOnly": "npm run smoke" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@x402/core": "^2.14.0", "@x402/evm": "^2.14.0", "@x402/fetch": "^2.14.0", "viem": "^2.21.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.10.5", "ajv": "^8.20.0", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^4.1.9" }, "overrides": { "ws": "8.21.0" } }