Categories

Meditation Timer

A customizable meditation timer with relaxing background music and adjustable duration

API Documentation

Request Endpoint

POST /en/api/tools/meditation-timer

Request Parameters

Parameter Name Type Required Description
duration number No -
musicTrack select No -
enableSound checkbox No -

Response Format

{
  "result": "Initial display content",
  "interactive": true,
  "components": [
    {
      "type": "timer",
      "id": "timer1",
      "config": {
        "label": "Countdown",
        "duration": 60
      }
    }
  ],
  "state": {
    "key": "value"
  },
  "actions": [
    {
      "type": "start",
      "id": "start-btn",
      "label": "Start"
    }
  ],
  "styles": "/* Custom CSS */",
  "scripts": "/* Client-side scripts */",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Interactive Component: Interactive Component

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-meditation-timer": {
      "name": "meditation-timer",
      "description": "A customizable meditation timer with relaxing background music and adjustable duration",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=meditation-timer",
      "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]