INDIVIDUAL MCP TOOL
run_truth
Run a verified property review: resolves parcel data, cross-references municipal zoning code, identifies constraints and unknowns, and assigns a confidence score (0-1).
LIVE ENDPOINT
https://hyvecity.com/mcp
Connect to this endpoint to inspect the live schema for run_truth 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.hyvecity]
url = "https://hyvecity.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hyvecity": {
"type": "http",
"url": "https://hyvecity.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hyvecity
Remote MCP URL: https://hyvecity.com/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": {
"hyvecity": {
"url": "https://hyvecity.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hyvecity": {
"type": "http",
"url": "https://hyvecity.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hyvecity",
"transport": "streamable-http",
"url": "https://hyvecity.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_property— Run HyveCity's proprietary financial engine on a property with specific parameters.cityengine_resolve— Resolve a zoning code through the cityengine v2 stack.estimate_project_budget— Generate a construction budget distributed across 14 master trades (site work, foundation, framing, roofing, MEP, finishes, etc.).get_home_value— What is this home worth today?get_land_answer— Can I build on this land?get_market_data— Get HyveCity's standard market rates for a city: sale price per sqft, rent per sqft, and a derived rental yield.get_portfolio_analytics— Get portfolio-wide performance metrics for the authenticated user.get_portfolio_outcomes— Get completed project outcomes: actual sale prices, total costs, profits, and ROI for finished deals.