Plug the data into any AI client.
Red Bricks ships a first-party Model Context Protocol server. Point Claude, ChatGPT, Cursor or any MCP-aware client at it and they can search projects, pull floor plans, compare prices and semantic-search brochures — in plain English, no integration code.
Works with your existing API key · available on every paid plan.
{
"mcpServers": {
"red-bricks": {
"command": "npx",
"args": ["-y", "@redbricks/mcp"],
"env": {
"REDBRICKS_API_KEY": "$YOUR_KEY"
}
}
}
}The whole dataset, in natural language.
The MCP server exposes the Red Bricks dataset as tools an LLM can call directly — including semantic search over documents, which no structured query can reach.
Natural-language search
Ask for "2-bed condos in Toronto under $1M, occupancy 2027" and get matching projects and floor plans.
Floor plans & pricing
Pull unit-level floor plans, exact sizes and pricing for any project.
Pricing & history
Compare $/sq ft, surface price changes and pull a project’s pricing history.
Semantic document search
Find details buried in brochures, price lists and feature sheets — facts that live in no structured column.
Comparables
Surface similar projects and resale comparables for any building.
Documents
List and open the brochures, plans and price lists attached to a project.
Drop into the client you already use.
Claude / ChatGPT
Connect over OAuth — authorize once in the client and start asking. No key to copy or paste.
Cursor / Windsurf
Add the red-bricks server to your MCP config with your API key, and query the dataset from your editor.
Programmatic
Run npx @redbricks/mcp with REDBRICKS_API_KEY in any MCP-aware runtime or agent framework.
Connect Red Bricks MCP.
Free API key, no credit card. Your data, inside the assistant you already work in.