{
  "name": "LIMCARS MCP services",
  "documentation": "https://limcars.ru/docs/ai-agents",
  "public": {
    "name": "LIMCARS Public MCP",
    "description": "Public LIMCARS tools for canonical pages, vehicle inventory, import calculations, safe registration and user-supplied Encar or Dongchedi links.",
    "protocol": "Model Context Protocol",
    "protocolVersion": "2026-07-28",
    "transport": "streamable-http",
    "endpoint": "https://limcars.ru/mcp",
    "compatibilityEndpoint": "https://limcars.ru/api/mcp/public",
    "documentation": "https://limcars.ru/docs/ai-agents",
    "llms": "https://limcars.ru/llms.txt",
    "authentication": "none",
    "capabilities": {
      "tools": true,
      "resources": true,
      "prompts": true
    },
    "tools": [
      "public_ping",
      "site_guide",
      "read_public_page",
      "resolve_source_vehicle_url",
      "begin_user_registration",
      "search_vehicle_inventory",
      "calculate_import_cost"
    ]
  },
  "authenticated": {
    "name": "LIMCARS Authenticated MCP",
    "description": "OAuth MCP for LIMCARS clients and employees. The tool surface and every query are restricted by the authenticated user's role and record-level access.",
    "protocol": "Model Context Protocol",
    "protocolVersion": "2026-07-28",
    "transport": "streamable-http",
    "endpoint": "https://limcars.ru/api/mcp",
    "authentication": "oauth2",
    "requiredScopes": [
      "openid",
      "profile",
      "offline_access",
      "mcp:tools"
    ],
    "protectedResourceMetadata": "https://limcars.ru/.well-known/oauth-protected-resource/api/mcp",
    "authorizationServerMetadata": "https://limcars.ru/.well-known/oauth-authorization-server/api/auth",
    "registration": {
      "dynamicClientRegistration": true,
      "unauthenticatedClientRegistration": true,
      "userRegistration": "https://limcars.ru/регистрация"
    },
    "audiences": {
      "client": {
        "tools": [
          "client_whoami",
          "client_imports_list",
          "client_import_details",
          "search_vehicle_inventory",
          "calculate_import_cost"
        ],
        "recordScope": "current user and actively linked client records only",
        "limits": "120 requests/minute; 2000/day; operation quotas apply"
      },
      "employee": {
        "tools": [
          "employee_access_manifest",
          "employee_work_overview",
          "employee_global_search",
          "employee_clients_list",
          "employee_client_get",
          "employee_deals_search",
          "employee_deal_get",
          "employee_tasks",
          "employee_documents",
          "search_vehicle_inventory",
          "calculate_import_cost"
        ],
        "recordScope": "RBAC plus active deal/client assignments",
        "limits": "no MCP rate limit; paginated result batches"
      }
    },
    "documentation": "https://limcars.ru/docs/ai-agents"
  }
}