streamable-httpMITupdated 5mo ago
The first real estate MCP server in Brazil. Search properties, simulate financing, qualify leads, and schedule visits — directly from Claude, Gemini, ChatGPT, or any MCP-compatible AI assistant.
O que dá para fazer com BrokerIA Imoveis?
BrokerIA MCP Server
The first real estate MCP server in Brazil. Search properties, simulate financing, qualify leads, and schedule visits — directly from Claude, Gemini, ChatGPT, or any MCP-compatible AI assistant.
What it does
| Tool | Description |
|---|---|
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 |
Quick Start
Gemini CLI
gemini extensions install https://github.com/raklapimenta/brokeria-mcp-server
Claude Desktop / Claude Code
Add to your MCP settings:
{
"mcpServers": {
"brokeria-imoveis": {
"url": "https://mcp.brokeria.com.br/mcp"
}
}
}
Any MCP Client (Streamable HTTP)
Connect to: https://mcp.brokeria.com.br/mcp
No authentication required for property search. The server uses Streamable HTTP transport (JSON-RPC 2.0).
Example Queries
Try asking your AI assistant:
- "Find me a 2 bedroom apartment in Campinas under R$ 300,000"
- "Show me houses for sale in Jardim Botanico with at least 3 bedrooms"
- "Simulate a R$ 500,000 mortgage with R$ 100,000 down payment"
- "What properties does KasaMais have available?"
Architecture
- 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)
Endpoints
| Path | Method | Description |
|---|---|---|
/ |
GET | Health check + server info |
/mcp |
POST | MCP JSON-RPC endpoint |
/mcp |
GET | Session initialization |
/mcp |
DELETE | Session termination |
/docs |
GET | API documentation |
/privacy |
GET | Privacy policy (LGPD compliant) |
Privacy
- Property searches are anonymous — no personal data collected
- Lead registration and visit scheduling store only voluntarily provided contact info
- Multi-tenant data isolation via Row Level Security (RLS)
- LGPD compliant — full privacy policy at mcp.brokeria.com.br/privacy
About BrokerIA
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.
Website: brokeria.com.br MCP Endpoint: mcp.brokeria.com.br
License
MIT
Instalação
Adicione BrokerIA Imoveis ao seu cliente. Escolha o que você usa.
claude mcp add --transport http brokeria-imoveis https://mcp.brokeria.com.br/mcpcodex mcp add brokeria-imoveis --url https://mcp.brokeria.com.br/mcp{
"mcpServers": {
"brokeria-imoveis": {
"url": "https://mcp.brokeria.com.br/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"brokeria-imoveis": {
"type": "http",
"url": "https://mcp.brokeria.com.br/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"brokeria-imoveis": {
"url": "https://mcp.brokeria.com.br/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"brokeria-imoveis": {
"serverUrl": "https://mcp.brokeria.com.br/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção13/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 150 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.3.0Mais recente | 3 de abr. de 2026 |