booli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOOLI_API_KEY | Yes | Your Booli API key. | |
| BOOLI_CALLER_ID | Yes | Your Booli caller ID. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| booli_search_areasA | Resolve a place name (or coordinate) to Booli areas — municipalities, districts, streets — each with its |
| booli_search_listingsA | Search active for-sale property listings on booli.se. Scope by q / area_id (from booli_search_areas) / center+dim / bbox, and filter by price, rooms, living area, plot, object type, construction year. Read-only. |
| booli_get_listingA | Full detail for one active for-sale listing by its Booli id (the numeric id in a booli.se/bostad URL or a search result). Read-only. |
| booli_search_soldA | Search sold properties (slutpriser) on booli.se with the achieved final price — the comparables for valuation. Scope by q / area_id / center+dim / bbox and filter by sold price, sold date, rooms, area, object type. Read-only. |
| booli_get_soldA | Full detail for one sold listing by its Booli id, including final price and sold date. Read-only. |
| booli_market_statsA | Aggregate sold-price statistics (median/average final price, price per m², average over/under-asking %) for an area on booli.se. Takes the same scope and filters as booli_search_sold. Check |
| booli_healthcheckA | Round-trips a tiny query to api.booli.se and reports whether the endpoint is reachable, the credentials work, the elapsed time, and a hint. Read-only. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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