{
  "$schema": "https://a2a-standard.org/schemas/v1/agent-card.json",
  "name": "The Salary Calc Agent",
  "description": "Calculates UK PAYE take-home salary, Scottish income tax, student loans, and pension tax relief for 2026/27.",
  "version": "1.0.0",
  "url": "https://thesalarycalc.co.uk",
  "provider": {
    "name": "The Salary Calc",
    "url": "https://thesalarycalc.co.uk/about/"
  },
  "capabilities": [
    {
      "name": "calculate_take_home_pay",
      "description": "Calculates net take-home salary across all UK nations, student loans, and tax codes."
    },
    {
      "name": "calculate_scottish_tax",
      "description": "Calculates devolved Scottish 6-tier income tax system."
    },
    {
      "name": "calculate_100k_tax_trap",
      "description": "Calculates personal allowance taper and pension offset optimization."
    }
  ],
  "knowledge_sources": [
    "https://thesalarycalc.co.uk/llms.txt",
    "https://thesalarycalc.co.uk/llms-full.txt"
  ]
}