← Back to Plugins
MCP Server MCP

io.github.gigshow/decker

github By github 👁 1 views ▲ 0 votes

Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.decker-ai.com/api/v1/mcp",
      "headers": [
        {
          "description": "Decker API key — free tier available (issue at decker-ai.com Settings → API Keys or via Telegram /apikey)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...