MCP
Archive's Model Context Protocol server lets an AI agent work with your data directly. It is the same product surface as the GraphQL API in a different shape: 63 tools, each wrapping exactly one public root field and executing it verbatim. For field-level detail on what a tool returns, follow it through to the API reference.
01 Overview The Archive MCP server exposes the same /api/v2 surface as agent tools over Streamable HTTP, with one tool per public GraphQL root field. 02 Connect a client Point an MCP client at Archive with a bearer token or the OAuth 2.1 flow, verify the connection with getWorkspaces, and understand what tools/list returns. 03 Read tools The 32 tools that only fetch data, each wrapping one public query field. 04 Write tools The 31 tools that change something, each wrapping one public mutation. 05 Agent conventions Rules that hold across every Archive MCP tool — userErrors versus isError, retry discipline, destructive tools, async ingest, concise responses, and view filters.