{
  "protocolVersion": "0.3.0",
  "name": "Zakat Calculator",
  "description": "Answers questions about UK Zakat calculation, Nisab thresholds, and who can give or receive Zakat. Educational guidance from World Aid Network — not a fatwa.",
  "version": "1.0.0",
  "url": "https://www.zakat-calculator.org.uk/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://www.zakat-calculator.org.uk/a2a",
      "transport": "JSONRPC"
    },
    {
      "url": "https://www.zakat-calculator.org.uk/mcp",
      "transport": "MCP"
    }
  ],
  "provider": {
    "organization": "World Aid Network",
    "url": "https://www.zakat-calculator.org.uk"
  },
  "documentationUrl": "https://www.zakat-calculator.org.uk/llms.txt",
  "iconUrl": "https://www.zakat-calculator.org.uk/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "Optional. Raises rate limits when configured; public calculator reads need no token.",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://www.zakat-calculator.org.uk/oauth/token",
          "scopes": {
            "zakat:read": "Read nisab rates and eligibility guidance",
            "zakat:calc": "Run Zakat calculations"
          }
        }
      }
    }
  },
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "calculate_zakat",
      "name": "Calculate Zakat due",
      "description": "Estimate 2.5% Zakat on cash, gold, silver, stocks, pensions and debts in GBP against the current Nisab.",
      "tags": ["zakat", "calculator", "uk", "islam", "finance"],
      "examples": [
        "How much Zakat on £5,000 savings?",
        "Calculate Zakat for cash 3000 and gold 50g"
      ]
    },
    {
      "id": "get_nisab_rates",
      "name": "Get current Nisab rates",
      "description": "Return silver and gold Nisab weights and approximate GBP thresholds.",
      "tags": ["nisab", "gold", "silver", "threshold"],
      "examples": [
        "What is the Nisab in 2026?",
        "Current silver Nisab in GBP"
      ]
    },
    {
      "id": "check_eligibility",
      "name": "Zakat eligibility guidance",
      "description": "Explain the eight asnaf, payer exemptions, family rules, overseas giving and medical uses.",
      "tags": ["eligibility", "asnaf", "fiqh", "recipients"],
      "examples": [
        "Who can receive Zakat?",
        "Can Zakat fund cataract surgery?"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
