Digital Root Calculator
Calculate the digital root of numbers. The digital root is the recursive sum of digits until a single digit is obtained.
API Documentation
Request Endpoint
POST /en/api/tools/digital-root-calculator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| numberInput | textarea | Yes | - |
| method | select | Yes | Choose the method for calculating digital roots |
| showSteps | checkbox | No | Display the step-by-step calculation process |
| showProperties | checkbox | No | Display mathematical properties of the digital root |
| addLineNumbers | checkbox | No | Number each calculation result |
| showSourceData | checkbox | No | Display original numbers in results |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-digital-root-calculator": {
"name": "digital-root-calculator",
"description": "Calculate the digital root of numbers. The digital root is the recursive sum of digits until a single digit is obtained.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=digital-root-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]