← Back to Plugins
MCP Server MCP

io.github.evidai/polymarket-guard

github By github 👁 1 views ▲ 0 votes

Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...