INDIVIDUAL MCP TOOL
get_target_metric_forecast
Get aggregate tract target-metric forecasts such as total_population.
LIVE ENDPOINT
https://worldcastr.com/api/mcp/mcp
Connect to this endpoint to inspect the live schema for get_target_metric_forecast 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.homecastr-mcp-server]
url = "https://worldcastr.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"homecastr-mcp-server": {
"type": "http",
"url": "https://worldcastr.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: homecastr-mcp-server
Remote MCP URL: https://worldcastr.com/api/mcp/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": {
"homecastr-mcp-server": {
"url": "https://worldcastr.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"homecastr-mcp-server": {
"type": "http",
"url": "https://worldcastr.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "homecastr-mcp-server",
"transport": "streamable-http",
"url": "https://worldcastr.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
forecast_by_address— Get probabilistic home value forecasts for a US street address.forecast_by_parcel— Get lot-level probabilistic forecasts by county tax parcel account number.forecast_by_tabblock— Get sub-neighborhood probabilistic forecasts by US Census tabulation block GEOID20 (15 digits).forecast_by_tract— Get neighborhood-level probabilistic forecasts by US Census tract GEOID20 (11 digits).forecast_by_zcta— Get ZIP-level probabilistic forecasts by 5-digit ZCTA.forecast_by_unit— Get unit-level forecasts by assessor account.forecast_by_county— Get county-level probabilistic forecasts by 5-digit FIPS.forecast_by_state— Get state-level probabilistic forecasts by 2-digit FIPS.