MCP Server
MCP
io.github.chrischall/onehome-mcp
OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "onehome-mcp",
"version": "0.13.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"format": "string",
"name": "ONEHOME_TOKEN"
},
{
"description": "Magic-link URL with ?token=... from your real-estate agent. The MCP extracts the token query param and uses it directly as the bearer.",
"format": "string",
"name": "ONEHOME_MAGIC_LINK"
},
{
"description": "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.",
"format": "string",
"name": "ONEHOME_WS_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment