← Registry

Analytics

financeflow.studio

Provides housing market data and mortgage calculators for US states.

1 endpoint4 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://financeflow.studio/mcp

No auth detected

MCP server metadata

Name
financeflow
Version
1.0.0
Capabilities
tools
Server instructions

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_urls

Return FinanceFlow machine-readable discovery URLs (llms.txt, API catalog, agent skills, OpenAPI, auth.md, AI markdown index).

Inferred read-only
list_calculators

List FinanceFlow educational mortgage calculators with HTML and Markdown URLs.

Inferred read-only
get_housing_by_state

Typical home value (ZHVI) or monthly rent (ZORI→state median) for all US states + DC.

Inferred read-only
get_state_factors

State-average property tax, insurance, and PMI estimates used to prefill calculators.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.