logologoHunt UK Visa Sponsors
JobsSponsor register
/
logologoHunt UK Visa Sponsors

A licence means a company can sponsor. We show you who actually does: visas issued, job openings and any red flags.

Prefer us on Google

Jobs

UK Jobs with Visa SponsorshipJobs by RoleCouncil JobsInternshipsInternational Student

Sponsors

Register of Licensed SponsorsSponsors by IndustrySponsors by LocationRecently Funded SponsorsTrending SponsorsSponsor Licence CheckerSponsor Statistics

Learn

Visa TypesOccupation EligibilityUniversity Graduate OutcomesInternational Student StatisticsNew Entrant Salary ThresholdSponsorship by NationalityYouth Mobility SchemeGlossaryBlog

Tools

All Tools & CalculatorsIncome Tax CalculatorUK vs Home CalculatorILR TrackerGraduate Visa PlannerHPI University CheckerDeveloper API & MCP
© 2026 Hunt UK Visa Sponsors|General information only, not legal advice. Always consult a regulated UK immigration solicitor.Legal & data
Not legal advice

Content on this site is for general information only and does not constitute legal advice. Always consult a regulated UK immigration solicitor for advice specific to your situation.

Public sector information

Licensed under the Open Government Licence v3.0.

University figures

HESA/Jisc, licensed under CC BY 4.0.

Sponsor map coordinates

Contains OS data © Crown copyright and database right 2025 · Contains Royal Mail data © Royal Mail copyright and database right 2025 · Contains GeoPlace data © Local Government Information House Limited copyright and database right 2025 · Source: Office for National Statistics licensed under the Open Government Licence v3.0.

NI town centroids

GeoNames, licensed under CC BY 4.0.

How does it workContact Us

Developer

API Dashboard

Manage your API keys to access Hunt UK Visa Sponsors data programmatically. View API docs • View MCP tool reference

Sign in to manage API keys

Log in to create and manage your API keys for programmatic access.

Log In

Use with AI Assistants (MCP)

Connect your API key to Claude Desktop, Cursor, or any MCP-compatible AI client. This lets AI assistants search jobs, look up companies, and check visa sponsorship data on your behalf.

Claude Desktop

Claude Desktop only supports local (stdio) MCP servers, so we use mcp-remote as a bridge. Requires Node.js 18+. Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "huntukvisasponsors": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.huntukvisasponsors.com/mcp/v1",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Then restart Claude Desktop. If you use nvm and see “Unexpected token” errors in ~/Library/Logs/Claude/, replace "npx" with the absolute path to your Node 20+ node binary and pass the mcp-remote script path as the first arg.

Claude Code / Cursor / other clients

Clients that support remote HTTP MCP servers natively can use this simpler config (Claude Code: .claude/settings.json):

{
  "mcpServers": {
    "huntukvisasponsors": {
      "type": "http",
      "url": "https://api.huntukvisasponsors.com/mcp/v1",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Available tools

search_jobs - Search for UK visa sponsorship job listings.search_companies - Search for UK companies that are licensed visa sponsors.get_job_facets - Get available filter facets for job search, including location counts, company sizes, industries, and posted-within options.get_company_facets - Get available filter facets for company search, including location counts, company sizes, industries, and visa types.search_locations - Search for job locations by name.get_company - Get detailed information about a specific company including address, visa types, SIC codes, job count, and sponsor score.get_company_jobs - List job postings from a specific company and its related entities (canonical group).get_company_visa_stats - Get visa issuance statistics (trends) for a specific company.

+ 10 more tools (18 total). See full reference

Not sure what to ask? Try these

Pick a category below, then click any prompt to copy it. Paste it into Claude and press send.

Built something fancy? Tag us on X or message us on Telegram. We’d love to see what you made.

REST API Quick Reference

Authentication: Pass your key as a Bearer token: Authorization: Bearer huvs_...

Rate limit: 0 credits/month. Costs vary by endpoint (1-5 credits).

Base URL: https://api.huntukvisasponsors.com/public/v1

View full API documentation