{
  "name": "vensight-public",
  "title": "Vensight public site",
  "description": "Read-only tools and resources over the public vensight.ai site: search, fetch any page as Markdown, list pages, and get pricing. No authentication. Use it to answer questions about Vensight, vendor risk management software for US mortgage lenders, banks, and credit unions.",
  "version": "1.0.0",
  "url": "https://vensight.ai/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    "search_vensight",
    "get_page",
    "list_pages",
    "get_pricing"
  ],
  "publisher": {
    "name": "Vensight, Inc.",
    "url": "https://vensight.ai"
  },
  "documentation": "https://vensight.ai/developers",
  "openapi": "https://vensight.ai/openapi.json",
  "privacyPolicy": "https://vensight.ai/privacy",
  "termsOfService": "https://vensight.ai/terms",
  "relatedServers": [
    {
      "name": "vensight-workspace",
      "title": "Vensight workspace (lender data)",
      "description": "Read and act on a lender's vendor program: vendors, tiers, requirements, contracts, renewals, watchlist screening, sub-processors, and incidents. Requires a Vensight workspace.",
      "url": "https://mcp.vensight.ai/mcp",
      "transport": "streamable-http",
      "authentication": {
        "type": "oauth2",
        "authorizationServer": "https://api.vensight.ai/.well-known/oauth-authorization-server",
        "scopes": [
          "vendors:read",
          "contracts:read",
          "screening:read",
          "incidents:write"
        ]
      },
      "documentation": "https://docs.vensight.ai/mcp"
    }
  ]
}