{
  "name": "ArbSolver Agent",
  "version": "1.0.0",
  "description": "Agent that computes sports-betting arbitrage from user-supplied odds and returns guaranteed-profit stake distribution.",
  "supportedInterfaces": [
    {
      "url": "https://arbsolver.com/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "arbitrage-calc",
      "name": "Arbitrage Calculator",
      "description": "Given a set of outcomes with odds, compute whether a guaranteed-profit arbitrage exists and the exact stake to place on each outcome."
    }
  ]
}
