Booli
FreeNot checkedEnables searching Swedish property listings, sold prices, areas, and market statistics via the Booli API using natural language.
About
Enables searching Swedish property listings, sold prices, areas, and market statistics via the Booli API using natural language.
README
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.
Developed and maintained by AI (Claude Code). Use at your own discretion and within booli.se's terms of use.
How it works
Booli fronts www.booli.se — including its GraphQL API — with a Cloudflare bot wall that blocks server-side clients. booli-mcp therefore reads Booli's consumer GraphQL API by routing each query through your own signed-in www.booli.se browser tab via the fetchproxy bridge (the Transporter extension), reusing your Cloudflare-cleared session. No Booli login is required — just a normal page view. All tools are read-only.
BOOLI_TRANSPORT selects the path: auto (default — direct fetch first,
browser-bridge fallback when walled), fetchproxy (always the bridge), or
direct. The fetchproxy fleet shares WS port 37149 (BOOLI_WS_PORT).
Setup
- Install the Transporter (fetchproxy) browser extension and keep a www.booli.se tab open.
- On the first request, approve the one-time pairing prompt in Transporter.
- Run
booli_healthcheckto confirm the path is working.
Install
// mcp config
{
"mcpServers": {
"booli": {
"command": "npx",
"args": ["-y", "booli-mcp"]
}
}
}
Tools
| Tool | What it does |
|---|---|
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 |
Verify the data path (direct or via the browser bridge) |
Searches scope by area_id (from booli_search_areas) or a free-text
location. Money is SEK, areas m². See
docs/BOOLI-API.md for the underlying GraphQL API.
Development
npm install
npm test # vitest, no network
npm run build # tsc + esbuild bundle
License
MIT
Install Booli in Claude Desktop, Claude Code & Cursor
unyly install booli-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add booli-mcp -- npx -y booli-mcpFAQ
Is Booli MCP free?
Yes, Booli MCP is free — one-click install via Unyly at no cost.
Does Booli need an API key?
No, Booli runs without API keys or environment variables.
Is Booli hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Booli in Claude Desktop, Claude Code or Cursor?
Open Booli on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Booli with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
