Skip to content

How Deel’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score34/100

Agent-ready 57.2 × 0.30 = 17.16

API quality 28.3 × 0.20 = 5.66

Openness 25.2 × 0.20 = 5.04

Built-in AI 31.1 × 0.15 = 4.67

Automation 11.3 × 0.15 = 1.70

(17.16 + 5.66 + 5.04 + 4.67 + 1.70) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 34.22 ÷ 1.00 = 34.2

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready57.2/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [probe] https://developer.deel.com/llms.txtPROBE llms.txt: HTTP 200 at https://developer.deel.com/llms.txt # Welcome > Build powerful integrations with Deel's global workforce platform APIs <link rel="stylesheet" href="https:
  • [probe] https://developer.deel.com/home.mdPROBE docs-md: HTTP 200 at https://developer.deel.com/home.md > For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://develope
  • [probe] https://developer.deel.com/mcp/introductionofficial MCP server documented at https://developer.deel.com/mcp/introduction
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.

Run the product headlessly / in CI for automationweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdPre-populated Data**: Use sample contracts, workers, and organizations right away.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/api/stable/authentication.mdDeel supports two authentication methods: ... API tokens ... OAuth2
  • [claimed-docs] https://developer.deel.com/api/stable/api-versioning.mdThe Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version` request header

Plug MCP servers into this product so it can use their toolsweight 3

n/a — not applicable to this product: excluded from numerator and denominator

  • [claimed-docs] https://developer.deel.com/homeConnect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP server.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/connecting-clients.mdThe Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.

Connect an agent via an official MCP serverweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://developer.deel.com/homeConnect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP server.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdthe `createTimeOffRequest` tool submits a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdMost MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/mcp/connecting-clients.mdThe Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.
  • [probe] https://developer.deel.com/mcp/introductionofficial MCP server documented at https://developer.deel.com/mcp/introduction

Use an official CLIweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Drive the product through a documented public APIweight 3

3 (weight) × 9 (quality) × 1.0 (full) = 27.0 of 30 max

  • [claimed-docs] https://developer.deel.com/homePOST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/api/stable/authentication.mdDeel supports two authentication methods: ... API tokens ... OAuth2
  • [claimed-docs] https://developer.deel.com/api/stable/oauth.mdOAuth 2.0 is the industry-standard protocol for authorization. It allows your app to access specific data in user accounts with explicit user consent, without requiring users to share their passwords.
  • [claimed-docs] https://developer.deel.com/api/stable/api-versioning.mdThe Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version` request header
  • [probe] https://developer.deel.com/llms.txtPROBE llms.txt: HTTP 200 at https://developer.deel.com/llms.txt # Welcome > Build powerful integrations with Deel's global workforce platform APIs <link rel="stylesheet" href="https:
  • [probe] https://developer.deel.com/home.mdPROBE docs-md: HTTP 200 at https://developer.deel.com/home.md > For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://develope
  • [probe] https://developer.deel.com/mcp/introductionofficial MCP server documented at https://developer.deel.com/mcp/introduction

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://developer.deel.com/api/stable/authentication.mdDeel supports two authentication methods: ... API tokens ... OAuth2
  • [claimed-docs] https://developer.deel.com/api/stable/oauth.mdOAuth 2.0 is the industry-standard protocol for authorization. It allows your app to access specific data in user accounts with explicit user consent, without requiring users to share their passwords.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdMost MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
  • [claimed-docs] https://developer.deel.com/mcp/connecting-clients.mdThe Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.

Build against official SDKsweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://developer.deel.com/homePOST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/api/stable/authentication.mdDeel supports two authentication methods: ... API tokens ... OAuth2
  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [probe] https://developer.deel.com/mcp/introductionofficial MCP server documented at https://developer.deel.com/mcp/introduction

Subscribe to events via webhooksweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdWebhooks are secured using HMAC-SHA256 signatures

Agent-ready = 103.0 ÷ 180 × 100 = 57.2

API quality28.3/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdPre-populated Data**: Use sample contracts, workers, and organizations right away.
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdYour sandbox comes with ready-to-use data for testing
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdThe Deel API Sandbox is a **completely isolated testing environment** that mirrors production functionality without affecting real data, triggering actual payments, or creating legal contracts.
  • [claimed-docs] https://developer.deel.com/api/stable/api-versioning.mdThe Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version` request header

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.deel.com/homePOST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/api/stable/api-versioning.mdThe Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version` request header
  • [probe] https://developer.deel.com/llms.txtPROBE llms.txt: HTTP 200 at https://developer.deel.com/llms.txt # Welcome > Build powerful integrations with Deel's global workforce platform APIs <link rel="stylesheet" href="https:
  • [probe] https://developer.deel.com/home.mdPROBE docs-md: HTTP 200 at https://developer.deel.com/home.md > For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://develope

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 9 (quality) × 1.0 (full) = 9.0 of 10 max

  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdPre-populated Data**: Use sample contracts, workers, and organizations right away.
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdResetting will delete all test data you've created and restore the original pre-populated sample data.
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdYour sandbox comes with ready-to-use data for testing
  • [claimed-docs] https://developer.deel.com/api/stable/sandbox.mdThe Deel API Sandbox is a **completely isolated testing environment** that mirrors production functionality without affecting real data, triggering actual payments, or creating legal contracts.

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://developer.deel.com/api/stable/api-versioning.mdThe Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version` request header
  • [claimed-docs] https://developer.deel.com/api/stable/authentication.mdDeel supports two authentication methods: ... API tokens ... OAuth2

API quality = 19.8 ÷ 70 × 100 = 28.3

Openness25.2/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://developer.deel.com/homePOST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdthe `createTimeOffRequest` tool submits a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdlistOfContracts | List contracts in the organization
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.

Export all of my data in open formats and leaveweight 3

3 (weight) × 3 (quality) × 0.6 (partial) = 5.4 of 30 max

  • [claimed-docs] https://developer.deel.com/homePOST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdlistOfContracts | List contracts in the organization
  • [claimed-docs] https://developer.deel.com/home# Create a contractor contract POST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/api/stable/authentication.mdDeel supports two authentication methods: ... API tokens ... OAuth2

Read the product's source under an open licenseweight 2

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Self-host the core productweight 3

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 12.6 ÷ 50 × 100 = 25.2

Built-in AI31.1/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdcalculateEorVersusEntityHiringCosts | Compare EOR versus entity hiring costs
  • [claimed-docs] https://developer.deel.com/homeExpose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP server.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.
  • [probe] https://developer.deel.com/mcp/introductionofficial MCP server documented at https://developer.deel.com/mcp/introduction

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdWebhooks are secured using HMAC-SHA256 signatures
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdthe `createTimeOffRequest` tool submits a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.
  • [claimed-docs] https://developer.deel.com/mcp/connecting-clients.mdThe Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdMost MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://developer.deel.com/homeConnect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP server.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.

Operate the product with natural-language commandsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://developer.deel.com/homeConnect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP server.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdthe `createTimeOffRequest` tool submits a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdMost MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdcreateTimeOffRequest | Create a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdlistOfContracts | List contracts in the organization
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.
  • [probe] https://developer.deel.com/mcp/introductionofficial MCP server documented at https://developer.deel.com/mcp/introduction

Built-in AI = 28.0 ÷ 90 × 100 = 31.1

Automation11.3/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.deel.com/home# Create a contractor contract POST https://api.letsdeel.com/rest/contracts
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdcreateTimeOffRequest | Create a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdlistOfContracts | List contracts in the organization
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 5 (quality) × 0.6 (partial) = 9.0 of 30 max

  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdWebhooks are secured using HMAC-SHA256 signatures
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdthe `createTimeOffRequest` tool submits a time-off request
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.

Schedule recurring jobs or workflowsweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdEach tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool submits a time-off request.

Version, review, and roll back my automationsweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

  • [claimed-docs] https://developer.deel.com/api/stable/quickstart.mdThe API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
  • [claimed-docs] https://developer.deel.com/api/webhooks/introduction.mdDeel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without relying on constant polling.
  • [claimed-docs] https://developer.deel.com/mcp/introduction.mdThe Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
  • [claimed-docs] https://developer.deel.com/mcp/reference/tools-reference.mdThe Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.

Automation = 9.0 ÷ 80 × 100 = 11.3