General Tools
secondappraisal.com
An MCP server for SecondAppraisal that enables submitting vehicle total-loss claims, uploading valuation reports, retrieving preliminary market estimates, and accessing state-specific total-loss rules.
ENDPOINT 1
https://secondappraisal.com/mcp
MCP server metadata
- Name
- com.secondappraisal/total-loss-intake
- Version
- 1.0.1
SecondAppraisal helps vehicle owners whose insurer declared their car a total loss get a fair settlement. Use `submit_total_loss_intake` when a user wants help with a total-loss offer: send at least a phone or email, plus whatever vehicle / loss / offer details you have. Read `customer_message` back to the user verbatim — it carries the confirm link and tells them we will call to confirm. Contact policy, stated to the customer: "We will attempt to call you to confirm that you want our free appraisal consultation and to confirm this request came from you or your representative/agent." Use `get_preliminary_estimate` for a no-commitment market read before submitting, and `get_state_total_loss_rules` to answer state-specific questions (thresholds, appraisal-clause rights, hotlines).
Known tools 5
submit_total_loss_intakeSubmit a vehicle owner's total-loss situation to SecondAppraisal on their behalf.
Inferred read-onlyget_intake_statusFetch the current receipt for a submitted intake (status, confirm link while still confirmable, preliminary).
Inferred read-onlyupload_valuation_reportAttach the insurer's Market Valuation Report (CCC / Mitchell PDF) to a submitted intake.
Inferred read-onlyget_preliminary_estimateA no-commitment early market read for a vehicle: comparable listing prices near the customer (10th percentile / median / 90th), an odometer-adjusted mid, and the gap vs the insurer's offer.
Inferred read-onlyget_state_total_loss_rulesState-specific total-loss facts: threshold and method, whether an independent appraiser must be licensed there, whether third-party appraisals are allowed, statute citations, must-know rights, common pitfalls, and the consumer hotline.
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.com-secondappraisal-total-loss-intake]
url = "https://secondappraisal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-secondappraisal-total-loss-intake": {
"type": "http",
"url": "https://secondappraisal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-secondappraisal-total-loss-intake
Remote MCP URL: https://secondappraisal.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": {
"com-secondappraisal-total-loss-intake": {
"url": "https://secondappraisal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-secondappraisal-total-loss-intake": {
"type": "http",
"url": "https://secondappraisal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-secondappraisal-total-loss-intake",
"transport": "streamable-http",
"url": "https://secondappraisal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.