# mda_sead_dap — how to use (mcp.ai)

MDA SEAD: Declaração de Aptidão ao PRONAF (DAP), official-source lookup. Platform-hosted, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_mda_sead_dap?ms=1787249280000`
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. `mda_sead_dap_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/mda_sead_dap/consultar` — MDA SEAD: Declaração de Aptidão ao PRONAF (DAP), consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fo
  - body: { cnpj?: string, cpf?: string, birthdate: string }

## Example prompts
- "Look up MDA SEAD: Declaração de Aptidão ao PRONAF (DAP)"

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