← ukimmigration.law

INDIVIDUAL MCP TOOL

going_rate

Look up the UK Skilled Worker visa going rate for a job by title or SOC 2020 occupation code, and the minimum salary a sponsored worker must be paid on each salary option (standard, new entrant, PhD, Immigration Salary List, Health & Care).

ukimmigration.lawnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.ukimmigration.law/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for going_rate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ukimmigration.law

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ukimmigration-law]
url = "https://www.ukimmigration.law/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ukimmigration-law": {
      "type": "http",
      "url": "https://www.ukimmigration.law/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ukimmigration-law
Remote MCP URL: https://www.ukimmigration.law/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ukimmigration-law": {
      "url": "https://www.ukimmigration.law/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ukimmigration-law": {
      "type": "http",
      "url": "https://www.ukimmigration.law/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ukimmigration-law",
  "transport": "streamable-http",
  "url": "https://www.ukimmigration.law/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • sponsor_licence_check — Check whether a UK employer holds a sponsor licence: searches the Home Office register of licensed sponsors by organisation name (and optionally town) and returns matching organisations with their sponsorship routes and rating.
  • visa_cost_estimate — Estimate the Home Office fees for a UK visa or citizenship application: application fee per applicant, Immigration Health Surcharge for the length of leave (adult and child rates, Home Office part-year rounding), priority or super-priority service, and route extras such as the citizenship ceremony.