Guided Meditation Practice
Professional guided meditation tool with three types: Loving-Kindness, Open Monitoring, and Focused Attention meditation. Features background music and complete multi-language support.
API Documentation
Request Endpoint
POST /en/api/tools/guided-meditation
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| meditationType | select | No | Choose the type of meditation practice |
| duration | number | No | Total duration for the meditation session |
| backgroundMusic | select | No | Choose background music for your meditation (optional) |
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-guided-meditation": {
"name": "guided-meditation",
"description": "Professional guided meditation tool with three types: Loving-Kindness, Open Monitoring, and Focused Attention meditation. Features background music and complete multi-language support.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=guided-meditation",
"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]