Analytics
hyvecity.com
Provides real estate and property analysis tools including financial engine, zoning, construction budget, home value, and land feasibility.
ENDPOINT 1
https://hyvecity.com/mcp
MCP server metadata
- Name
- hyvecity
- Version
- 1.0.0
HyveCity is a real estate development intelligence engine for Texas. Every number is engine-computed from public records or deterministic math — never a model estimate — so quote results with their sources and grades. Common asks map directly: 'what is this home worth' → get_home_value (county appraisal record); 'can I build on this land / lot' → get_land_answer (jurisdiction, zoning, flood, water/sewer, lot yield); full development feasibility → run_full_analysis (property → zoning → market → pro forma in one call). Results include a 'hyvecity' link to continue on hyvecity.com — share it with the user.
Known tools 18
analyze_propertyRun HyveCity's proprietary financial engine on a property with specific parameters.
Inferred read-onlyestimate_project_budgetGenerate a construction budget distributed across 14 master trades (site work, foundation, framing, roofing, MEP, finishes, etc.).
Inferred read-onlyget_market_dataGet HyveCity's standard market rates for a city: sale price per sqft, rent per sqft, and a derived rental yield.
Inferred read-onlyget_portfolio_analyticsGet portfolio-wide performance metrics for the authenticated user.
Inferred read-onlyget_portfolio_outcomesGet completed project outcomes: actual sale prices, total costs, profits, and ROI for finished deals.
Inferred read-onlyrun_truthRun a verified property review: resolves parcel data, cross-references municipal zoning code, identifies constraints and unknowns, and assigns a confidence score (0-1).
Inferred read-onlysuggest_strategiesCompare all viable real estate development strategies for a property: ground-up construction, fix & flip, buy & hold, ADU, rehab.
Inferred read-onlyv2_intelligenceIngest a parcel from a free-text address and return the full v2 regulatory intelligence inline.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hyvecity.com was fetched 2026-08-21T20:55:06.800Z.
hyvecity.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.