Odel
booli mcp

booli mcp

Local
@chrischall4TypeScriptMITUpdated 2 days ago

Booli.se real estate for Claude: search listings, sold prices, areas & market stats

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chrischall/booli-mcpv1.3.0

Run

npx -y @chrischall/booli-mcp

MCP client config

{
  "mcpServers": {
    "booli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/booli-mcp"
      ]
    }
  }
}