polymarket-mcp
Version:
A Model Context Protocol (MCP) server for interacting with Polymarket prediction markets
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "polymarket-mcp",
"description": "A Model Context Protocol (MCP) server for interacting with Polymarket prediction markets",
"version": "1.0.0",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"polymarket",
"mcp",
"prediction-markets",
"trading",
"model-context-protocol",
"ethereum",
"polygon"
],
"author": "",
"license": "MIT",
"dependencies": {
"@ethersproject/contracts": "^5.8.0",
"@ethersproject/providers": "^5.8.0",
"@ethersproject/wallet": "^5.8.0",
"@modelcontextprotocol/sdk": "^1.10.2",
"@polymarket/clob-client": "^4.18.0",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"ethers": "^6.14.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/bs58": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayAINetwork/Polymarket-mcp.git"
},
"bugs": {
"url": "https://github.com/PlayAINetwork/Polymarket-mcp/issues"
},
"homepage": "https://github.com/PlayAINetwork/Polymarket-mcp#readme"
}