INDIVIDUAL MCP TOOL
get_life_context
Get the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges.
LIVE ENDPOINT
https://dayze.com/api/mcp
Connect to this endpoint to inspect the live schema for get_life_context and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.dayze-life-context]
url = "https://dayze.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dayze-life-context
Remote MCP URL: https://dayze.com/api/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": {
"dayze-life-context": {
"url": "https://dayze.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dayze-life-context",
"transport": "streamable-http",
"url": "https://dayze.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
notable_search— Search the public Dayze notable-people catalog by name, occupation, or slug.notable_profile— Bio-only profile JSON by slug (no life-in-days, similar, or birthday peers).notable_pack— DEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.notable_pack_premium— S-tier guaranteed pack (score≥85, timeline≥8, image, embedding).compare_lives— Side-by-side notable packs for two slugs (life_in_days + day_number timelines).get_context_pack— Life Context Protocol (LCP) reference pack for a Dayze user: identity + who matters (edges) + week calendar + semantic/recent memories.get_life_graph— Life-graph export: people nodes + person_connections edges.get_person_neighborhood— Subgraph around one person_id — profile plus all declared connections.