# suframa — how to use (mcp.ai)

Looks up a company's status at Suframa (Manaus Free Trade Zone) from the CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_suframa?ms=1787191620000`
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. `suframa_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/suframa`
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/suframa/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/suframa/consultar` — Consulta a situação de uma empresa na Suframa (Zona Franca de Manaus) a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACES
  - body: { Cnpj: string, completo?: boolean }

## Example prompts
- "Suframa status for CNPJ 12345678000190"
- "Does CNPJ 12345678000190 have Free Trade Zone incentives?"

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