{
  "schemaVersion": "2025-06-18",
  "name": "Utah Retirement Income WebMCP",
  "description": "Utah long-term care cost + retirement planning data tools for browsing AI agents.",
  "endpoint": "https://www.utahretirementincome.com/mcp",
  "transport": "http",
  "documentation": "https://www.utahretirementincome.com/",
  "tools": [
    {
      "name": "utah_cost_of_care",
      "description": "Look up what long-term care costs in Utah using the CareScout (Genworth) Cost of Care Survey 2024. Returns assisted living, home care, and nursing-home costs (monthly + annual). Optionally pass a `care_type` keyword (e.g. 'assisted living', 'nursing home', 'home health') to filter, or `years` to project a multi-year total.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "care_type": {
            "type": "string",
            "description": "Optional keyword to filter a care type"
          },
          "years": {
            "type": "number",
            "description": "Optional number of years to project total cost"
          }
        }
      }
    },
    {
      "name": "long_term_care_likelihood",
      "description": "Return the federal statistics on how likely you are to need long-term care and for how long, from the U.S. Administration for Community Living (longtermcare.gov). Educational; not a personalized prediction.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}