{ "name": "polymarket-agent-mcp", "version": "1.7.0", "mcpName": "io.github.demwick/polymarket-agent-mcp", "description": "MCP server for Polymarket — trade, analyze markets, copy top traders, and manage your portfolio via AI", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "polymarket-agent-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "prepublishOnly": "npm run build" }, "type": "module", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "polymarket", "prediction-markets", "trading", "trading-bot", "copy-trading", "ai-agent", "smart-money", "claude", "ai-trading", "portfolio-management" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/demwick/polymarket-agent-mcp.git" }, "homepage": "https://github.com/demwick/polymarket-agent-mcp#readme", "bugs": { "url": "https://github.com/demwick/polymarket-agent-mcp/issues" }, "author": "demwick", "engines": { "node": ">=20.0.0" }, "files": [ "dist/**/*", ".well-known/**/*", "README.md", "PERMISSIONS.md", "SECURITY.md", "safeskill.manifest.json", ".env.example" ], "pnpm": { "onlyBuiltDependencies": [ "better-sqlite3" ] }, "dependencies": { "@ethersproject/wallet": "^5.8.0", "@modelcontextprotocol/sdk": "^1.30.0", "@polymarket/clob-client": "^5.8.1", "better-sqlite3": "^12.11.1", "dotenv": "^17.4.2", "ws": "^8.21.2", "zod": "^4.4.3" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^26.1.1", "@types/ws": "^8.18.1", "@vitest/coverage-v8": "^4.1.10", "fast-check": "^4.9.0", "typescript": "^7.0.2", "vitest": "^4.1.10" } }