# trabalho_forcado — how to use (mcp.ai)

Checks whether an employer is on the forced/slave-like labor list from the CPF or 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_trabalho_forcado?ms=1787191260000`
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. `trabalho_forcado_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/trabalho_forcado/consultar` — Verifica se um empregador consta na lista de trabalho forçado ou análogo à escravidão a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Cons
  - body: { Cnpj: string, Cpf: string, completo?: boolean }

## Example prompts
- "Is CNPJ 12345678000190 on the forced labor list?"
- "Does employer CPF 12345678909 have a slave-labor record?"

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