Deel
Global contracts, invoices, and contractor payments.
Auth: API keyCatalog preview
Tools
What your agent can do with Deel
DEEL_SEARCHSearch across Deel records and content.
DEEL_CREATECreate a new item in Deel with validated fields.
DEEL_UPDATEUpdate an existing Deel item by id.
DEEL_LISTList and filter Deel items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Deel from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "DEEL_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'