← hyvecity.com

INDIVIDUAL MCP TOOL

get_market_data

Get HyveCity's standard market rates for a city: sale price per sqft, rent per sqft, and a derived rental yield.

hyvecity.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hyvecity.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_market_data 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

hyvecity.com

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_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.
  • get_zoning_rules — Get detailed zoning rules for any zone code in a supported city.