# RE/MAX Studio 76 — Imóveis São Paulo

Acesso ao inventário de imóveis da RE/MAX Studio 76, imobiliária premium em São Paulo, Brasil.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add eliekfouri-g8h8/studio76

# Browse available tools
npx -y @smithery/cli@latest tool list eliekfouri-g8h8/studio76

# Get full schema for a tool
npx -y @smithery/cli@latest tool get eliekfouri-g8h8/studio76 search_properties

# Call a tool
npx -y @smithery/cli@latest tool call eliekfouri-g8h8/studio76 search_properties '{}'
```

## Direct MCP Connection

Endpoint: `https://studio76--eliekfouri-g8h8.run.tools`

## Tools (4)

- `search_properties` — Busca imóveis no inventário da RE/MAX Studio 76.
- `get_property_details` — Retorna detalhes completos de um imóvel específico.
- `list_neighborhoods` — Lista os bairros disponíveis no inventário, com contagem de imóveis e faixa de preço.
- `get_agency_info` — Retorna informações da RE/MAX Studio 76: contato, endereço, WhatsApp, horários.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get eliekfouri-g8h8/studio76 <tool-name>
```
