# jucesp_redesim_protocolo — how to use (mcp.ai)

Tracks a REDESIM protocol at JUCESP (company opening, change or closure). 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_redesim_protocolo?ms=1787191740000`
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_redesim_protocolo_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/jucesp_redesim_protocolo/consultar` — Acompanha o andamento de um protocolo REDESIM na JUCESP (abertura, alteração ou baixa de empresa). Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informa
  - body: { protocolo: string, login_cpf?: string, login_senha?: string, pkcs12_cert?: string, pkcs12_pass?: string }

## Example prompts
- "Status of a REDESIM protocol at JUCESP"

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