# jucesp_ficha_completa — how to use (mcp.ai)

Full company registration sheet at JUCESP (registration, status and history). 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_ficha_completa?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_ficha_completa_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/jucesp_ficha_completa/consultar` — Ficha cadastral completa de uma empresa na JUCESP (registro, situação e histórico por CNPJ, NIRE ou nome). Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta
  - body: { login_cpf?: string, login_senha?: string, pkcs12_cert?: string, pkcs12_pass?: string, cnpj?: string, nire?: string, name?: string }

## Example prompts
- "Full registration sheet for a CNPJ at JUCESP"

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