← wingsinstitute.com

INDIVIDUAL MCP TOOL

get_eligibility_quiz

Adaptive eligibility quiz across all six Wings courses.

wingsinstitute.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

wingsinstitute.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wingsinstitute-com]
url = "https://wingsinstitute.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wingsinstitute-com": {
      "type": "http",
      "url": "https://wingsinstitute.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wingsinstitute-com
Remote MCP URL: https://wingsinstitute.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wingsinstitute-com": {
      "url": "https://wingsinstitute.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wingsinstitute-com": {
      "type": "http",
      "url": "https://wingsinstitute.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wingsinstitute-com",
  "transport": "streamable-http",
  "url": "https://wingsinstitute.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_courses — List all 6 Wings Institute career-readiness programmes with name, slug, fee range, duration, eligibility, ratings and URL.
  • get_course_details — Get detailed configuration for a single course by slug.
  • check_eligibility — Check whether a candidate meets the standard eligibility for a Wings programme based on education, age, height, gender, English proficiency.
  • book_campus_tour — Schedule a free campus tour at the Wings Institute Vadodara campus (Alkapuri).
  • get_scholarships — List the active Wings Institute scholarships.
  • get_placement_data — Get rolled-up Wings Institute placement statistics and partner network (airlines, hotels, ground-handling, cruise lines, travel companies).
  • start_counselling_call — Schedule a free phone counselling call with the Wings Institute admissions team.
  • apply_for_admission — Submit a 2026 admission application.