← Registry

Content Tools

yougotitall.com

MCP server for What You Got It All that generates personalized guided meditations, guided prayer, and motivational talks, exposing session options, pricing, samples, and media URLs.

1 endpoint8 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://yougotitall.com/mcp

No auth detected

MCP server metadata

Name
com.yougotitall/sessions
Version
1.0.0
Capabilities
tools
Server instructions

Tools for You Got It All. Public tools (options, pricing, samples) need no sign-in. create_session, get_session_status and list_my_sessions need "Authorization: Bearer <token>" — see https://yougotitall.com/auth.md. Always confirm with the person before create_session: it uses their free session, plan slot or credit.

Known tools 8

get_site_overview

What You Got It All is and how to use it: personalized guided meditations, guided prayer in the listener's tradition, and motivational talks — written from the listener's own words.

Inferred read-only
get_session_options

All valid values for creating a session: modes, traditions, styles per mode, lengths and voices per mode, with one-line descriptions.

Inferred read-only
get_pricing

Plans and prices.

Inferred read-only
get_sample_sessions

The two public samples — a 10-minute calm meditation and a 5-minute motivational talk — with player and media URLs.

Inferred read-only
get_session

Manifest and media URLs for one session.

Inferred read-only
create_session

Create a personalized session for the signed-in person.

Potential side effects
get_session_status

Progress of a session being made (stage, percent, detail).

Inferred read-only
list_my_sessions

The signed-in person’s account (name, plan state) and their sessions with player URLs.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.com-yougotitall-sessions]
url = "https://yougotitall.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-yougotitall-sessions": {
      "type": "http",
      "url": "https://yougotitall.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-yougotitall-sessions
Remote MCP URL: https://yougotitall.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "com-yougotitall-sessions": {
      "url": "https://yougotitall.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-yougotitall-sessions": {
      "type": "http",
      "url": "https://yougotitall.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-yougotitall-sessions",
  "transport": "streamable-http",
  "url": "https://yougotitall.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.