{
  "_convention": "There is no ratified .well-known descriptor for MCP servers yet. Two competing proposals are open against the specification (SEP-1649 / SEP-2127 'MCP Server Cards' and SEP-1960 '/.well-known/mcp'), plus an IETF draft (draft-serra-mcp-discovery-uri). This file publishes the fields both proposals agree on, at the path most crawlers currently probe, and will be re-cut when one of them lands. Nothing here is a protocol we do not actually run: the only endpoint below is the live streamable-HTTP MCP server.",
  "name": "com.saveproptax/saveproptax",
  "title": "SavePropTax",
  "description": "Check whether a California home qualifies for a Proposition 8 decline-in-value property tax reduction, and start a filing the owner completes themselves. The check is free and keyless. Filing is a flat $29, paid by the owner after they personally sign; the signing link is emailed to the owner and never returned to the calling client.",
  "version": "1.0.0",
  "websiteUrl": "https://saveproptax.com/agents",
  "documentationUrl": "https://saveproptax.com/agents",
  "endpoints": [
    {
      "type": "streamable-http",
      "url": "https://saveproptax.com/mcp",
      "authentication": { "type": "none" }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://saveproptax.com/mcp"
    }
  ],
  "capabilities": { "tools": {} },
  "tools": [
    { "name": "check_property_tax_savings", "description": "Free qualification check for a California home, by street address." },
    { "name": "start_filing", "description": "Prepare the county filing and email the signing link to the owner. The link is never returned to the client." },
    { "name": "get_filing_status", "description": "Coarse status of a filing by document id. No personal information." }
  ],
  "protocolVersions": ["2025-06-18", "2025-03-26", "2024-11-05"],
  "contactEmail": "support@saveproptax.com",
  "openApiUrl": "https://saveproptax.com/openapi.json",
  "llmsTxtUrl": "https://saveproptax.com/llms.txt"
}
