Free check of a California home for a Proposition 8 property tax reduction, plus owner filing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by SavePropTax.
check_property_tax_savingsFree check of one California home. Returns a status, the current assessment, an opinion of value from recent comparable sales, and estimated annual savings. A qualifying result carries a `continueToken`.
start_filingPrepares the county form and emails the signing link to the owner. The link is never returned to the client.
get_filing_statusCoarse status only: `awaiting_signature`, `awaiting_payment`, `filed`, `delivered`, `unknown`. No personal information.
A remote MCP server and an open HTTP API for California property tax appeals.
Ask it whether a home is over-assessed. If recent comparable sales support a lower value, it prepares the county's own Proposition 8 decline-in-value review form and emails a signing link to the homeowner. The owner signs and pays a flat $29. Checking is free, keyless, and can only ever lower a tax bill, never raise it.
There is nothing to install. The server is hosted:
Streamable HTTP, no authentication, stateless.
Claude: Settings, then Connectors, then Add custom connector, and paste the URL above.
ChatGPT: Settings, then Connectors (or Apps), then add an MCP server by URL, where your plan supports custom connectors.
Claude Code:
Any MCP client: point a streamable-HTTP transport at the URL. No token.
| Tool | Arguments | What it does |
|---|---|---|
check_property_tax_savings | address (required), unit | Free check of one California home. Returns a status, the current assessment, an opinion of value from recent comparable sales, and estimated annual savings. A qualifying result carries a continueToken. |
start_filing | continueToken, ownerName, ownerPhone, ownerEmail | Prepares the county form and emails the signing link to the owner. The link is never returned to the client. |
get_filing_status | docId | Coarse status only: awaiting_signature, awaiting_payment, filed, delivered, unknown. No personal information. |
An agent never handles the signature or the money. The signing link goes to the owner's inbox. The owner reviews the county's own form, signs it, and pays. The worst an anonymous caller can do is spend a free check and send a real homeowner a legitimate link to their own property.
The same capability without MCP. Keyless.
A qualifying response:
Then hand the token and the owner's details to prepare:
Poll the status endpoint for progress:
| status | meaning |
|---|---|
qualifies | Comparable sales support a defensibly lower value, savings exceed $500 a year, and the county window is open. The only status carrying a continueToken. |
fair_assessment | Sales do not support a value below the current assessment this year. |
not_enough_data | Too few closely matched recent sales for a defensible filing. |
not_residential | The parcel's county record is not residential. |
window_closed | The county's review window has closed; filing.reopens says when it returns. |
county_not_served | A California county not covered yet. |
already_filed | A review request was already filed for this property this year. |
address_not_found | Retry with the city included. |
needs_more_info | The message says what is missing, for example a unit number. |
busy | Heavy load: fresh checks briefly paused, cached answers still serve. Retry shortly. |
Every message is a relayable one-sentence explanation you can pass to your user
as written.
Returns a key immediately, no approval step. Send it as the x-agent-key header
for double the fresh-check headroom and named attribution. Anonymous use works
fine; registration is identity, not permission.
cached: true. Cached answers are never rate limited.busy while
cached answers still serve. The pipeline never degrades to a cheaper valuation
method; it only delays.Alameda, Contra Costa, Los Angeles, Marin, Napa, Placer, Riverside, Sacramento, San Benito, San Bernardino, San Francisco, San Joaquin, San Mateo, Santa Clara, Santa Cruz, Solano, Sutter, and Yolo counties. Windows are seasonal per county; current deadlines are at https://saveproptax.com/counties.html.
server.jsonSavePropTax prepares review requests from public records and the county's own forms; owners review and sign them. We are not a law firm, and nothing here is legal or tax advice. Reductions are decided solely by the County Assessor.
MIT. See LICENSE. The license covers this repository's contents; the hosted service is governed by the terms at https://saveproptax.com/legal.html.
The hosted server needs no install. For stdio-only MCP clients, this repo ships a dependency-free bridge (Node 18+):
Or with Docker: docker build -t saveproptax-mcp . && docker run -i saveproptax-mcp.
Introspection is answered locally; tool calls are forwarded to saveproptax.com/mcp.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/saveproptax)<a href="https://allmcps.com/mcp/saveproptax"><img src="https://allmcps.com/api/badge/saveproptax?style=directory" alt="SavePropTax on AllMCPs" /></a>