Brokeria MCP Server

No authentication required for property search. The server uses Streamable HTTP transport (JSON-RPC 2.0).

Remote serverstreamable-http

What is the Brokeria MCP server?

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.

What it actually does

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.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

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 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

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Brokeria.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the brokeria mcp server does with a few real requests.

When to reach for it

This 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.

Available tools

ToolWhat it does
RuntimeCloudflare Workers (global edge)
DatabaseSupabase (PostgreSQL + pgvector for semantic search)
SearchHybrid — vector embeddings (OpenAI) + traditional filters
TransportStreamable HTTP (MCP 2025-03-26 spec)
SecurityAnonymous read access, service-key for writes (lead/visit creation)
Multitenant data isolation via Row Level Security (RLS)
brokeria_buscar_imoveisSearch 309+ properties across 10+ agencies with natural language or filters
brokeria_detalhes_imovelFull property details: photos, specs, pricing, location
brokeria_simular_financiamentoBrazilian mortgage calculator (SAC/PRICE systems)
brokeria_qualificar_leadRegister leads in the CRM with automatic broker assignment
brokeria_agendar_visitaSchedule property visits
PathMethod

Example prompts to try

  • Use Brokeria to Runtime.
  • Use Brokeria to Database.
  • Use Brokeria to Search.

Frequently asked questions

It connects Brokeria to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (Runtime, Database, Search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Brokeria directly.