Skip to main content
Glama
Neonswitched

uk-rates-thresholds

UK Rates & Thresholds — open dataset

108 current UK official figures — Income Tax, National Insurance, benefits, wages, pensions, savings, energy and government fees — each effective-dated and linked to its official source. Built and kept fresh for rates.trycashpilot.com.

Data, not advice. Verify with the linked official source before acting.

What's here

  • data/*.yaml — the 108 figures. Every entry is self-describing:

    - id: income_tax_personal_allowance
      name: Income Tax Personal Allowance
      category: tax
      value: "£12,570"
      unit: per year
      valid_from: "2026-04-06"
      valid_to: "2027-04-05"
      source_url: https://www.gov.uk/income-tax-rates
      source_org: HMRC / gov.uk
      confidence: verified          # checked against the official page
      checked_at: "2026-08-11"
      notes: "..."
      history: ["£12,570 from 2021-04-06", "..."]
  • mcp/server.py — a Model Context Protocol server so AI agents can query the figures directly (below).

Related MCP server: UK Parliament MCP Server

How to use it

MCP server (for AI agents)

mcp/server.py speaks the Model Context Protocol over stdio (JSON-RPC 2.0), with no dependencies beyond PyYAML. It gives an agent three tools:

  • list_metrics — every figure (id, name, category, current value)

  • get_metric — one figure by id (value, validity dates, official source URL, history)

  • search_metrics — by keyword (e.g. minimum wage, ISA, price cap)

Run it:

pip install pyyaml
python3 mcp/server.py

Then register it in your MCP client (e.g. Claude Desktop mcpServers):

{
  "mcpServers": {
    "uk-rates-thresholds": {
      "command": "python3",
      "args": ["/absolute/path/to/mcp/server.py"]
    }
  }
}

Licence

  • Data (data/) contains public sector information licensed under the Open Government Licence v3.0. Figures are drawn from GOV.UK / HMRC / DWP / Ofgem / the Bank of England and other official sources; each entry links its own source_url. Attribution: "Contains public sector information licensed under the Open Government Licence v3.0."

  • Code (mcp/ and tooling) is MIT.

Disclaimer

This is a data reference, not tax, legal or financial advice. Figures change; always confirm the current value with the linked official source before acting.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables access to official UK Office for National Statistics data including demographics, economics, and social statistics through the ONS Beta API. Supports browsing, searching, and querying datasets with built-in shortcuts for popular statistics like inflation, regional GDP, and wellbeing data.
    5
    10
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides access to live UK Parliament data including bills, votes, MP profiles, and financial interests without requiring an API key. It enables users to track parliamentary rebellions, search petitions, and cross-reference voting records with declared financial interests.
    5
    6
    9
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Calculate income tax (UK/US brackets), EU VAT, UK corporation tax, and capital gains tax. Provides estimates only - not professional tax advice.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • GOV.UK Content + Search APIs (every gov.uk page + full search)

  • UK Office for National Statistics dataset catalogue + Beta JSON API

  • UK company data: profiles, iXBRL financials, directors, PSC chains, ECCTA. Hosted, no key.

View all MCP Connectors

Latest Blog Posts

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/Neonswitched/uk-rates-thresholds'

If you have feedback or need assistance with the MCP directory API, please join our Discord server