{
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "com.bajpailabs/qbridge-retrieval",
    "title": "Quantum Bridge retrieval",
    "version": "1.0.0",
    "description": "Machine-readable retrieval for Quantum Bridge: llms.txt, ai-index.json, site navigation, and WebMCP browser tools."
  },
  "documentationUrl": "https://qbridge.bajpailabs.com/for-ai",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://qbridge.bajpailabs.com/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "authentication": {
    "required": false
  },
  "tools": [
    {
      "name": "navigate_site",
      "title": "Navigate site",
      "description": "Navigate the browser to a page on qbridge.bajpailabs.com. Use for /, /contact, and /for-ai."
    },
    {
      "name": "fetch_ai_index",
      "title": "Fetch AI index",
      "description": "Fetch the structured Quantum Bridge AI index (pages, product facts, citations) from /ai-index.json."
    },
    {
      "name": "fetch_llms_txt",
      "title": "Fetch llms.txt",
      "description": "Fetch the plain-text Quantum Bridge site summary for LLMs and answer engines from /llms.txt."
    },
    {
      "name": "get_contact_info",
      "title": "Get contact info",
      "description": "Return Quantum Bridge contact email, contact page URL, and links for assessment requests."
    }
  ],
  "resources": [
    {
      "name": "llms-txt",
      "uri": "https://qbridge.bajpailabs.com/llms.txt",
      "description": "Plain-text Quantum Bridge summary for LLMs and answer engines.",
      "mimeType": "text/plain"
    },
    {
      "name": "ai-index",
      "uri": "https://qbridge.bajpailabs.com/ai-index.json",
      "description": "Structured catalog of pages, product facts, and citations.",
      "mimeType": "application/json"
    }
  ],
  "webmcp": {
    "enabled": true,
    "documentation": "https://webmachinelearning.github.io/webmcp/"
  }
}
