MCP server
placebricks is available to AI assistants as a remote MCP server (Streamable HTTP). Claude and other MCP clients can create isochrone reports, find the best site for a distribution centre or clinic, and analyse accessibility and coverage gaps — on your own placebricks account, with results linking back to the interactive map.
Connect
Add the endpoint to your client; it signs you in with the same account as the app (OAuth, no API key to manage):
https://placebricks.com/api/mcpFor clients configured with JSON (Claude Code, Cursor, and others):
{
"mcpServers": {
"placebricks": {
"url": "https://placebricks.com/api/mcp"
}
}
}Tools
list_reports— Your isochrone reports, with status and progress.create_report— Compute travel-time isochrones for your locations, by truck, truck + rail, car, cycling or walking.report_status— Poll a report until its isochrones are done.siting— The best 1–8 facility sites to serve every location, by travel time or CO₂, with the road-only comparison.accessibility— 2SFCA/E2SFCA scores against WorldPop demand: unreached and underserved people, and where new providers belong.coverage_gaps— Uncovered area and population pockets within a band.
Notes
- Everything runs on your own account: reports created here appear in the app and vice versa.
- Routing runs on Intuitive Bricks AB's own EU-hosted network (Sweden road + rail); coordinates never touch a third-party mapping API.
- Maps, per-cell grids and the printable report live in the app; the tools return the numbers and link there.