US home price forecasts via HTTP. No install — just add the URL. P10/P50/P90 bands, 1–5yr horizons.
claude mcp add homecastr-remote --transport http https://www.homecastr.com/api/mcp/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"homecastr-remote": {
"url": "https://www.homecastr.com/api/mcp/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"homecastr-remote": {
"serverUrl": "https://www.homecastr.com/api/mcp/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"homecastr-remote": {
"type": "http",
"url": "https://www.homecastr.com/api/mcp/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"homecastr-remote": {
"url": "https://www.homecastr.com/api/mcp/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"homecastr-remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.homecastr.com/api/mcp/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://www.homecastr.com/api/mcp/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dhardestylewis--homecastr-remote/reviews or the review_server meta-tool.
POST /mcp