{
  "name": "Keel",
  "product": "Keel — Strategy OS for AI-assisted systematic trading on Hyperliquid",
  "url": "https://usekeel.io",
  "description": "Keel is software infrastructure for building structured trading strategies, backtesting multi-asset portfolios with fees, slippage, and funding, deploying the same strategy live on Hyperliquid, and monitoring execution with logs. The quickest way in is the hosted remote MCP at https://mcp.usekeel.io/mcp — paste one URL into a Claude/ChatGPT/Cursor connector and authenticate. Agents can also use the keel-trade package (one `keel` CLI + one local stdio MCP server) or the web app.",
  "envelope": {
    "for": [
      "structured strategy building in a typed component system (restricted DSL)",
      "multi-asset portfolio backtesting net of fees, slippage, and funding",
      "backtest-to-live parity: the deployed strategy is the backtested strategy",
      "non-custodial live execution on Hyperliquid (keys never leave the user's wallet)",
      "execution monitoring, logs, and version-controlled strategies"
    ],
    "not_for": [
      "discretionary trade alerts or signal subscriptions",
      "autonomous trading without user-configured strategy logic",
      "multi-exchange execution (Hyperliquid only today)",
      "brokerage, investment advice, or custody — Keel is software infrastructure, not a broker, investment adviser, or custodian"
    ]
  },
  "endpoints": {
    "website": "https://usekeel.io",
    "docs": "https://usekeel.io/docs",
    "agent_instructions": "https://usekeel.io/AGENTS.md",
    "llms_txt": "https://usekeel.io/llms.txt",
    "pricing": "https://usekeel.io/pricing.md",
    "skills": "https://usekeel.io/.well-known/skills/index.json",
    "mcp": {
      "hosted_url": "https://mcp.usekeel.io/mcp",
      "hosted_transport": "streamable-http",
      "hosted_auth": "oauth2",
      "transport": "stdio",
      "install": "pipx install keel-trade",
      "command": "keel mcp serve",
      "registry": "io.github.keel-trade/keel-trade",
      "claude_desktop_bundle": "https://github.com/keel-trade/keel-trade/releases/latest/download/keel-trade-latest.mcpb"
    }
  },
  "provenance": {
    "operator": "Keel",
    "website": "https://usekeel.io",
    "pypi": "https://pypi.org/project/keel-trade/",
    "source": "https://github.com/keel-trade/keel-trade",
    "license": "MIT",
    "mcp_registry": "io.github.keel-trade/keel-trade",
    "contact": "https://usekeel.io/contact"
  }
}
