{
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "com.bajpailabs/predicta-retrieval",
    "title": "Predicta retrieval",
    "version": "1.0.0",
    "description": "Machine-readable retrieval for Predicta: llms.txt, ai-index.json, site navigation, and WebMCP browser tools."
  },
  "documentationUrl": "https://predicta.bajpailabs.com/for-ai",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://predicta.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 predicta.bajpailabs.com. Use for /case-studies, /for-ai, /contact, /team, and the homepage."
    },
    {
      "name": "fetch_ai_index",
      "title": "Fetch AI index",
      "description": "Fetch the structured Predicta AI index (pages, product facts, citations) from /ai-index.json."
    },
    {
      "name": "fetch_llms_txt",
      "title": "Fetch llms.txt",
      "description": "Fetch the plain-text Predicta site summary for LLMs and answer engines from /llms.txt."
    },
    {
      "name": "get_contact_info",
      "title": "Get contact info",
      "description": "Return Predicta / Bajpai Labs contact email, contact page URL, and links for pilots or API access."
    }
  ],
  "resources": [
    {
      "name": "llms-txt",
      "uri": "https://predicta.bajpailabs.com/llms.txt",
      "description": "Plain-text Predicta site summary for LLMs and answer engines.",
      "mimeType": "text/plain"
    },
    {
      "name": "ai-index",
      "uri": "https://predicta.bajpailabs.com/ai-index.json",
      "description": "Structured catalog of Predicta pages, product facts, and citations.",
      "mimeType": "application/json"
    }
  ],
  "webmcp": {
    "enabled": true,
    "documentation": "https://webmachinelearning.github.io/webmcp/"
  }
}
