{
  "name": "Goalbadger Public Agent Server",
  "description": "Read-only Goalbadger MCP server for public product, developer, and agent-boundary information.",
  "version": "1.0.0",
  "protocolVersion": "2026-07-28",
  "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26"],
  "serverUrl": "https://goalbadger.app/mcp",
  "icon": "https://goalbadger.app/logo.svg",
  "documentationUrl": "https://goalbadger.app/developers.md",
  "tools": [
    {
      "name": "goalbadger.get_public_capabilities",
      "description": "Returns Goalbadger's public agent capability catalog.",
      "readOnly": true
    },
    {
      "name": "goalbadger.list_public_resources",
      "description": "Lists stable public Goalbadger product and developer resources.",
      "readOnly": true
    },
    {
      "name": "goalbadger.read_public_resource",
      "description": "Reads one public Goalbadger product or developer resource.",
      "readOnly": true
    }
  ]
}
