io.github.chrischall/onehome-mcp MCP Server
io.github.chrischall/onehome-mcp
What is the io.github.chrischall/onehome-mcp MCP server?
OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes
How to install io.github.chrischall/onehome-mcp
Copy-paste configuration for popular MCP clients.
ONEHOME_TOKENBearer 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_LINKMagic-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_PORTOverride 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.
{
"mcpServers": {
"onehome-mcp": {
"command": "npx",
"args": [
"-y",
"onehome-mcp"
],
"env": {
"ONEHOME_TOKEN": "<YOUR_ONEHOME_TOKEN>",
"ONEHOME_MAGIC_LINK": "<YOUR_ONEHOME_MAGIC_LINK>",
"ONEHOME_WS_PORT": "<YOUR_ONEHOME_WS_PORT>"
}
}
}
}{
"mcpServers": {
"onehome-mcp": {
"command": "npx",
"args": [
"-y",
"onehome-mcp"
],
"env": {
"ONEHOME_TOKEN": "<YOUR_ONEHOME_TOKEN>",
"ONEHOME_MAGIC_LINK": "<YOUR_ONEHOME_MAGIC_LINK>",
"ONEHOME_WS_PORT": "<YOUR_ONEHOME_WS_PORT>"
}
}
}
}{
"mcpServers": {
"onehome-mcp": {
"command": "npx",
"args": [
"-y",
"onehome-mcp"
],
"env": {
"ONEHOME_TOKEN": "<YOUR_ONEHOME_TOKEN>",
"ONEHOME_MAGIC_LINK": "<YOUR_ONEHOME_MAGIC_LINK>",
"ONEHOME_WS_PORT": "<YOUR_ONEHOME_WS_PORT>"
}
}
}
}{
"servers": {
"onehome-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"onehome-mcp"
],
"env": {
"ONEHOME_TOKEN": "<YOUR_ONEHOME_TOKEN>",
"ONEHOME_MAGIC_LINK": "<YOUR_ONEHOME_MAGIC_LINK>",
"ONEHOME_WS_PORT": "<YOUR_ONEHOME_WS_PORT>"
}
}
}
}claude mcp add onehome-mcp --env ONEHOME_TOKEN=<YOUR_ONEHOME_TOKEN> --env ONEHOME_MAGIC_LINK=<YOUR_ONEHOME_MAGIC_LINK> --env ONEHOME_WS_PORT=<YOUR_ONEHOME_WS_PORT> -- npx -y onehome-mcpRelated MCP servers
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
Redfin real-estate for Claude — search, property details, market reports, saved homes
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support