Home price forecasts for any US address or neighborhood. P10/P50/P90 bands across 1–5 year horizons.
claude mcp add homecastr -- npx -y homecastr-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"homecastr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dhardestylewis--homecastr/reviews or the review_server meta-tool.
POST /mcp