INDIVIDUAL MCP TOOL
ask
The Universal Router — type any free-form question about US residential real estate, get the right answer with citations.
LIVE ENDPOINT
https://valifit.com/api/mcp
Connect to this endpoint to inspect the live schema for ask and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.valifit-mcp-hosted]
url = "https://valifit.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"valifit-mcp-hosted": {
"type": "http",
"url": "https://valifit.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: valifit-mcp-hosted
Remote MCP URL: https://valifit.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": {
"valifit-mcp-hosted": {
"url": "https://valifit.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"valifit-mcp-hosted": {
"type": "http",
"url": "https://valifit.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "valifit-mcp-hosted",
"transport": "streamable-http",
"url": "https://valifit.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_agent— Look up a public ValiFit real-estate agent profile.get_health— Check the liveness + readiness of the ValiFit API.get_charters— Return the 6 ValiFit Constitutional Charters — public commitments that govern scoring, lead routing, citation, and bias auditing.search_semantic— Natural-language semantic search across all US municipalities.get_municipality_score— Look up a US municipality by slug or census_place_id.get_catalog— List or look up entries in the ValiFit Metrics Catalog — the canonical inventory of every measurable signal the system reasons over (composite factors, structural attributes, listing fields, user inputs, geographic aggregates, agent reputation).match_listings_by_text— Take a free-form buyer/renter/investor description and return ranked active listings with calibrated match scores + per-criterion breakdowns.