BBB
AEO Score: 0.60 / 1.00

Deel

HR & People
Adequate โ€” Basic agent connectivity available
Agent Ready
Connectable
MCP Type
API Only
Success Rate
๐ŸŸก Medium
Agent Activity
โ— New
Recipes
โ€”

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes โ€” kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_services โ†’ get_service_detail

How to Connect Deel to an AI Agent

Auth setup

1. Go to Deel dashboard > Developer > API. 2. Generate API token. 3. Use as Bearer token.

Key facts

Base URLhttps://api.letsdeel.com/rest/v2/
API versionv2
AuthAPI token as Bearer. Generate at app.deel.com > Integrations > API.
Request bodyapplication/json
Paginationpage-based: page and limit params.
Rate limit100 req/min.
Error formatJSON: {"errors":[{"code":"...","message":"..."}]}

Key endpoints

MethodPathDescription
GET/contractsList contracts
GET/invoicesList invoices/payments
GET/peopleList workers (employees & contractors)
POST/contractsCreate new contract

Quickstart

GET /rest/v2/contracts
Authorization: Bearer {api_token}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ€” verify against the official docs before production use.

Frequently Asked Questions

What is Deel's AEO score? โ–ผ
Deel has an AEO score of 0.60 and is rated BBB (Basic agent connectivity available). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Deel AI-agent-ready? โ–ผ
Deel is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Deel compare to other HR & People services? โ–ผ
In the HR & People category, Deel is rated BBB. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Deel compares.
How can I integrate Deel with an AI agent? โ–ผ
The fastest way to integrate Deel with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server โ€” then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Deel? โ–ผ
API token as Bearer. Generate at app.deel.com > Integrations > API. Setup: 1. Go to Deel dashboard > Developer > API. 2. Generate API token. 3. Use as Bearer token.
What are Deel's API rate limits? โ–ผ
100 req/min.