{
  "name": "depunks-scout",
  "version": "1.0.0",
  "description": "Community agent. Finds what is new and worth the club's attention.",
  "endpoint": "https://test.depunks.club/agents/scout/mcp",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "about",
      "description": "Describe the SCOUT role.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    }
  ]
}