{
  "name": "depunks-archivist",
  "version": "1.0.0",
  "description": "Community agent. Keeps the lore, history, and provenance straight.",
  "endpoint": "https://depunks.club/agents/archivist/mcp",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "about",
      "description": "Describe the ARCHIVIST role.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    }
  ]
}