booli-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@booli-mcpShow me sold prices in Göteborg"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Developed and maintained by AI (Claude Code). Use at your own discretion and within booli.se's terms of use.
How it works
booli-mcp reads Booli's classic REST API at api.booli.se. Each request
is signed per-call with your Booli caller id + API key (an HMAC of
callerId + time + apiKey + unique). Requests go straight to Booli over
plain HTTPS — no browser bridge, no scraping of the bot-walled consumer
site. All tools are read-only.
Related MCP server: Booli MCP Server
Setup
Request API access at https://www.booli.se/p/api — accept the API terms; the caller id + key are emailed to you.
Provide them as environment variables:
BOOLI_CALLER_ID=your-caller-id BOOLI_API_KEY=your-api-key(See
.env.example.) The server boots without them, but every tool call errors until they're set. Runbooli_healthcheckto verify.
Install
// mcp config
{
"mcpServers": {
"booli": {
"command": "npx",
"args": ["-y", "booli-mcp"],
"env": {
"BOOLI_CALLER_ID": "your-caller-id",
"BOOLI_API_KEY": "your-api-key"
}
}
}
}Tools
Tool | What it does |
| Resolve a place name / coordinate to Booli area ids |
| Search active for-sale listings by area + filters |
| Full detail for one for-sale listing by Booli id |
| Search sold listings (slutpriser) with final prices |
| Full detail for one sold listing by Booli id |
| Median/average sold-price statistics for an area |
| Verify the API is reachable and credentials work |
Searches scope by area_id (from booli_search_areas), free-text q, a
center+dim rectangle, or a bbox. Money is SEK, areas m². See
docs/BOOLI-API.md for the underlying API reference.
Development
npm install
npm test # vitest, no network
npm run build # tsc + esbuild bundleLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/booli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server