Skip to main content
Glama
chrischall

booli-mcp

by chrischall

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOOLI_API_KEYYesYour Booli API key.
BOOLI_CALLER_IDYesYour Booli caller ID.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
booli_search_areasA

Resolve a place name (or coordinate) to Booli areas — municipalities, districts, streets — each with its booli_id to pass as area_id into booli_search_listings / booli_search_sold. Read-only.

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 sample_size before trusting a thin median. Read-only.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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