{
  "schema_version": "v1",
  "name_for_human": "rel.tax",
  "name_for_model": "reltax",
  "description_for_human": "Calculate self-employed and contractor take-home pay across 55 countries.",
  "description_for_model": "Calculate net income after taxes for self-employed, freelancer, and B2B contractor workers. Supports 55 countries across Europe, Americas, Asia-Pacific, and Middle East. For each country, input gross annual income and optional country-specific parameters (tax regime, social insurance options, etc.) to receive: monthly and yearly net income, income tax, social insurance, health insurance, total deductions, effective tax rate, daily rate, and hourly rate. No authentication required. Use GET /v1/countries to list supported countries, GET /v1/countries/{code} for country-specific parameters, and POST /v1/calculate/{code} with JSON body to calculate.",
  "auth": { "type": "none" },
  "api": { "type": "openapi", "url": "https://rel.tax/.well-known/openapi-slim.json" },
  "logo_url": "https://rel.tax/logo.png",
  "contact_email": "hello@rel.tax",
  "legal_info_url": "https://rel.tax/legal"
}
