Analytics
worldcastr.com
Provides probabilistic home value forecasts for US geographic areas using address, parcel, census, and ZIP data.
ENDPOINT 1
https://worldcastr.com/api/mcp/mcp
MCP server metadata
- Name
- homecastr-mcp-server
- Version
- 1.14.0
Use Worldcastr tools as factual data sources. In user-facing replies, match the user's formality, directness, and requested depth. For a short casual question, answer directly in two to four natural sentences, usually 35-90 words, with only the one or two most useful numbers and the main caveat. Avoid report-style headings, tables, or repeated verdicts unless the user requests detail. Always preserve the returned geography level, forecast horizon, and uncertainty. The client model controls final wording, and Worldcastr tool results must not be presented as property-specific when they describe an area-level proxy.
Known tools 44
forecast_by_addressGet probabilistic home value forecasts for a US street address.
Inferred read-onlyforecast_by_parcelGet lot-level probabilistic forecasts by county tax parcel account number.
Inferred read-onlyforecast_by_tabblockGet sub-neighborhood probabilistic forecasts by US Census tabulation block GEOID20 (15 digits).
Inferred read-onlyforecast_by_tractGet neighborhood-level probabilistic forecasts by US Census tract GEOID20 (11 digits).
Inferred read-onlyforecast_by_h3_cellGet neighborhood-level forecasts by H3 hex cell ID at resolution 8.
Inferred read-onlyget_permit_zoning_readinessGet permit, zoning, energy, and public-record data readiness metadata.
Inferred read-onlyget_census_bps_county_monthlyQuery normalized Census Building Permits Survey county-month rows from Worldcastr's public R2-backed permit surface.
Inferred read-onlyget_fast41_projectsQuery normalized FAST-41 federal permitting project inventory rows from Worldcastr's public R2-backed permit surface.
Inferred read-onlyget_epa_echo_npdes_sewer_overflowsQuery normalized EPA ECHO NPDES current sewer overflow and bypass event rows from Worldcastr's public R2-backed environmental permit surface.
Inferred read-onlyget_epa_echo_npdes_outfallsQuery normalized EPA ECHO ICIS-NPDES outfall, facility, permit-status, and compliance context rows from Worldcastr's public R2-backed environmental permit surface.
Inferred read-onlyget_epa_echo_npdes_sewer_overflow_historyQuery normalized EPA ECHO NPDES all-version sewer overflow and bypass event rows from Worldcastr's public R2-backed environmental permit surface.
Inferred read-onlyget_epa_echo_npdes_violationsQuery normalized EPA ECHO ICIS-NPDES non-effluent violation rows from Worldcastr's public R2-backed environmental permit surface.
Inferred read-onlyget_benchmark_datasetGet the catalog entry for one Worldcastr public-data or benchmark asset by asset_id.
Inferred read-onlyget_public_forecast_vintageRetrieve validated public forecast vintage rows, starting with the Arizona OEO Maricopa 2022 county-control fixture.
Inferred read-onlyget_backtest_scoresRetrieve public-safe benchmark score summaries such as model-vs-persistence tables.
Inferred read-onlylist_data_assetsList the canonical Worldcastr data-asset catalog across public, metadata-only, restricted, and unavailable rows.
Inferred read-onlylist_data_sourcesList original data sources used, staged, or reviewed for Worldcastr panels.
Inferred read-onlyget_data_sourceGet one original data source by source_id, including official outbound URLs, source family, panel links, provenance metadata, and access policy.
Inferred read-onlyget_data_coverageSummarize source, panel, source-to-geography index, and coverage-map posture across the source inventory.
Inferred read-onlylist_public_records_acquisitionList metadata-only public-records acquisition evidence lanes.
Inferred read-onlyget_source_coverage_mapReturn the public source coverage GeoJSON layer used by the interactive docs map.
Inferred read-onlylist_data_schemasList canonical Worldcastr schema contracts from the public schema bundle.
Inferred read-onlyget_data_schemaGet one canonical schema definition by schema_id, including its JSON Schema definition and the data families or assets that reference it.
Inferred read-onlyget_entityGet canonical metadata for one geography entity such as a tract, county, ZCTA, state, or tabblock.
Inferred read-onlyget_geography_crosswalkResolve canonical geography crosswalk rows such as tract-to-county, tract-to-state, tract-to-ZCTA, or tabblock-to-tract mappings.
Inferred read-onlyget_provenanceGet one reviewed provenance manifest or source ledger by provenance_id.
Inferred read-onlyquery_observationsQuery canonical observation records for aggregate-safe history panels such as tract ACS target histories.
Inferred read-onlyquery_featuresQuery canonical feature records derived from aggregate-safe observations.
Inferred read-onlyget_panel_sliceGet a canonical panel slice by panel_id for one aggregate entity such as a tract.
Inferred read-onlyquery_forecastsQuery canonical forecast-series records for aggregate forecast assets such as tract target-metric feeds.
Inferred read-onlyget_synthetic_datasetGet one explicitly labeled synthetic dataset bundle such as a public aggregate tract scenario pack.
Inferred read-onlyget_target_metric_forecastGet aggregate tract target-metric forecasts such as total_population.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.