{
  "name": "BaseCite",
  "description": "BaseCite provides tenant-scoped evidence intake and bounded, provenance-aware AI-readable context without public raw-file download or bulk export.",
  "url": "https://basecite.com/",
  "version": "1.0.0",
  "provider": {
    "organization": "BaseCite",
    "url": "https://basecite.com/"
  },
  "documentationUrl": "https://basecite.com/docs/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "basecite-agent-discovery",
      "name": "BaseCite agent discovery",
      "description": "Discover public API, OpenAPI, MCP, authentication, and safety boundaries.",
      "tags": [
        "discovery",
        "api",
        "mcp"
      ]
    },
    {
      "id": "basecite-bounded-context",
      "name": "Bounded AI context",
      "description": "Read one authorized organization-scoped AI context record with provenance.",
      "tags": [
        "ai-context",
        "provenance"
      ]
    }
  ],
  "interfaces": [
    {
      "url": "https://mcp.basecite.com/mcp",
      "protocolBinding": "HTTP+JSONRPC",
      "protocolVersion": "2025-06-18"
    }
  ],
  "registry": "https://smithery.ai/servers/alwaysrememberme1024/basecite"
}