General Tools
dayze.com
Provides access to notable people profiles and user life context data.
ENDPOINT 1
https://dayze.com/api/mcp
MCP server metadata
- Name
- dayze-life-context
- Version
- 1.10.2
Public notable_* tools need no API key (x402 after free tier). Private life-graph tools need Authorization: Bearer dayze_k_... with scope "context". Prefer notable_pack for agent context.
Known tools 18
notable_searchSearch the public Dayze notable-people catalog by name, occupation, or slug.
Inferred read-onlynotable_profileBio-only profile JSON by slug (no life-in-days, similar, or birthday peers).
Inferred read-onlynotable_packDEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.
Inferred read-onlynotable_pack_premiumS-tier guaranteed pack (score≥85, timeline≥8, image, embedding).
Inferred read-onlycompare_livesSide-by-side notable packs for two slugs (life_in_days + day_number timelines).
Inferred read-onlyget_life_contextGet the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges.
Inferred read-onlyget_context_packLife Context Protocol (LCP) reference pack: identity, who_matters (incl.
Inferred read-onlyget_life_graphHot life-graph export: favorites/VIP + people with edges or recent event tags.
Inferred read-onlyget_person_neighborhoodSubgraph around one person_id — profile plus all declared connections.
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.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.
ENDPOINT 2
https://dayze.com/api/v1/mcp
MCP server metadata
- Name
- dayze-life-context
- Version
- 1.9.0
Public notable_* tools need no API key (x402 after free tier). Private life-graph tools need Authorization: Bearer dayze_k_... with scope "context". Prefer notable_pack for agent context.
Known tools 15
notable_searchSearch the public Dayze notable-people catalog by name, occupation, or slug.
Inferred read-onlynotable_profileBio-only profile JSON by slug (no life-in-days, similar, or birthday peers).
Inferred read-onlynotable_packDEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.
Inferred read-onlynotable_pack_premiumS-tier guaranteed pack (score≥85, timeline≥8, image, embedding).
Inferred read-onlycompare_livesSide-by-side notable packs for two slugs (life_in_days + day_number timelines).
Inferred read-onlyget_life_contextGet the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges.
Inferred read-onlyget_context_packLife Context Protocol (LCP) reference pack for a Dayze user: identity + who matters (edges) + week calendar + semantic/recent memories.
Inferred read-onlyget_person_neighborhoodSubgraph around one person_id — profile plus all declared connections.
Inferred read-onlysearchSemantic search across the authenticated user life graph (events, people, memories).
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.dayze-life-context]
url = "https://dayze.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dayze-life-context
Remote MCP URL: https://dayze.com/api/v1/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/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dayze-life-context",
"transport": "streamable-http",
"url": "https://dayze.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://dayze.com/api/mcp/key
MCP server metadata
- Name
- dayze
- Version
- 1.28.0
Public notable_* tools need no API key (x402 after free tier). Private life-graph tools need OAuth (Bearer dayze_at_*) or API key (Bearer dayze_k_*) with scope "context". Prefer get_context_pack for a signed-in user life-graph bootstrap; use notable_pack only for the public notable-people catalog. Sleep: log_sleep / get_sleep / get_sleep_summary / update_sleep (pack sleep section is read-only). Person photos: get_person_photos returns inline MCP image attachments. Inventory photos: search_inventory → upload_asset(image_base64, entity_type=inventory, entity_id, role=photo) or upload_asset then attach_asset.
Known tools 87
notable_searchSearch the public Dayze notable-people catalog by name, occupation, or slug.
Inferred read-onlynotable_profileBio-only profile JSON by slug (no life-in-days, similar, or birthday peers).
Inferred read-onlynotable_packDEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.
Inferred read-onlynotable_pack_premiumS-tier guaranteed pack (score≥85, timeline≥8, image, embedding).
Inferred read-onlycompare_livesSide-by-side notable packs for two slugs (life_in_days + day_number timelines).
Inferred read-onlyget_life_contextGet a snapshot of the authenticated user's current life context (identity, today/upcoming events, pulse, trackers).
Inferred read-onlyget_context_packLife Context Protocol (LCP) pack for the authenticated user: identity, pulse, who_matters, whats_next, memories.
Inferred read-onlyget_life_graphExplicit private life-graph export: favorites/VIP plus people with edges or recent event tags.
Inferred read-onlyget_person_neighborhoodSubgraph around one user-owned person_id — profile (avatar_url, photo_count, has_photos) plus declared connections.
Inferred read-onlydelete_foodMUTATES by removing one Food Diary row the authenticated user owns and its mirrored calendar event.
Inferred read-onlydelete_eventMUTATES by removing one existing calendar event the authenticated user owns.
Inferred read-onlyget_expensesAuthenticated user cashflow summary: spend, income, net, and top spend categories.
Inferred read-onlyresolve_personResolve a nickname or surface name to a CRM person via person_aliases → exact name → slug → unique substring.
Inferred read-onlyget_person_transactionsMe↔contact money ledger from expenses (paid_to_person_id / income_from_person_id).
Inferred read-onlyget_money_between_peopleSame as get_person_transactions: authenticated user ↔ one contact via expenses FKs.
Inferred read-onlyget_person_interactionsRelationship timeline for one CRM person: interactions rows (message/call/meeting/note + extended kinds like visit/gift/stayed_over encoded in summary) plus co-tagged calendar events.
Potential side effectsexplain_factReturn evidence/provenance for a claim: polaris_learned_facts, life_events / life_event_relationships when present, then memories.
Inferred read-onlylist_clarificationsRanked clarification queue: only person-typed mentions + duplicate CRM people.
Inferred read-onlyget_trackersAuthenticated user live trackers only; expired countdowns and inactive streaks are omitted.
Inferred read-onlyreset_trackerMUTATES a sobriety/streak tracker for the authenticated user (sets current value to 0 and restarts the clock).
Inferred read-onlysearch_gmailSearch the authenticated user's already-connected Gmail inbox (read-only).
Inferred read-onlyget_place_visitsWhen was I at a venue — merges place_visits, location_visits, and event locations.
Inferred read-onlyget_location_historyNormalized visit history (venue-level by default, not raw GPS noise).
Inferred read-onlyget_location_contextLikely current or at-time place with confidence and provenance.
Inferred read-onlyget_countries_visitedCanonical countries from completed trips (not other people travel).
Inferred read-onlybulk_dismiss_clarificationsDismiss non-person / typed junk from the clarification queue.
Inferred read-onlyupload_assetUpload image bytes to Dayze storage (WebP re-encode strips EXIF/AI metadata).
Potential side effectsattach_assetLink an existing asset_id to another entity by creating a linked copy (does not move the original row).
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.dayze]
url = "https://dayze.com/api/mcp/key"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dayze": {
"type": "http",
"url": "https://dayze.com/api/mcp/key"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dayze
Remote MCP URL: https://dayze.com/api/mcp/key
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": {
"url": "https://dayze.com/api/mcp/key"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dayze": {
"type": "http",
"url": "https://dayze.com/api/mcp/key"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dayze",
"transport": "streamable-http",
"url": "https://dayze.com/api/mcp/key"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dayze.com was fetched 2026-08-23T20:03:28.695Z and is being refreshed.
dayze.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.