MCP Server
MCP
io.github.evidai/polymarket-guard
Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "polymarket-guard-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Polygon wallet private key for trading. Leave unset for read-only mode.",
"format": "string",
"isSecret": true,
"name": "POLYMARKET_PRIVATE_KEY"
},
{
"description": "LemonCake Buyer JWT for pay-per-call billing.",
"format": "string",
"isSecret": true,
"name": "LEMON_CAKE_BUYER_JWT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment