# jucesp_licenciamento — how to use (mcp.ai)

Public business licensing lookup at the São Paulo Board of Trade (JUCESP) by 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_jucesp_licenciamento?ms=1787191380000`
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. `jucesp_licenciamento_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/jucesp_licenciamento/consultar` — Consulta pública de licenciamento de uma empresa na Junta Comercial de São Paulo (JUCESP) pelo CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta infor
  - body: { cnpj: string }

## Example prompts
- "Licensing status of a CNPJ at JUCESP?"

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