{
  "name": "basecite-mcp",
  "displayName": "BaseCite MCP Server",
  "description": "Streamable HTTP MCP server for public BaseCite documentation resources and one authenticated bounded AI-context tool.",
  "icon": "https://basecite.com/favicon-32.png",
  "version": "v1-phase29",
  "homepage": "https://basecite.com/",
  "documentation": "https://basecite.com/docs",
  "repository": "https://github.com/paxton777/basecite-evidence-receipts-v0.1-proof/tree/main/packages/basecite-mcp-server",
  "registry": "https://smithery.ai/servers/alwaysrememberme1024/basecite",
  "officialRegistry": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.paxton888%2Fbasecite/versions/0.1.0",
  "serverUrl": "https://mcp.basecite.com/mcp",
  "tools": [
    {
      "name": "basecite_get_ai_context",
      "description": "Return one bounded AI context record for an authorized upload.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.basecite.com/mcp"
  },
  "capabilities": {
    "resources": true,
    "tools": true
  },
  "authentication": {
    "public_resources": true,
    "tools": "tenant-scoped x-api-key"
  },
  "boundaries": [
    "no raw file download",
    "no bulk export",
    "no truth verification claim"
  ]
}