uk-visa-sponsor-mcp
Click on "Install 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: companies-house-mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/folathecoder/uk-visa-sponsor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server