No authentication required for property search. The server uses Streamable HTTP transport (JSON-RPC 2.0).
No authentication required for property search. The server uses Streamable HTTP transport (JSON-RPC 2.0). The brokeria mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 12 defined tools rather than through you.
BrokerIA is a SaaS platform for Brazilian real estate agencies, providing WhatsApp automation, CRM, AI-powered sales assistants, and Meta Ads management. This MCP server makes our property catalog accessible to any AI assistant.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
Runtime — Cloudflare Workers (global edge)Database — Supabase (PostgreSQL + pgvector for semantic search)Search — Hybrid — vector embeddings (OpenAI) + traditional filtersTransport — Streamable HTTP (MCP 2025-03-26 spec)Security — Anonymous read access, service-key for writes (lead/visit creation)Multi — tenant data isolation via Row Level Security (RLS)brokeria_buscar_imoveis — Search 309+ properties across 10+ agencies with natural language or filtersbrokeria_detalhes_imovel — Full property details: photos, specs, pricing, locationbrokeria_simular_financiamento — Brazilian mortgage calculator (SAC/PRICE systems)brokeria_qualificar_lead — Register leads in the CRM with automatic broker assignmentbrokeria_agendar_visita — Schedule property visitsPath — MethodThis sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Brokeria's toolset — Runtime, Database, Search and 9 more — is a fair guide to whether it matches your workflow. It is maintained by raklapimenta; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Runtime | Cloudflare Workers (global edge) |
| Database | Supabase (PostgreSQL + pgvector for semantic search) |
| Search | Hybrid — vector embeddings (OpenAI) + traditional filters |
| Transport | Streamable HTTP (MCP 2025-03-26 spec) |
| Security | Anonymous read access, service-key for writes (lead/visit creation) |
| Multi | tenant data isolation via Row Level Security (RLS) |
| brokeria_buscar_imoveis | Search 309+ properties across 10+ agencies with natural language or filters |
| brokeria_detalhes_imovel | Full property details: photos, specs, pricing, location |
| brokeria_simular_financiamento | Brazilian mortgage calculator (SAC/PRICE systems) |
| brokeria_qualificar_lead | Register leads in the CRM with automatic broker assignment |
| brokeria_agendar_visita | Schedule property visits |
| Path | Method |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.