# Dayze — Life in Days + Notable People MCP server

People + life-in-days knowledge for AI agents. Public MCP; x402 on Base; OAuth for private tools.

## Links
- Registry page: https://www.getdrio.com/mcp/com-dayze-life-context
- Repository: https://github.com/gohluke/dayze-mcp
- Website: https://dayze.com

## Install
- Endpoint: https://dayze.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://dayze.com/api/mcp

## Tools
- notable_search (Search Notable People) - Search the public Dayze notable-people catalog by name, occupation, or slug. Use when you need to find a person before fetching a pack. Example slug: albert-einstein. ($0.01) Endpoint: https://dayze.com/api/mcp
- notable_profile (Notable Person Profile) - Bio-only profile JSON by slug (no life-in-days, similar, or birthday peers). Prefer notable_pack for “who is X / age in days / peers”. Example: taylor-swift. ($0.02) Endpoint: https://dayze.com/api/mcp
- notable_pack (Notable Knowledge Pack) - DEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers. Timeline events include day_number. Prefer this over notable_profile. Example: albert-einstein. ($0.05) Endpoint: https://dayze.com/api/mcp
- notable_pack_premium (Premium Notable Pack) - S-tier guaranteed pack (score≥85, timeline≥8, image, embedding). Errors if below bar. Use when you need high-quality, complete notable context. Example slug: elon-musk. ($0.10) Endpoint: https://dayze.com/api/mcp
- compare_lives (Compare Two Lives) - Side-by-side notable packs for two slugs (life_in_days + day_number timelines). One call instead of two notable_pack. Example: elon-musk vs steve-jobs. ($0.08) Endpoint: https://dayze.com/api/mcp
- get_life_context (Life Context Snapshot) - Get the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges. Prefer get_context_pack for a full session bootstrap. Requires API key. ($0.15; API key required) Endpoint: https://dayze.com/api/mcp
- get_context_pack (Life Context Pack) - Life Context Protocol (LCP) reference pack for a Dayze user: identity + who matters (edges) + week calendar + semantic/recent memories. Includes protocol.version. Optional query focuses memories. Requires API key or share token. Spec: https://dayze.com/docs/life-context ($0.20; API key required) Endpoint: https://dayze.com/api/mcp
- get_life_graph (Life Graph Export) - Life-graph export: people nodes + person_connections edges. Optional event–people links. Requires API key. ($0.25; API key required) Endpoint: https://dayze.com/api/mcp
- get_person_neighborhood (Person Neighborhood) - Subgraph around one person_id — profile plus all declared connections. Requires API key. ($0.15; API key required) Endpoint: https://dayze.com/api/mcp
- get_events (Calendar Events) - User calendar events (range: today|week|month|year|decade). Requires API key. ($0.10; API key required) Endpoint: https://dayze.com/api/mcp
- get_people (User Contacts) - List user CRM people (flat list). Each row includes contact_origin (personal|online|imported). Requires API key. ($0.10; API key required) Endpoint: https://dayze.com/api/mcp
- get_memories (Agent Memories) - User memories from Dayze Agent. Pass query for semantic retrieval; omit for recent chronological. Requires API key. ($0.10; API key required) Endpoint: https://dayze.com/api/mcp
- get_expenses (Expense Summary) - List user expenses / cashflow summary. Requires API key. ($0.10; API key required) Endpoint: https://dayze.com/api/mcp
- get_trackers (Habit Trackers) - List user trackers / habits / streaks. Requires API key. ($0.10; API key required) Endpoint: https://dayze.com/api/mcp
- search (Semantic Life Search) - Semantic search across the authenticated user life graph (events, people, memories). Requires API key. ($0.15; API key required) Endpoint: https://dayze.com/api/mcp

## Resources
- dayze://docs/agents - Dayze Agent Integration Guide How to connect AI agents to Dayze MCP — endpoints, auth, x402 pricing, and curl examples. MIME type: text/plain
- dayze://discovery/mcp.json - Dayze MCP Discovery Document Machine-readable MCP discovery summary (canonical copy at /.well-known/mcp.json). MIME type: application/json
- dayze://pricing/x402 - Dayze x402 Pay-Per-Call Pricing Per-tool pricing via x402 USDC on Base, free tier details, and payment flow. MIME type: text/plain

## Prompts
- notable_pack - Notable Knowledge Pack Pull Dayze notable pack for {slug} and explain day_number highlights — milestones, birthday peers, and age-in-days at each event. Arguments: slug
- compare_lives - Compare Two Lives Fetch packs for {slug_a} and {slug_b} and compare life-in-days milestones, earliest achievements, and career arcs side-by-side. Arguments: slug_a, slug_b
- birthday_peers - Birthday Peers Find notable people who share the same birth date as {slug} and surface the most interesting connections. Arguments: slug
- search_people - Search People Search Dayze notable people catalog for {query}, summarise top results, then fetch the top match pack for day_number context. Arguments: query

## Metadata
- Owner: com.dayze
- Version: 1.6.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 11, 2026
- Source: https://registry.modelcontextprotocol.io
