{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "net.recallbase/recallbase-docs",
  "description": "Public documentation MCP for RecallBase — local-first AI conversation archive. Search product docs, export formats, and privacy boundaries. Does not expose user conversations or account secrets.",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://recallbase.net/mcp"
    }
  ],
  "protocolVersion": "2026-07-28",
  "serverInfo": {
    "name": "recallbase-docs",
    "version": "1.0.0",
    "description": "Public documentation MCP for RecallBase — local-first AI conversation archive. Search product docs, export formats, and privacy boundaries. Does not expose user conversations or account secrets.",
    "homepage": "https://recallbase.net/"
  },
  "serverUrl": "https://recallbase.net/mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://recallbase.net/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "search_docs",
      "description": "Search RecallBase product documentation by free-text query. Returns matching docs titles, slugs, snippets, and URLs. Use for setup, export formats, privacy, troubleshooting, and developer API questions."
    },
    {
      "name": "list_docs",
      "description": "List indexable RecallBase docs pages with title, slug, category, and URL. Optionally filter by category (get-started, save, export, pro-billing, privacy, troubleshooting, reference)."
    },
    {
      "name": "get_docs_page",
      "description": "Fetch the full text of one RecallBase docs page by slug (e.g. 'install-cli', 'docs-mcp', 'export/pdf', 'privacy-local-first')."
    },
    {
      "name": "get_product_overview",
      "description": "Return a structured RecallBase product briefing: what it is, local-first boundary, surfaces (extension/CLI/website), when to use, developer entry points, and MCP details."
    },
    {
      "name": "get_export_formats",
      "description": "List RecallBase browser-extension export formats and Free vs Pro capability differences (Markdown, PDF, Word, Notion, Google Docs, Obsidian, images, JSON, text)."
    }
  ],
  "icons": [
    {
      "src": "https://recallbase.net/brand/icon-128.png",
      "mimeType": "image/png",
      "sizes": [
        "128x128"
      ]
    }
  ]
}