Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Dayze — Life Context

REMOTE · DAYZE.COM · 2 COMPONENTS · SCANNED SEP 25

Life context for agents: get_context_pack + public notable packs. x402 + OAuth.

+3 this week 71 Trust /100

Recent critical change

Authorization (18 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 15748 tokens (~119/item across 132 items; 129 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management45
  • Stability check failed: schema churn in the 14 days we've observed: 0 tool removals, 2 breaking changes, 1 auth/transport breaks, 42 additions. See how to fix → Fail
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 43% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 131 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Dayze — Life Context MCP server?

Dayze — Life Context is a hosted endpoint at https://dayze.com/api/mcp/key, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · dayze.com

# add to Claude Code
claude mcp add --transport http com-dayze-life-context 'https://dayze.com/api/mcp/key'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-dayze-life-context": {
      "url": "https://dayze.com/api/mcp/key"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-dayze-life-context": {
      "type": "http",
      "url": "https://dayze.com/api/mcp/key"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-dayze-life-context]
url = "https://dayze.com/api/mcp/key"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dayze-life-context": {
      "type": "remote",
      "url": "https://dayze.com/api/mcp/key",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-dayze-life-context --url 'https://dayze.com/api/mcp/key' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-dayze-life-context:
    url: "https://dayze.com/api/mcp/key"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-dayze-life-context": {
      "Transport": "http",
      "Url": "https://dayze.com/api/mcp/key"
    }
  }
}
# add to Vellum
assistant mcp add com-dayze-life-context -t streamable-http -u 'https://dayze.com/api/mcp/key'
// mcp.json
{
  "mcpServers": {
    "com-dayze-life-context": {
      "type": "http",
      "url": "https://dayze.com/api/mcp/key"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 35 to 38.

  • 22 Sept 26 0
    • Tool “get_interactions” rewrote its description, which is the text the model reads security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 28 to 32.

  • 20 Sept 26 0
    • New tool “get_interactions” functional
  • 18 Sept 26 −10
    • Authorization: Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (delete_food). critical
    • Tool “archive_event” is now declared destructive security
    • Tool “archive_expense” is now declared destructive security
    • Tool “archive_trip” is now declared destructive security
    • Tool “bulk_dismiss_clarifications” is now declared destructive security
    • Tool “cleanup_apply” is now declared destructive security
    • Tool “commit_life_update” is now declared destructive security
    • Tool “convert_contact_entity” is now declared destructive security
    • Tool “delete_event” is now declared destructive security
    • Tool “normalize_people_apply” is now declared destructive security
    • Tool “reset_tracker” is now declared destructive security
    • Tool “start_people_cleanup” is now declared destructive security
    • Tool “undo_contact_change” is now declared destructive security
    • Server version: 1.32.1 → 1.33.0 functional
    • “cleanup_preview” added an optional parameter “idempotency_key” cosmetic
    • “cleanup_preview” added an optional parameter “request_id” cosmetic
    • “normalize_people_preview” added an optional parameter “idempotency_key” cosmetic
    • “normalize_people_preview” added an optional parameter “request_id” cosmetic
    • “update_event” reworded the description of “request_id” cosmetic
  • 17 Sept 26 +1
    • Stability: 0.17 → fail ▼ security
    • Tool “update_person” rewrote its description, which is the text the model reads security
    • Tool “undo_contact_change” rewrote its description, which is the text the model reads security
    • Tool “start_people_cleanup” rewrote its description, which is the text the model reads security
    • Tool “resolve_person” rewrote its description, which is the text the model reads security
    • Tool “merge_people_preview” rewrote its description, which is the text the model reads security
    • Tool “merge_people” rewrote its description, which is the text the model reads security
    • Tool “get_people” rewrote its description, which is the text the model reads security
    • Tool “delete_event” rewrote its description, which is the text the model reads security
    • Tool “create_person” rewrote its description, which is the text the model reads security
    • Tool “delete_event” no longer declares itself destructive security
    • “normalize_people_apply” added a required parameter “candidate_hash”, so existing callers break ▼ functional
    • “merge_people” added a required parameter “restore_window_acknowledged”, so existing callers break ▼ functional
    • “merge_people” added a required parameter “preview_id”, so existing callers break ▼ functional
    • “normalize_people_apply” made “request_id” required, so existing callers break ▼ functional
    • “delete_event” made “request_id” required, so existing callers break ▼ functional
    • Destructive annotations: All 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation. functional
    • Server version: 1.30.2 → 1.32.1 functional
    • New tool “restore_trip” functional
    • New tool “restore_expense” functional
    • New tool “restore_event” functional
    • New tool “restore_cleanup” functional
    • New tool “cleanup_preview” functional
    • New tool “cleanup_apply” functional
    • New tool “archive_trip” functional
    • New tool “archive_expense” functional
    • New tool “archive_event” functional
    • “search_transactions” added an optional parameter “include_archived” cosmetic
    • “search_transactions” added an optional parameter “cursor” cosmetic
    • “merge_people_preview” added an optional parameter “request_id” cosmetic
    • “merge_people_preview” added an optional parameter “idempotency_key” cosmetic
    • “log_transaction” added an optional parameter “message_id” cosmetic
    • “log_transaction” added an optional parameter “extractor_version” cosmetic
    • “log_transaction” added an optional parameter “account_id” cosmetic
    • “get_trips” added an optional parameter “include_archived” cosmetic
    • “get_trips” added an optional parameter “cursor” cosmetic
    • “get_transactions” added an optional parameter “include_archived” cosmetic
    • “get_transactions” added an optional parameter “cursor” cosmetic
    • “get_people” added an optional parameter “cursor” cosmetic
    • “get_events” added an optional parameter “limit” cosmetic
    • “get_events” added an optional parameter “include_archived” cosmetic
    • “get_events” added an optional parameter “cursor” cosmetic
    • “normalize_people_apply” reworded the description of “request_id” cosmetic
    • Tool “update_person” changed its title: Update Person (CRM write) → Update Contact (CRM write) cosmetic
    • Tool “resolve_person” changed its title: Resolve Person → Resolve Contact cosmetic
    • Tool “get_people” changed its title: User Contacts → Dayze Contacts cosmetic
    • Tool “create_person” changed its title: Create Person → Create Contact cosmetic
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://dayze.com/api/mcp/key

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=dayze.com CN=YE1,O=Let's Encrypt,C=US 21 Sept 2026 20 Dec 2026 ECDSA 256 ECDSA-SHA384 6fe233b3b1bfd9c2b9d0e1fec960b1d076d
SANs: *.dayze.com, dayze.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of dayze.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
dayze.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(self), geolocation=(self)

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://dayze.com/api/mcp/key Verified 200
http (plaintext) http://dayze.com/api/mcp/key HTTPS enforced 301 https://dayze.com/api/mcp/key
MCP tools · 129 exposed · ~15,533 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
notable_profile ~71

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)

NameTypeReqDescription
slugstringyesPerson slug, e.g. albert-einstein
NameTypeReqDescription
aboutstring|null––
biostring|null––
birth_datestring|null––
death_datestring|null––
handlestring|null––
image_urlstring|null––
namestringyes–
occupationstring|null––
profile_urlstringyes–
slugstringyes–
sourcesarray––
timelinearray––

No examples provided.

notable_search ~52

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)

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultsarrayyes–
totalnumberyesNumber of matches returned.

No examples provided.

propose_life_update ~106

Propose assertion create/correct without committing (flagged; off by default). ($0.10; API key required)

NameTypeReqDescription
client_idstring––
idempotency_keystring––
operationsarray––
people_idstring––
person_idstring––
predicatestring––
request_idstring––
source_textstring––
valueobject––
NameTypeReqDescription
enabledboolean––
messagestring|null––
payload_hashstring––
proposal_idstring––

No examples provided.

read_gmail_attachment ~110

Download one Gmail attachment by message_id + attachment_id (from read_gmail_message.attachments). Returns utf-8 text for text/csv/vcf/vcard; binary types return filename/mime/size + a note (no base64 dump). Optional account. Read-only. Share tokens cannot call. ($0.10; API key required)

NameTypeReqDescription
accountstring––
attachment_idstringyes–
emailstring––
message_idstringyes–
NameTypeReqDescription
attachmentobjectyes–
message_idstringyes–

No examples provided.

read_gmail_message ~149

Read one Gmail message by id from search_gmail. Returns subject, from, canonical date, account-local date_local, time_zone, snippet, plain-text body (truncated), and attachments[] metadata (attachment_id, filename, mime_type, size). Use read_gmail_attachment for text/csv/vcf contents. Optional account when multiple mailboxes. Read-only. Share tokens cannot call. ($0.10; API key required)

NameTypeReqDescription
accountstring–Mailbox selector (email or connection id)
emailstring–Alias for account
idstring–Alias for message_id
message_idstringyesGmail message id from search_gmail
NameTypeReqDescription
messageobjectyes–

No examples provided.

record_purchase ~86

Atomic expense + optional inventory item creation. ($0.10; API key required)

NameTypeReqDescription
amountnumberyes–
currencystring––
datestring––
idempotency_keystring–Alias for request_id.
namestringyes–
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
expense_idstring|null––
inventory_idstring|null––
messagestring|null––
transactionobject–Expense/income transaction row.

No examples provided.

record_sale ~92

Mark inventory sold + record sale proceeds with gain/loss. ($0.10; API key required)

NameTypeReqDescription
amountnumberyes–
currencystring––
idempotency_keystring–Alias for request_id.
inventory_idstringyes–
request_idstring–Client idempotency key (retries return original result).
sold_atstring––
NameTypeReqDescription
expense_idstring|null––
inventory_idstring––
messagestring|null––
realized_gain_lossstring|null––

No examples provided.

remove_person_alias ~74

Remove one alias from a CRM person. ($0.05; API key required)

NameTypeReqDescription
aliasstringyes–
idempotency_keystring–Alias for request_id.
person_idstringyes–
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
aliasstring––
change_idstring|null––
messagestring|null––
person_idstring––
removedboolean––

No examples provided.

reset_tracker ~184

MUTATES a sobriety/streak tracker for the authenticated user (sets current value to 0 and restarts the clock). Prefer tracker_id from get_trackers, or tracker_title fuzzy match. Optional reset_at (ISO) and note. Rebuilds life_state. Requires API key or OAuth with scope context. Share tokens cannot write. ($0.10; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
notestring–Optional note stored in tracking history
request_idstring–Client idempotency key (retries return original result).
reset_atstring–ISO datetime of the reset (default now)
titlestring–Alias of tracker_title
tracker_idstring–Event UUID of the tracker
tracker_titlestring–Title match when id unknown
NameTypeReqDescription
errorstring––
invalidatesarray––
life_state_rebuiltboolean––
messagestring––
okboolean––
previous_daysnumber––
reset_datestring––
reset_timestring––
tracker_idstring––
tracker_reset_countnumber––
tracker_titlestring|null––

No examples provided.

resolve_clarification ~85

Link a clarification surface to an existing person. ($0.10; API key required)

NameTypeReqDescription
clarification_idstringyes–
idempotency_keystring–Alias for request_id.
person_idstring––
person_namestring––
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
messagestring|null––
person_idstring––
resolvedboolean––

No examples provided.

resolve_person ~151

Resolve a nickname or surface name to a Dayze Contacts row via person_aliases → exact name → slug → unique substring. Returns avatar_url, photo_count, has_photos, and photos[{url,is_primary}] preview; use get_person_photos for full gallery. Notes omitted unless include_notes=true (redacted). Prefer this before money or relationship tools when the agent only has a nickname. Advertised name resolve_person is stable; tools/call also accepts resolve_contact. ($0.05; API key required)

NameTypeReqDescription
include_notesboolean–Include redacted notes (default false)
namestringyesNickname or display name to resolve
querystring–Alias for name
NameTypeReqDescription
aliasesarray––
candidatesarray––
matched_viastring|null––
personobject––
querystring––
resolvedboolean––

No examples provided.

resolve_place ~51

Canonicalize a venue name via place aliases and fuzzy match. ($0.10; API key required)

NameTypeReqDescription
namestring––
placestring––
querystring––
NameTypeReqDescription
candidatesarray––
matched_viastring|null––
placeobject|null–Canonical place record.
querystringyes–
resolvedbooleanyes–

No examples provided.

restore_cleanup ~71

Restore an archive or normalization receipt. Requires restore_id and request_id. Refuses intervening edits; repeats are no-ops. ($0; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
request_idstringyes–
restore_idstringyes–
NameTypeReqDescription
candidate_hashstring––
changedboolean––
expires_atstring––
preview_idstring––
restore_idstring––
rowsarray––
server_timestring––

No examples provided.

restore_event ~71

Restore an archive or normalization receipt. Requires restore_id and request_id. Refuses intervening edits; repeats are no-ops. ($0; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
request_idstringyes–
restore_idstringyes–
NameTypeReqDescription
candidate_hashstring––
changedboolean––
expires_atstring––
preview_idstring––
restore_idstring––
rowsarray––
server_timestring––

No examples provided.

restore_expense ~72

Restore an archive or normalization receipt. Requires restore_id and request_id. Refuses intervening edits; repeats are no-ops. ($0; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
request_idstringyes–
restore_idstringyes–
NameTypeReqDescription
candidate_hashstring––
changedboolean––
expires_atstring––
preview_idstring––
restore_idstring––
rowsarray––
server_timestring––

No examples provided.

restore_trip ~71

Restore an archive or normalization receipt. Requires restore_id and request_id. Refuses intervening edits; repeats are no-ops. ($0; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
request_idstringyes–
restore_idstringyes–
NameTypeReqDescription
candidate_hashstring––
changedboolean––
expires_atstring––
preview_idstring––
restore_idstring––
rowsarray––
server_timestring––

No examples provided.

score_people_duplicates ~59

Score likely CRM duplicate pairs before merge_people. ($0.05; API key required)

NameTypeReqDescription
limitnumber––
min_probabilitynumber––
person_idstring–Score against one person; omit for global scan.
NameTypeReqDescription
candidatesarrayyes–
countnumberyes–

No examples provided.

search ~101

Search the authenticated user life graph. Deterministic routing first: food + relative dates (e.g. "what did I eat yesterday?"); timeline/current-context; money+person; who-is → resolve_person. Otherwise semantic/keyword search. Event hits include event_date and food_id when mirrored from Food Diary. Browser-history titles are excluded. Credential/secret spans are redacted. Requires OAuth or a supported scoped credential. ($0.15; API key required)

Input schema present but exposes no named parameters.

NameTypeReqDescription
intentstring––
modestringyes–
resultsarrayyes–

No examples provided.

search_gmail ~343

Search one of the authenticated user's connected Gmail inboxes (read-only). Reuses Integrations hub Gmail (service_connections provider=gmail). Optional account/email selects a mailbox when multiple are connected — call list_gmail_accounts first. Prefer Gmail operators: from:, subject:, is:unread, newer_than:7d, has:attachment. For clock-time constraints, pass after/before as account-local civil datetimes; the tool converts them to precise UTC instants. Returns id, subject, from, canonical date, account-local date_local, time_zone, and snippet only (no body). Follow up with read_gmail_message. Cannot send, archive, or delete. Never invent email contents. If Gmail is not connected, connect at /integrations. Requires API key or OAuth with scope context. Share tokens cannot call this tool. ($0.10; API key required)

NameTypeReqDescription
accountstring–Mailbox email, connection id, or Google subject (from list_gmail_accounts)
afterstring–Exclusive lower bound as account-local YYYY-MM-DDTHH:mm, or an offset-aware ISO instant
beforestring–Exclusive upper bound as account-local YYYY-MM-DDTHH:mm, or an offset-aware ISO instant
emailstring–Alias for account
max_resultsnumber–Max messages to return (default 10, max 20)
qstring–Alias for query
querystringyesGmail search query, e.g. "is:unread newer_than:7d", "from:airline subject:itinerary", "receipt newer_than:30d"
NameTypeReqDescription
accountstring|null––
afterstring––
beforestring––
messagesarrayyes–
querystringyes–
result_size_estimatenumber|nullyes–
time_zonestringyes–

No examples provided.

search_inventory ~56

Search owned inventory by name/brand/model/notes. Returns photo_count, has_photos, cover_url; when empty, photo_hint explains upload_asset linkage. ($0.10; API key required)

NameTypeReqDescription
querystring––
NameTypeReqDescription
countnumberyes–
itemsarray––
querystring|null––

No examples provided.

search_photos ~72

Search person photos and entity assets by query/metadata. Returns inline MCP image attachments. ($0.10; API key required)

NameTypeReqDescription
fromstring––
person_idsarray––
place_idstring––
querystring––
tostring––
NameTypeReqDescription
countnumberyes–
photosarray––
querystring|null––

No examples provided.

search_transactions ~93

Keyword search over merchant/description/category, or exact tag query (project:/ext:/rail:). ($0.10; API key required)

NameTypeReqDescription
cursorstring–Continue the same immutable one-hour snapshot; other filters remain frozen.
include_archivedboolean––
limitnumber––
projectstring––
querystring––
tagstring––
NameTypeReqDescription
countnumberyes–
querystring––
transactionsarray––

No examples provided.

set_primary_person_name ~122

Rename a CRM contact’s canonical name and refresh slug. By default preserves the old name as a former_name alias. Prefer this over create+merge for spelling fixes. Dayze is the context layer — bounded mutation only. ($0.10; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
namestringyes–
person_idstringyes–
preserve_old_name_as_aliasboolean––
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
change_idstring|null––
messagestring|null––
personobject–CRM person record.
previous_namestring––

No examples provided.

start_people_cleanup ~94

Server-side read-only cleanup audit. Returns a review queue; never automatically merges contacts. Use normalize_people_preview/apply for reversible normalization. ($0.15; API key required)

NameTypeReqDescription
auto_merge_thresholdnumber––
checksarray––
idempotency_keystring–Alias for request_id.
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
auto_merged_countnumber––
cleanup_idstring––
items_needing_approvalnumber––
messagestring|null––
statusstring––

No examples provided.

undo_contact_change ~101

Reverse a reversible contact_mutations row (rename, alias, identity, classify, link). For merges, pass restore_id as change_id within 30 days. Restore rejects later edits rather than overwriting them. ($0.10; API key required)

NameTypeReqDescription
change_idstringyes–
idempotency_keystring–Alias for request_id.
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
change_idstring––
messagestring|null––
undoneboolean––

No examples provided.

unlink_people ~84

Remove a person↔person graph edge. ($0.10; API key required)

NameTypeReqDescription
connection_idstring––
idempotency_keystring–Alias for request_id.
other_person_idstring––
person_idstring––
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
messagestring|null––
unlinkedboolean––

No examples provided.

update_asset ~128

Patch role, metadata, description, or parent_asset_id (e.g. mark as processed). ($0.08; API key required)

NameTypeReqDescription
asset_idstringyes–
asset_typestring––
descriptionstring––
filenamestring––
idempotency_keystring–Alias for request_id.
metadataobject––
parent_asset_idstring––
request_idstring–Client idempotency key (retries return original result).
rolestring–original | cover | thumbnail | …
NameTypeReqDescription
assetobject––
asset_idstring––
messagestring|null––
updatedboolean––

No examples provided.

update_current_location ~250

MUTATES where the user is now: profiles.location + polaris current_city/country (same as in-app Dayze chat). Pass location ("The Madeira, Singapore") and/or city+country; optional place/venue + lat/lon records a fresh location_visits check-in so get_location_context returns is_current. set_home defaults true; check_in defaults true when place or coordinates are set. Does not invent GPS when omitted. ($0.10; API key required)

NameTypeReqDescription
addressstring––
check_inboolean–Write a location_visits row when place or coordinates are set (default true in that case)
citystring––
countrystring––
idempotency_keystring––
latitudenumber––
locationstring–Freeform “City, Country” or “Venue, City, Country”
longitudenumber––
placestring–Venue / residence name (e.g. The Madeira)
request_idstring––
set_homeboolean–Also write profiles.location / home_location (default true)
venuestring–Alias for place
NameTypeReqDescription
check_inboolean––
contextobject–Fresh get_location_context after write.
current_citystring|null––
current_countrystring|null––
locationstring|null––
messagestring––
placestring|null––
set_homeboolean––
updatedboolean––
visit_idstring|null––

No examples provided.

update_event ~455

MUTATES one existing calendar event the authenticated user owns. Required: event_id (UUID). Optional patch (same fields as log_event): title, date / event_date, time / event_time, end_date, end_time, location, description, category, external_url, people / with / person_ids. Unknown or other-user event_id returns an error and does not create a row. For food-diary meals, prefer update_food (it syncs the mirrored event). Rebuilds life_state. Requires API key or OAuth with scope context. Share tokens cannot write. ($0.10; API key required)

NameTypeReqDescription
categorystring–e.g. funeral, family, work, travel. Stored as events.category and event_type.
datestring–Alias for event_date.
date_precisionstring–Soft date precision stored in metadata.
descriptionstring–Empty or null clears
end_datestring–Optional end date YYYY-MM-DD (all-day multi-day).
end_timestring–Optional end time (same formats as event_time).
event_datestring–Start date YYYY-MM-DD, YYYY-MM, or YYYY. Alias: date.
event_idstringyesUUID of a calendar event the authenticated user owns
event_timestring–Start time: 8pm, 20:00, or 20:00:00. Empty or null clears. Alias: time.
external_urlstring––
idempotency_keystring–Alias for request_id.
locationstring–Empty or null clears
peoplearray–People names or person UUIDs to add (event_people role=with). Does not remove existing tags.
people_namesarray––
person_idsarray–Owned person UUIDs to tag (user-scoped).
person_namestring––
request_idstring–Client idempotency key (retries return original successful result).
timestring–Alias for event_time.
titlestring–Updated title (replaces). Cannot be empty.
witharray–Alias for people.
NameTypeReqDescription
changedobjectyesChanged fields with before and after values.
eventobjectyesA Dayze calendar event record.
life_state_rebuiltbooleanyes–
people_taggedarrayyes–
unresolved_peoplearrayyes–

No examples provided.

update_expense ~187

PATCH an expense row. ($0.10; API key required)

NameTypeReqDescription
amountnumber––
categorystring––
currencystring––
datestring–YYYY-MM-DD expense_date
descriptionstring––
expense_idstringyes–
external_idstring–Optional; merges ext:{source}:{id} into tags
idempotency_keystring–Alias for request_id.
merchantstring––
notesstring––
payment_methodstring–e.g. venmo, cash, card
projectstring–Venture label → project:{slug} tag
request_idstring–Client idempotency key (retries return original result).
sourcestring–Alias of payment_method
tagsarray––
NameTypeReqDescription
changedobject––
expenseobject–Expense/income transaction row.
messagestring|null––

No examples provided.

update_food ~453

MUTATES one existing Food Diary row the authenticated user owns. Required: food_id (UUID). Optional patch (same fields as log_food): what, kind, place, merchant, notes, append_notes (concat), consumed_at (ISO instant) / meal_period (profile TZ), amount, currency, paid_by / payment_method, with / people_names / person_ids. Example: add hot tea onto an existing Salmon Bento → update_food({ food_id, what: "Salmon Bento + hot tea" }). Unknown or other-user food_id returns an error and does not create a row. Syncs the mirrored calendar event and rebuilds life_state. Requires API key or OAuth with scope context. Share tokens cannot write. ($0.10; API key required)

NameTypeReqDescription
amountnumber–Price if mentioned
append_notesstring–Append text to existing notes (newline-separated)
consumed_atstring–ISO instant; wins over meal_period
currencystring–ISO currency, e.g. SGD
food_idstringyesUUID of a food diary row the authenticated user owns
idempotency_keystring–Alias for request_id.
kindstring––
meal_periodstring–Spoken period when consumed_at is omitted, e.g. "late lunch"
merchantstring–Restaurant, stall, or shop. Empty or null clears
notesstring–Replaces notes. Empty or null clears
paid_bystring–Who paid (name or alias)
payment_methodstring–Alias of paid_by for expense-style agents
people_namesarray–Alias for with
person_idsarray–Owned person UUIDs to tag (user-scoped)
placestring–Venue or location. Empty or null clears
request_idstring–Client idempotency key (retries return original result).
whatstring–Full updated dish/drink text (replaces, does not append). Example: Salmon Bento + hot tea
witharray–Companion names, aliases, or ids to add (does not remove existing tags)
NameTypeReqDescription
changedobjectyesChanged fields with before and after values.
event_idstring|nullyes–
food_idstringyes–
food_logobjectyesUpdated Food Diary row.
life_state_rebuiltbooleanyes–
people_taggedarrayyes–
unresolved_peoplearrayyes–

No examples provided.

update_inventory_item ~243

PATCH semantics — unspecified fields untouched. ($0.10; API key required)

NameTypeReqDescription
brandstring––
categorystring–Broad type: clothing, instruments, electronics, …
conditionstring––
estimated_valuenumber––
idempotency_keystring–Alias for request_id.
inventory_idstringyes–
item_typestring–Alias for subtype.
locationstring––
modelstring––
namestring–What the user naturally calls the item.
notesstring––
purchase_pricenumber––
reference_numberstring––
request_idstring–Client idempotency key (retries return original result).
serial_numberstring––
statusstring––
subtypestring–Specific subtype (sweatshirt, jacket, guitar). Alias: item_type.
subtype_confidencenumber–0–1 confidence when subtype is uncertain (agent_inferred).
tagsarray–Replace tags array (sanitized against category mismatches).
NameTypeReqDescription
changedobject––
itemobject–Inventory item record.
messagestring|null––

No examples provided.

update_notable ~240

MUTATES public notable_people. Superuser only. Patch by slug (bio, about, occupation, birth_place, birth_date, net_worth, residence, before_fame, trivia, family_life, zodiac, flag). Rejects unknown fields. No create/delete. Stamps last_updated_via=mcp. ($0.10; API key required)

NameTypeReqDescription
aboutstring––
before_famestring––
biostring––
birth_datestring–YYYY, YYYY-MM, or YYYY-MM-DD. Null/empty clears
birth_placestring––
family_lifestring––
flagstring––
idempotency_keystring–Alias for request_id.
net_worthstring––
occupationstring––
request_idstring–Client idempotency key (retries return original result).
residencestring––
slugstringyesNotable person slug (e.g. taylor-swift)
triviastring––
zodiacstring––
NameTypeReqDescription
changedobjectyesChanged fields with before and after values.
personobjectyesUpdated notable catalog row (name, slug).

No examples provided.

update_people_link ~121

Patch an existing person↔person graph edge (type/context/source/confidence). ($0.10; API key required)

NameTypeReqDescription
confidencenumber––
connection_idstring––
idempotency_keystring–Alias for request_id.
notesstring––
other_person_idstring––
person_idstring––
relationship_typestring––
request_idstring–Client idempotency key (retries return original result).
sourcestring––
NameTypeReqDescription
connectionobject––
messagestring|null––
updatedboolean––

No examples provided.

update_person ~380

MUTATES Dayze Contacts. Patch one existing contact the user owns (person_id UUID required). Optional fields: name (renames + refreshes slug), is_favorite, tier (vip|normal|low), relationship, notes (replaces stored notes — read first if you need to append), birthday (YYYY|YYYY-MM|YYYY-MM-DD|MM-DD|--MM-DD or null to clear; MM-DD stores month_day precision). Rejects unknown fields. Does not create or delete contacts. Rebuilds life_state so the next get_context_pack inner_circle is fresh. Advertised name update_person is stable; tools/call also accepts update_contact. Requires API key or OAuth with scope context. Share tokens cannot write. ($0.10; API key required)

NameTypeReqDescription
birthdaystring–YYYY, YYYY-MM, YYYY-MM-DD, or MM-DD / --MM-DD (year unknown). Null/empty clears
idempotency_keystring–Alias for request_id.
is_favoriteboolean–Favorite flag. Favorites (and VIP) appear in get_context_pack inner_circle
namestring–Rename contact (also refreshes URL slug). Prefer this over create+merge for spelling fixes
notesstring–Replaces people.notes (does not append). Empty or null clears
person_idstringyesUUID of a person the authenticated user owns
preserve_old_name_as_aliasboolean–When renaming, keep the previous name as a former_name alias (default true)
relationshipstring–Relationship label (friend, sister, …). Empty or null clears
request_idstring–Client idempotency key (retries return original result).
tierstring–Relationship priority. VIP stays in inner_circle even when not favorited
NameTypeReqDescription
changedobjectyesChanged fields with before and after values.
life_state_rebuiltbooleanyes–
personobjectyesA Dayze person or contact record.

No examples provided.

update_person_alias ~99

Update alias_kind/source/display for an existing alias. ($0.05; API key required)

NameTypeReqDescription
aliasstringyes–
alias_displaystring––
alias_kindstring––
idempotency_keystring–Alias for request_id.
person_idstringyes–
request_idstring–Client idempotency key (retries return original result).
sourcestring––
NameTypeReqDescription
aliasobject––
change_idstring|null––
messagestring|null––
person_idstring––

No examples provided.

update_person_identity ~159

Patch identity fields (legal/preferred name, pronouns, social handles, user_relationships[]). Never infer sensitive identity from appearance. Confirmed user_relationships are preserved unless force=true. ($0.10; API key required)

NameTypeReqDescription
aliasesarray––
forceboolean––
idempotency_keystring–Alias for request_id.
legal_namestring––
person_idstringyes–
preferred_namestring––
pronounsstring––
request_idstring–Client idempotency key (retries return original result).
social_handlesobject––
user_relationshipsarray––
websitestring––
NameTypeReqDescription
change_idstring|null––
changedobject––
messagestring|null––
personobject––

No examples provided.

update_place ~240

Patch a saved place card by place_id / business_contact_id. Unspecified fields stay unchanged (hours, affordability, address, notes, …). ($0.10; API key required)

NameTypeReqDescription
addressstring––
affordabilitystring––
areastring––
business_contact_idstring––
categorystring––
citystring––
countrystring––
descriptionstring––
hoursstring––
hours_sourcestring––
idstring––
idempotency_keystring–Alias for request_id.
latitudenumber––
longitudenumber––
namestring––
notesstring––
opening_hoursstring––
phonestring––
phone_numbersarray––
place_idstring––
price_levelstring––
request_idstring–Client idempotency key (retries return original result).
tagsarray––
websitestring––
NameTypeReqDescription
business_contact_idstring––
messagestring|null––
placeobject–Saved place card.
place_idstring––
updatedboolean––

No examples provided.

update_sleep ~114

Sleep: patch an existing sleep record by sleep_id. ($0.10; API key required)

NameTypeReqDescription
ended_atstring––
idempotency_keystring–Alias for request_id.
notesstring––
qualitynumber––
request_idstring–Client idempotency key (retries return original result).
sleep_idstringyes–
sleep_typestring––
started_atstring––
timezonestring––
NameTypeReqDescription
messagestring|null––
okboolean––
sleepobject––

No examples provided.

Common questions

What is the Dayze — Life Context MCP server?

Dayze — Life Context is an MCP server listed in the public MCP registry as com.dayze/life-context. Life context for agents: get_context_pack + public notable packs. x402 + OAuth. This page covers its hosted endpoint (https://dayze.com/api/mcp/key).

Is the Dayze — Life Context MCP server safe to use?

Dayze — Life Context scores 71 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Dayze — Life Context MCP server expose?

Dayze — Life Context exposes 129 tools: notable_search, notable_profile, notable_pack, notable_pack_premium, compare_lives, and 124 more. Their descriptions and schemas cost roughly 15,533 tokens of context every time the server is loaded.

Does the Dayze — Life Context MCP server require authentication?

No. We connected to Dayze — Life Context without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Dayze — Life Context MCP server still maintained?

Dayze — Life Context is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.