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
Website — https://rates.trycashpilot.com — one page per figure, answering "what is X right now?", each sourced and dated.
JSON API — https://rates.trycashpilot.com/api/v1/all.json — every figure, machine-readable (
count+metrics[]).This repo — clone the YAML and use it directly.
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 byid(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.pyThen 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 ownsource_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.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.510MIT
- AlicenseAqualityDmaintenanceProvides 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.569MIT
- AlicenseBqualityDmaintenanceProvides access to 27 UK government data sources and services, enabling queries about transport, business, healthcare, and more via natural language.331MIT
- Alicense-qualityAmaintenanceCalculate income tax (UK/US brackets), EU VAT, UK corporation tax, and capital gains tax. Provides estimates only - not professional tax advice.6MIT
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.
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/Neonswitched/uk-rates-thresholds'
If you have feedback or need assistance with the MCP directory API, please join our Discord server