uk-visa-sponsor-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@uk-visa-sponsor-mcpDoes Spotify sponsor UK visas?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UK Visa Sponsor MCP Server
An MCP server that lets AI assistants search the UK Register of Licensed Visa Sponsors (125,000+ companies). Built with FastMCP.
Tools
Tool | Description |
| Check if a specific company sponsors UK visas |
| Search sponsors by name, city, county, visa route, or rating |
| Get full details for a specific sponsor |
| Get register statistics (totals, breakdowns, top cities) |
Related MCP server: filed-mcp-server
Setup
Prerequisites
Python 3.11+
Install
git clone https://github.com/folathecoder/uk-visa-sponsor-mcp.git
cd uk-visa-sponsor-mcp
pip install -e .Run locally
fastmcp run server.pyTest with FastMCP Inspector
fastmcp dev server.pyUsage with AI Tools
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"uk-visa-sponsors": {
"command": "fastmcp",
"args": ["run", "/absolute/path/to/server.py"]
}
}
}Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"uk-visa-sponsors": {
"command": "fastmcp",
"args": ["run", "/absolute/path/to/server.py"]
}
}
}Remote Server (SSE)
fastmcp run server.py --transport sse --host 0.0.0.0 --port 8000Connect via SSE URL: http://your-host:8000/sse
Deploy with Docker
docker build -t uk-visa-sponsor-mcp .
docker run -p 8000:8000 uk-visa-sponsor-mcpEnvironment Variables
Variable | Default | Description |
|
| Base URL of the UK Visa Sponsor Search API |
Example Queries
Once connected, you can ask your AI assistant:
"Does Deloitte sponsor UK visas?"
"Find skilled worker visa sponsors in Manchester"
"How many companies sponsor health and care worker visas?"
"Show me A-rated visa sponsors in London"
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
CompanyLens is a remote MCP server giving AI agents instant access to official company registry data across 19 jurisdictions in Europe, the Americas, and Asia-Pacific. Eighteen read-only tools let you search companies and people, look up officers and beneficial owners, map corporate networks through shared directors, screen names against the UK disqualified directors register, find every company at a registered address, and pull filing history — all from a single connector. Visit our website: https://companylens.io
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to query H1B visa sponsorship data, approval rates, and top roles using public Department of Labor records. It provides tools for looking up company-specific stats and filtering sponsors by job title, city, or state.-
- FlicenseAqualityDmaintenanceAn MCP server that gives AI agents access to US business entity data, enabling searches across 9 state registries, SEC EDGAR filings, federal contracts, and lobbying disclosures.61-
- AlicenseAqualityAmaintenanceAn MCP server for searching UK tech jobs from the winterchill catalog, enabling job search, company lookup, and CV matching/tailoring via LLM agents.6MIT
- FlicenseNot gradedqualityBmaintenanceMCP server exposing the full UK Companies House Public Data API, enabling natural language queries for company profiles, search, officers, filing history, charges, insolvency, and persons with significant control, as well as downloading and reading PDF documents.-