← Index

io.github.chrischall/onehome-mcp

io.github.chrischall/onehome-mcp·v0.9.0·Search
Quality Score
80
/100

OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "onehome-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onehome-mcp"
      ],
      "env": {
        "ONEHOME_TOKEN": "<onehome_token>",
        "ONEHOME_MAGIC_LINK": "<onehome_magic_link>",
        "ONEHOME_WS_PORT": "<onehome_ws_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "onehome-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onehome-mcp"
      ],
      "env": {
        "ONEHOME_TOKEN": "<onehome_token>",
        "ONEHOME_MAGIC_LINK": "<onehome_magic_link>",
        "ONEHOME_WS_PORT": "<onehome_ws_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y onehome-mcp
§02  Environment variables
ONEHOME_TOKEN

Bearer token for services.onehome.com. Paste the raw JWT (Authorization header value, minus the 'Bearer ' prefix) from your signed-in portal.onehome.com session.

ONEHOME_MAGIC_LINK

Magic-link URL with ?token=... from your real-estate agent. The MCP extracts the token query param and uses it directly as the bearer.

ONEHOME_WS_PORT

Override the fetchproxy WebSocket port (default 37149). Only used when ONEHOME_TOKEN / ONEHOME_MAGIC_LINK are unset and the MCP boots in capture-from-tab mode.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search