Tools reference
The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results. The AI client selects and invokes the appropriate tool based on the user prompt.
How tools work
MCP tools follow the JSON-RPC 2.0 protocol. When an AI agent determines that a Deel tool is needed, it sends a tools/call request to the MCP server with the tool name and input parameters. The server executes the corresponding API operation and returns the result.
Request format
Response format
A successful tool invocation returns a result with content:
If the tool execution fails, the response includes an isError flag:
You do not need to construct these JSON-RPC messages manually. MCP clients handle the protocol communication automatically. This section is provided for developers building custom MCP clients or debugging tool invocations.
Tool categories
Tools are organized by the domain they operate on. The table below groups tools by functional area.