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.
ENDPOINT 1
https://yougotitall.com/mcp
MCP server metadata
- Name
- com.yougotitall/sessions
- Version
- 1.0.0
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_overviewWhat 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-onlyget_session_optionsAll valid values for creating a session: modes, traditions, styles per mode, lengths and voices per mode, with one-line descriptions.
Inferred read-onlyget_sample_sessionsThe two public samples — a 10-minute calm meditation and a 5-minute motivational talk — with player and media URLs.
Inferred read-onlylist_my_sessionsThe signed-in person’s account (name, plan state) and their sessions with player URLs.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.