Serverscom.cymetica/event-trader-mcp
M

EventTrader MCP

com.cymetica/event-trader-mcp · v1.0.0
▦ other
v1.0.0other mcpb: https://github.com/eventtrader/event-trader-mcp/releases/download/v1.0.0/event-trader-mcp.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.cymetica/event-trader-mcp",
  "description": "AI prediction market trading — real-time data, CLOB exchange, 30+ tools",
  "title": "EventTrader MCP",
  "repository": {
    "url": "https://github.com/eventtrader/event-trader-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/eventtrader/event-trader-mcp/releases/download/v1.0.0/event-trader-mcp.mcpb",
      "version": "1.0.0",
      "fileSha256": "018e1a36777cd3a60f3ef8c815f8b9c1795222800d1034d499d46a647f9d431f",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for EventTrader platform",
          "isRequired": true,
          "isSecret": true,
          "name": "EVENT_TRADER_API_KEY"
        },
        {
          "description": "API base URL (default: https://cymetica.com)",
          "name": "EVENT_TRADER_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}