# jucesp_certidao_simplificada — how to use (mcp.ai)

Issues the simplified certificate of a company at JUCESP. 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_certidao_simplificada?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_certidao_simplificada_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/jucesp_certidao_simplificada/consultar` — Emite a certidão simplificada de uma empresa na JUCESP (comprova registro e situação por CNPJ, NIRE ou nome). Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consu
  - body: { login_cpf?: string, login_senha?: string, pkcs12_cert?: string, pkcs12_pass?: string, nire?: string, name?: string, cnpj?: string }

## Example prompts
- "Issue the simplified certificate for a CNPJ at JUCESP"

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