Categories

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.

Choose the type of meditation practice

Total duration for the meditation session

Choose background music for your meditation (optional)

Key Facts

Category
Health
Input Types
select, number
Output Type
interactive
Sample Coverage
4
API Ready
Yes

Overview

Enhance your mental well-being with our professional guided meditation tool, designed to help you cultivate mindfulness through structured practices like Loving-Kindness, Open Monitoring, and Focused Attention.

When to Use

  • When you need to reduce daily stress and improve your mental clarity.
  • When you want to establish a consistent, guided mindfulness routine.
  • When you require a quick relaxation break during a busy workday.

How It Works

  • Select your preferred meditation style from the available options.
  • Set your desired session duration between 5 and 60 minutes.
  • Choose a background music track to create a calming atmosphere.
  • Start the session and follow the guided instructions to begin your practice.

Use Cases

Daily stress relief to help you unwind after a demanding work schedule.
Improving focus and concentration through dedicated Focused Attention sessions.
Cultivating emotional balance and empathy using Loving-Kindness meditation.

Examples

1. Morning Mindfulness Routine

Office Professional
Background
A busy professional struggling with morning anxiety before starting their workday.
Problem
Needs a quick, structured way to center their thoughts before meetings.
How to Use
Select 'Focused Attention Meditation' for a 15-minute session with 'Meditation Background' music.
Example Config
meditationType: focused-attention, duration: 15, backgroundMusic: meditation-background-409198.mp3
Outcome
A calm, focused start to the day that helps manage workplace stress effectively.

2. Evening Relaxation Session

Student
Background
A student feeling overwhelmed by exam preparation and unable to relax at night.
Problem
Difficulty transitioning from study mode to a restful state.
How to Use
Choose 'Loving-Kindness Meditation' for a 20-minute session with 'Relaxing Yoga 1' music.
Example Config
meditationType: loving-kindness, duration: 20, backgroundMusic: meditation-yoga-relaxing-music-380330.mp3
Outcome
A peaceful transition to rest, helping to lower heart rate and improve sleep quality.

Try with Samples

health

Related Hubs

FAQ

What types of meditation are available?

You can choose between Loving-Kindness, Open Monitoring, and Focused Attention meditation.

Can I customize the length of my meditation?

Yes, you can set the duration of your session anywhere from 5 to 60 minutes in 5-minute increments.

Is background music required?

No, background music is optional. You can select 'No Music' or choose from a variety of provided tracks.

Is this tool suitable for beginners?

Absolutely. The guided nature of the sessions makes it easy for beginners to start their mindfulness journey.

Does the tool support multiple languages?

Yes, the tool features complete multi-language support to ensure a comfortable experience for users worldwide.

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]