bricks self-service data platform · Twin Cities

connect

Put the records inside your AI

Ask Claude or ChatGPT what a building on Lake Street last sold for and it will guess. Paste this one address into its settings and it stops guessing — it reads 23 files of Minneapolis–St. Paul public records instead, 1,573,930 rows of them. Takes about thirty seconds. It is free, it needs no account and no key, and it can only read.

https://brickandmortar.dev/mcp

Thirty seconds, in whichever one you use

Claude

  1. Settings → Connectors
  2. Add custom connector
  3. Paste the address. Save.
# or, in Claude Code:
claude mcp add --transport http \
  bricks https://brickandmortar.dev/mcp

ChatGPT

  1. Settings → Apps & connectors
  2. Turn on Developer mode under Advanced
  3. Create, paste the address, no authentication

Cursor, VS Code, anything else

  1. Add an MCP server by URL, or search your client's directory for Small Business Intelligence
{ "url": "https://brickandmortar.dev/mcp" }

What it can answer once it is in

Two of the 11 tools read the records themselves — every dataset this site publishes, the same files on the download page, joined and queryable without a download. Sales, parcels, assessed values, licences, permits, inspections, emergency calls, contamination, flood, wages.

The other 9 are frameworks rather than data, and they work in any American metro, not only this one:

What it is not

The records are Minneapolis–St. Paul only. Ask it about Denver and the 9 frameworks still answer, but no file behind them does. It cannot write anything, buy anything, or see anything of yours — every tool is read-only and there is nothing to log in to. And it does not know today: each file is as current as the county that published it, which the system card states layer by layer.

Where it lives

Listed in the official MCP Registry as io.github.2016judea/small-business-intelligence. The server is open source — read it, fork it, or run your own copy. It costs us nothing to serve, which is why it is free and stays free.