Skip to main content
Glama

UK Immigration Lawyers — visa data tools

Server Details

UK visa data tools: Skilled Worker going rates by job/SOC code, sponsor licence check, visa fees.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
going_rateSkilled Worker going rate and minimum salaryA
Read-onlyIdempotent
Inspect

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). Covers 412 codes: 270 with published rates, 38 paid on national pay scales, 104 not eligible. Source: GOV.UK, updated 22 July 2025. Information, not advice.

ParametersJSON Schema
NameRequiredDescriptionDefault
socNoExact 4-digit SOC 2020 occupation code, e.g. '2134'.
limitNoMaximum matches to return (default 5).
queryNoJob title, profession or keywords, e.g. 'software developer', 'care worker', 'nurse'.

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as read-only and idempotent. The description adds valuable context beyond that: coverage specifics (412 codes, 270 with published rates, 38 national pay scales, 104 not eligible), the authoritative source, the update date, and a 'not advice' caveat. This gives the agent a good sense of data scope and limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the primary purpose, then adds only high-value details: coverage counts, source, update date, and a caveat. Every sentence earns its place, and there is no repetition of schema or annotation information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only lookup tool with well-documented parameters and no required inputs, the description covers the key context an agent needs: what the tool returns information about, the acceptable lookup keys, and data coverage. It does not explicitly describe the output shape, but the absence of an output schema is partly mitigated by the clear domain scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description reinforces that queries use job titles and SOC codes, which mirrors the schema, but it adds no extra parameter-level detail such as formatting rules, precedence between query and soc, or how limit behaves beyond what the schema already supplies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('look up'), a precise resource (UK Skilled Worker visa going rate and minimum salary), and the lookup keys (job title or SOC 2020 code). It clearly identifies what the tool does and is readily distinguishable from the sibling tools, which cover licence checks and visa cost estimation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use this tool: whenever the goal is to find the going rate or minimum sponsored salary for a UK Skilled Worker role by job title or SOC code. It does not explicitly name alternatives or state when not to use it, but the context is clear enough for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

visa_cost_estimateUK visa government fee estimateA
Read-onlyIdempotent
Inspect

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. Routes: visitor, student, graduate, skilled3, skilled5, health, fiance, spouse_ec, spouse_flr, ilr, nat, registration. Fee schedule 8 April 2026. Government fees only — no legal fees. Information, not advice.

ParametersJSON Schema
NameRequiredDescriptionDefault
routeYesVisa route id. One of: visitor (Standard Visitor visa (6 months)); student (Student visa); graduate (Graduate visa); skilled3 (Skilled Worker visa (up to 3 years)); skilled5 (Skilled Worker visa (over 3 years)); health (Health & Care Worker visa); fiance (Fiancé(e) visa (6 months)); spouse_ec (Spouse / Partner visa (entry clearance)); spouse_flr (Spouse / Partner extension — FLR(M)); ilr (Indefinite Leave to Remain (ILR)); nat (Naturalisation (British citizenship)); registration (Registration as British (child)).
priorityNoProcessing: none (standard), priority (~5 working days, £500 each), super (next working day, £1,000 each). Not available on citizenship routes; entry clearance offers priority only.
lengthMonthsNoLength of leave in months where the route offers a choice (e.g. Skilled Worker 12/24/36); the route's first published length when omitted or not offered.
adultDependantsNoAdult dependants (partner / 18+) applying with the main applicant. Ignored on routes where it does not apply (partner, citizenship).
childDependantsNoChild dependants under 18. For child registration this is simply the number of children.

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only and idempotent behavior; the description adds meaningful context such as the fee schedule date of 8 April 2026, IHS part-year rounding, route extras like the citizenship ceremony, and the exclusion of legal fees. It consistently says this is an estimate and not advice, which is transparent about the tool's limits without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the first sentence states the core purpose, followed by a concise route list, the effective date, and scope caveats. No sentence is filler, and the length is appropriate for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the route set, fee components, schedule date, and exclusions, which is strong for a read-only estimator. Since there is no output schema, it would be slightly improved by stating the return format or currency, but the listed components largely tell an agent what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents route meanings, priority costs, and dependant handling. The description adds value beyond the schema by mentioning the fee schedule date, IHS adult/child rates and part-year rounding, and route-specific extras, giving the agent context about how the parameters influence the calculation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific action and object: 'Estimate the Home Office fees for a UK visa or citizenship application,' then lists the exact fee components and supported routes. This clearly distinguishes the tool from siblings like going_rate and sponsor_licence_check by scope and route coverage.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies its use case through 'Estimate the Home Office fees' and the route list, but it never explicitly says when to use this tool over siblings or what to use when a route is unsupported. The 'Government fees only' and 'Information, not advice' disclaimers clarify boundaries but do not route the agent to alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedgoing_rate
    • First observedsponsor_licence_check
    • First observedvisa_cost_estimate

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to evaluate job postings under a UK visa constraint, including sponsor-licence checks with confidence grades, screening for seniority and hard requirements, and role searches that exclude recruitment agencies. It also tracks application history to help avoid duplicate applications.
    4
    52
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and analyzing real H-1B visa sponsorship data from the U.S. Department of Labor, including job titles, salaries, locations, and company statistics.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that lets AI assistants search the UK Register of Licensed Visa Sponsors (125,000+ companies), enabling queries about company sponsorship, location, visa routes, and ratings.
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct data need: going rate for skilled worker salaries, sponsor licence status, and visa cost estimation. There is no meaningful overlap between the three. Descriptions reinforce exactly when to use each tool.

Naming Consistency5/5

All tool names use lowercase snake_case and follow a descriptive noun-phrase pattern indicating the subject and output type. No mixed verb styles or casing conventions are present.

Tool Count5/5

Three tools is within the ideal range for a focused data lookup server. Each tool covers a substantial, non-redundant function and earns its place.

Completeness4/5

The set covers the most important fee, salary, and sponsorship data points for UK immigration casework. Some common data areas such as processing times or maintenance funds are absent, but these feel like minor gaps rather than critical omissions.

Resources