Analytics
financeflow.studio
Provides housing market data and mortgage calculators for US states.
ENDPOINT 1
https://financeflow.studio/mcp
MCP server metadata
- Name
- financeflow
- Version
- 1.0.0
Public educational tools for FinanceFlow mortgage calculators and state housing data. Estimates only—not loan offers or financial advice. Prefer /llms.txt and /ai/*.md for documentation.
Known tools 4
list_discovery_urlsReturn FinanceFlow machine-readable discovery URLs (llms.txt, API catalog, agent skills, OpenAPI, auth.md, AI markdown index).
Inferred read-onlylist_calculatorsList FinanceFlow educational mortgage calculators with HTML and Markdown URLs.
Inferred read-onlyget_housing_by_stateTypical home value (ZHVI) or monthly rent (ZORI→state median) for all US states + DC.
Inferred read-onlyget_state_factorsState-average property tax, insurance, and PMI estimates used to prefill calculators.
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.financeflow]
url = "https://financeflow.studio/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"financeflow": {
"type": "http",
"url": "https://financeflow.studio/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: financeflow
Remote MCP URL: https://financeflow.studio/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": {
"financeflow": {
"url": "https://financeflow.studio/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"financeflow": {
"type": "http",
"url": "https://financeflow.studio/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "financeflow",
"transport": "streamable-http",
"url": "https://financeflow.studio/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.