MCP Server
MCP
Homecastr MCP
U.S. property forecasts, public benchmarks, and permit or environmental context through MCP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "homecastr-mcp-server",
"version": "1.14.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Homecastr API key. Use 'hc_demo_public_readonly' for free demo access (rate-limited). Get a full key at homecastr.com.",
"isSecret": true,
"default": "hc_demo_public_readonly",
"name": "HOMECASTR_API_KEY"
},
{
"description": "Base URL for the Homecastr API. Defaults to https://www.homecastr.com - only override for self-hosted or staging environments.",
"default": "https://www.homecastr.com",
"name": "HOMECASTR_API_URL"
},
{
"description": "Worldcastr alias for the same API credential. HOMECASTR_API_KEY takes precedence when both are set.",
"isSecret": true,
"default": "hc_demo_public_readonly",
"name": "WORLDCASTR_API_KEY"
},
{
"description": "Worldcastr API base URL. Set to https://worldcastr.com. HOMECASTR_API_URL takes precedence when both are set.",
"default": "https://worldcastr.com",
"name": "WORLDCASTR_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment