Free MCP tool
    No auth · Anonymous · Read-only

    search_handbook
    Free MCP tool.

    Full-text search across the five-chapter Global Talent Handbook. Returns the most relevant chapter passages with anchors back to ukglobaltalentvisa.org.

    “I can search the UK Global Talent Visa Handbook and surface the most relevant passages for your question.”

    N° 01

    When an agent reaches for this tool.

    CASE · 01
    A user asks a specific UK Global Talent Visa question and wants a sourced answer
    CASE · 02
    A user wants grounded context before drafting their own application
    CASE · 03
    An assistant needs citable content to quote alongside its own answer

    Example prompts

    • “What does Tech Nation count as 'innovation'?”
    • “How long is the endorsement valid before I have to file Stage 2?”
    • “Do I need recommendation letters? How many?”
    N° 02

    Example call.

    Request · JSON-RPC 2.0
    {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "tools/call",
      "params": {
        "name": "search_handbook",
        "arguments": {
          "query": "how many recommendation letters do I need",
          "limit": 2
        }
      }
    }
    Response · tool result
    {
      "results": [
        {
          "chapter": "The application",
          "passage": "Tech Nation requires three letters of recommendation from established experts who can attest to your work…",
          "url": "https://ukglobaltalentvisa.org/handbook/the-application"
        },
        {
          "chapter": "Why applications fail",
          "passage": "Generic letters that don't map to a specific criterion are a common reason strong profiles get refused…",
          "url": "https://ukglobaltalentvisa.org/handbook/why-applications-fail"
        }
      ]
    }
    N° 03

    What it cites.

    N° 04

    Related tools.

    Add it to your assistant.
    Free, no auth.