AgentHubAgentHub

onehome-mcp

MCP ServerMCP Registry官方收录

io.github.chrischall/onehome-mcp · v0.12.2

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

概览

onehome-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "onehome-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onehome-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.chrischall/onehome-mcp",
  "type": "mcp-server",
  "version": "0.12.2",
  "displayName": "onehome-mcp",
  "description": "OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes",
  "repository": {
    "url": "https://github.com/chrischall/onehome-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "onehome-mcp",
        "version": "0.12.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ONEHOME_TOKEN",
            "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."
          },
          {
            "name": "ONEHOME_MAGIC_LINK",
            "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."
          },
          {
            "name": "ONEHOME_WS_PORT",
            "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."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.chrischall/onehome-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.chrischall%2Fonehome-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
onehome-mcp — MCP Server 安装与配置 · AgentHub