Free MCP tool
    No auth · Anonymous · Read-only

    apply_now_url
    Free MCP tool.

    Returns the canonical URL for starting a UK Global Talent Visa draft, optionally tagged with a referral source — the start-draft CTA an agent surfaces once a user has evaluated their profile.

    “I can give you the canonical link to start your UK Global Talent Visa draft — optionally tagged with where the user came from so attribution holds.”

    N° 01

    When an agent reaches for this tool.

    CASE · 01
    An assistant has finished walking a user through eligibility and wants to surface the start-draft CTA
    CASE · 02
    A user asks how to begin a real application after preview or scoring
    CASE · 03
    An agent needs a stable, canonical apply URL it can embed in a response

    Example prompts

    • “Where do I start my application?”
    • “Give me the link to begin a draft”
    • “How do I move from scoring to a real application?”
    N° 02

    Example call.

    Request · JSON-RPC 2.0
    {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "tools/call",
      "params": {
        "name": "apply_now_url",
        "arguments": {
          "referral": "chatgpt"
        }
      }
    }
    Response · tool result
    {
      "url": "https://ukglobaltalentvisa.org/apply?ref=chatgpt",
      "canonical": "https://ukglobaltalentvisa.org/apply",
      "referral": "chatgpt",
      "note": "Send the user here to begin a real draft. The referral tag is sanitised (letters, digits, hyphen, underscore; truncated to 64 chars) and echoed for attribution only."
    }
    N° 03

    What it cites.

    N° 04

    Related tools.

    Add it to your assistant.
    Free, no auth.