{
  "schema_version": "1.0",
  "name": "Pedro's Personal Agent",
  "description": "Agent interface to ask Pedro questions with HITL verification and check calendar availability.",
  "url": "https://panda.kinetic.im/",
  "capabilities": {
    "mcp_servers": [
      {
        "name": "pedro-brain-mcp",
        "description": "Query Pedro's personal knowledge base with Human-In-The-Loop approval.",
        "endpoint": "https://panda.kinetic.im/api/mcp/brain",
        "transport": "http"
      },
      {
        "name": "pedro-calendar-mcp",
        "description": "Check Pedro's calendar free/busy slots.",
        "endpoint": "https://panda.kinetic.im/api/mcp/calendar",
        "transport": "http"
      }
    ]
  },
  "authentication": {
    "type": "none_for_public_queries"
  }
}
