{
  "protocol": "https://a2a-protocol.org",
  "name": "WorldCalculators.org",
  "description": "Country-aware calculators. Query GEO chunks and calculator pages; no authentication for read.",
  "url": "https://worldcalculators.org/",
  "version": "1.0.0",
  "provider": {
    "organization": "Elite Digital AI Solutions Ltd",
    "url": "https://worldcalculators.org/about"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "supportedInterfaces": [
    { "url": "https://worldcalculators.org/api/v1/manifest.json", "transport": "http" }
  ],
  "skills": [
    {
      "id": "lookup-calculator",
      "name": "Lookup a calculator by country standard",
      "description": "Find the calculator URL and markdown mirror for BMI, tax, paycheck and other country-aware tools.",
      "tags": ["calculator", "bmi", "tax", "geo"]
    }
  ]
}
