← Registry

Analytics

valifit.com

Provides access to ValiFit real-estate agent profiles, municipality scores, and semantic search across US municipalities, along with API health checks and constitutional charters.

1 endpoint8 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://valifit.com/api/mcp

No auth detected

MCP server metadata

Name
valifit-mcp-hosted
Version
0.1.0
Capabilities
tools

Known tools 8

get_agent

Look up a public ValiFit real-estate agent profile.

Inferred read-only
get_health

Check the liveness + readiness of the ValiFit API.

Inferred read-only
get_charters

Return the 6 ValiFit Constitutional Charters — public commitments that govern scoring, lead routing, citation, and bias auditing.

Inferred read-only
search_semantic

Natural-language semantic search across all US municipalities.

Inferred read-only
get_municipality_score

Look up a US municipality by slug or census_place_id.

Inferred read-only
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).

Inferred read-only
match_listings_by_text

Take a free-form buyer/renter/investor description and return ranked active listings with calibrated match scores + per-criterion breakdowns.

Inferred read-only
ask

The Universal Router — type any free-form question about US residential real estate, get the right answer with citations.

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

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.