uk-rates-thresholds

uk-rates-thresholds

Query current and historical UK official figures (tax bands, minimum wage, benefits, energy price cap and 100+ more) with effective dates and links to official government sources. Data refreshed whenever the official sources change.

Category
Visit Server

README

UK Rates & Thresholds — open dataset

133 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 133 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).

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 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured