Booli MCP

An MCP server for Booli, the Swedish property portal - search active for-sale listings, sold prices (slutpriser), resolve areas, and compute market statistics, all from Claude. Its README documents 6 tools, including booli_search_areas, booli_search_listings, booli_get_listing. It runs locally over stdio via the published package.

People who work with booli and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 4 · #189 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Booli MCP

Claude Code

claude mcp add chrischall-booli-mcp -- npx -y @chrischall/booli-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @chrischall/booli-mcp - published under the repo owner's npm scope (@chrischall)

registry namespace io.github.chrischall is GitHub-verified and matches the repo owner

03 · What Booli MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can resolve a place name to Booli area ids, search active for-sale listings by area + filters, and search sold listings (slutpriser) with final prices.

The 6 tools it gives your agent

Extracted from the project's README - what booli-mcp lets an agent do.

booli_search_areas
- Resolve a place name to Booli area ids
booli_search_listings
- Search active for-sale listings by area + filters
booli_get_listing
- Full detail for one property (active or sold) by residence id
booli_search_sold
- Search sold listings (slutpriser) with final prices
booli_market_stats
- Median/average sold-price statistics for an area
booli_healthcheck
- Probe the data path and report transport (direct / fetchproxy, the BOOLI_TRANSPORT mode) and, once the bridge is up, bridge (role, port, extension link session_

Latest releases

v2.0.0 · 2026-09-17

2.0.0 (2026-09-17) · migrate server to SDK v2 (#86) · migrate server to SDK v2 · preserve Zod initialization in standalone bundle

v1.3.3 · 2026-09-15

1.3.3 (2026-09-15) · @fetchproxy/server 3.0.1 - capped peer frames, logged load drops, atomic identity writes

v1.3.2 · 2026-09-14

1.3.2 (2026-09-14) · @fetchproxy/server 2.11.3, so the hosted extension pin persists · @fetchproxy/server 3.0.0 - protocol v4 (forward secrecy, AAD over the frame) · bump the production-dependencies group with 2 updates

04 · Who maintains Booli MCP

booli-mcp is maintained by chrischall. We track 68 MCP servers from chrischall - 67 actively maintained, 47 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from chrischall.

  1. skylight-mcp Skylight Calendar for Claude - family events, chores, and rewards. ★ 10
  2. ofw-mcp OurFamilyWizard co-parenting for Claude - messages, calendar, expenses, and journal ★ 10
  3. zola-mcp Zola wedding planning for Claude - vendors, budget, guests, seating, registry, and RSVPs ★ 3
  4. infinitecampus-mcp Infinite Campus (Campus Parent) for Claude - grades, attendance, assignments, messages ★ 4
  5. redfin-mcp Redfin real-estate for Claude - search, property details, market reports, saved homes ★ 3
  6. groupon-mcp Groupon deals for Claude - search and browse local, goods, and travel deals ★ 1

05 · Facts

category
other - ranked #189 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.chrischall/booli-mcp (active, first published 2026-08-28 · 10 versions)
packages
npm:@chrischall/booli-mcp

06 · Booli MCP FAQ

Is Booli MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Booli MCP do?

With this server connected, an agent can resolve a place name to Booli area ids, search active for-sale listings by area + filters, and search sold listings (slutpriser) with final prices.

How do I install Booli MCP?

Run `npx -y @chrischall/booli-mcp`. You can also paste the ready-made client config above.

Does Booli MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Booli MCP

More MCP servers to compare · Redfin MCP · Zola MCP · MedRecPro Drug Label Server · Wpf Dev Pack MCP · Self Hosted AI

More TypeScript MCP servers · Infinitecampus MCP · Ofw MCP · Skylight MCP · see all