General Tools
saveproptax.com
Helps California homeowners check property tax savings eligibility and file for Proposition 8 decline-in-value reductions.
ENDPOINT 1
https://saveproptax.com/mcp
MCP server metadata
- Name
- saveproptax
- Version
- 1.0.0
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. Filing costs the owner a flat $29, paid by the owner after they personally sign; the signing link is emailed to the owner and never returned to this client. Full API reference: https://saveproptax.com/agents
Known tools 3
check_property_tax_savingsFree check of whether a California home qualifies for a Proposition 8 decline-in-value property tax reduction.
Inferred read-onlystart_filingStart a county filing for a property that qualified in check_property_tax_savings.
Inferred read-onlyget_filing_statusCoarse status of a filing by document id: awaiting_signature, awaiting_payment, filed, delivered, or unknown.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.saveproptax]
url = "https://saveproptax.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saveproptax": {
"type": "http",
"url": "https://saveproptax.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saveproptax
Remote MCP URL: https://saveproptax.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"saveproptax": {
"url": "https://saveproptax.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"saveproptax": {
"type": "http",
"url": "https://saveproptax.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saveproptax",
"transport": "streamable-http",
"url": "https://saveproptax.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for saveproptax.com was fetched 2026-08-23T18:52:44.981Z.
saveproptax.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.