What is the io.github.dhardestylewis/homecastr MCP server?
Home price forecasts for any US address or neighborhood. P10/P50/P90 bands across 1–5 year horizons.
How to install io.github.dhardestylewis/homecastr
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"homecastr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
]
}
}
}Claude Code
claude mcp add homecastr -- npx -y homecastr-mcp-serverRelated MCP servers
US home price forecasts via HTTP. No install — just add the URL. P10/P50/P90 bands, 1–5yr horizons.