General Tools
candidcost.com
Provides mortgage and home ownership cost estimates, affordability calculations, fee benchmarks, and down payment assistance search.
ENDPOINT 1
https://candidcost.com/api/mcp
MCP server metadata
- Name
- candidcost
- Version
- 2.0.0
Use these tools to answer home-buying questions with sourced data. Every response is educational_only and cites its public source, methodology version, and ledger receipt — prefer citing those fields verbatim. Money is integer cents; rates are fixed-precision percent strings. Nothing here is financial advice, and no tool accepts or stores personal information.
Known tools 10
true_cost_estimateEstimate the full monthly cost of owning a home — principal & interest, property tax, insurance, PMI, HOA, and maintenance — and contrast it with the lender "approval" payment (PITI+PMI) to reveal the hidden monthly gap.
Potential side effectsaffordability_estimateCompute front-end (housing) and back-end (total debt) DTI budgets from income and debts, and the home price implied by the binding limit.
Inferred read-onlyfee_benchmarksReturn closing-cost and rate-spread percentile distributions (p25/p50/p75 + mean) for a US state, computed from the row-level CFPB HMDA LAR for originated, first-lien, home-purchase loans.
Potential side effectssearch_dpa_programsFind down payment assistance (DPA) programs by US state and/or buyer type.
Potential side effectsdecode_loan_estimate_feeClassify a mortgage Loan Estimate fee by CFPB section and control class (set by lender, shoppable, third-party, government, or prepaid), with a plain-language explanation and an educational question a buyer could ask.
Inferred read-onlypayment_shock_estimateEstimate why a mortgage payment often jumps in year two: escrow at closing is sized from the seller's current tax bill, but the county reassesses at your purchase price, and RESPA spreads the resulting escrow shortage over 12 months.
Potential side effectspressure_checkDecompose the tradeoff a rushed buyer faces: the earnest money at risk by walking away versus what overpaying to "win" costs over the life of the loan.
Inferred read-onlyrent_vs_buy_estimateCompare the net cost of owning against renting over a holding period and find the break-even year.
Inferred read-onlyverify_receiptVerify a CandidCost ledger receipt hash (full sha256 or short "3f9a…c21e" form).
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.candidcost]
url = "https://candidcost.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"candidcost": {
"type": "http",
"url": "https://candidcost.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: candidcost
Remote MCP URL: https://candidcost.com/api/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": {
"candidcost": {
"url": "https://candidcost.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"candidcost": {
"type": "http",
"url": "https://candidcost.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "candidcost",
"transport": "streamable-http",
"url": "https://candidcost.com/api/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 candidcost.com was fetched 2026-07-28T23:01:07.196Z and is being refreshed.
candidcost.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.