# Reajuste de Aluguel — how to use (mcp.ai)

Reajuste de aluguel para sua IA: aplique o índice do contrato (IGP-M, IPCA, INPC) sobre o valor atual e chegue no aluguel corrigido, com o acumulado do período. Índices ao vivo do BACEN e IBGE. Sem credencial, hospedado pela plataforma.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_reajuste-de-aluguel?ms=1788383040000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `reajuste-de-aluguel_list`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/reajuste-de-aluguel`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/reajuste-de-aluguel/_endpoints`

## Example prompts
- "Reajuste um aluguel de R$ 2.000 pelo IGP-M acumulado dos últimos 12 meses"
- "Qual o novo aluguel corrigido pelo IPCA de janeiro a dezembro?"

## More
- Page: https://mcp.ai/reajuste-de-aluguel
- Agent spec (llms.txt): https://mcp.ai/reajuste-de-aluguel/llms.txt
- Postman collection: https://mcp.ai/reajuste-de-aluguel/postman.json
