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