{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.99datarooms/mcp",
  "version": "1.0.0",
  "description": "MCP servers for 99 Data Rooms. A public read-only server for docs, glossary, pricing and use-cases, and an authenticated server for the data rooms a signed-in user grants access to.",
  "websiteUrl": "https://99datarooms.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.99datarooms.com/mcp",
      "supportedProtocolVersions": [
        "2025-06-18"
      ]
    },
    {
      "type": "streamable-http",
      "url": "https://mcp.99datarooms.com/authed-mcp",
      "supportedProtocolVersions": [
        "2025-06-18"
      ]
    }
  ]
}