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.

0 this week 77 Trust /100

Recent critical change

Authorization (17 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 15766 tokens (~118/item across 133 items; 130 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 Management90
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 2 breaking changes, 1 auth/transport breaks, 115 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 132 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, 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'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-dayze-life-context": {
      "url": "https://dayze.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-dayze-life-context": {
      "type": "http",
      "url": "https://dayze.com/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-dayze-life-context]
url = "https://dayze.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dayze-life-context": {
      "type": "remote",
      "url": "https://dayze.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-dayze-life-context --url 'https://dayze.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-dayze-life-context:
    url: "https://dayze.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-dayze-life-context": {
      "Transport": "http",
      "Url": "https://dayze.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-dayze-life-context -t streamable-http -u 'https://dayze.com/api/mcp'
// mcp.json
{
  "mcpServers": {
    "com-dayze-life-context": {
      "type": "http",
      "url": "https://dayze.com/api/mcp"
    }
  }
}

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.

  • 21 Sept 26 0
    • Tool “get_interactions” rewrote its description, which is the text the model reads security
  • 20 Sept 26 0
    • New tool “get_interactions” functional
  • 18 Sept 26 0
    • “update_event” reworded the description of “request_id” cosmetic

    1 cosmetic change on this day. Switch on “Show cosmetic changes” to see it.

  • 17 Sept 26 −14
    • Authorization: pass → fail ▼ critical
    • New tool “archive_event”, which the server declares destructive security
    • New tool “archive_expense”, which the server declares destructive security
    • New tool “archive_trip”, which the server declares destructive security
    • New tool “cleanup_apply”, which the server declares destructive security
    • Tool “resolve_person” 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 “undo_contact_change” rewrote its description, which is the text the model reads security
    • Tool “update_person” 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” 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 “merge_people” 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 “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
    • Tool “bulk_dismiss_clarifications” is now declared destructive security
    • Tool “commit_life_update” is now declared destructive security
    • Tool “convert_contact_entity” is now declared destructive security
    • “normalize_people_apply” added a required parameter “candidate_hash”, so existing callers break ▼ functional
    • “merge_people” added a required parameter “preview_id”, so existing callers break ▼ functional
    • “merge_people” added a required parameter “restore_window_acknowledged”, 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.33.0 functional
    • New tool “restore_cleanup” functional
    • New tool “restore_event” functional
    • New tool “restore_expense” functional
    • New tool “restore_trip” functional
    • New tool “cleanup_preview” functional
    • “merge_people_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
    • “search_transactions” added an optional parameter “cursor” cosmetic
    • “search_transactions” added an optional parameter “include_archived” cosmetic
    • “get_events” added an optional parameter “cursor” cosmetic
    • “get_events” added an optional parameter “include_archived” cosmetic
    • “get_events” added an optional parameter “limit” cosmetic
    • “get_people” added an optional parameter “cursor” cosmetic
    • “get_transactions” added an optional parameter “cursor” cosmetic
    • “get_transactions” added an optional parameter “include_archived” cosmetic
    • “get_trips” added an optional parameter “cursor” cosmetic
    • “get_trips” added an optional parameter “include_archived” cosmetic
    • “log_transaction” added an optional parameter “account_id” cosmetic
    • “log_transaction” added an optional parameter “extractor_version” cosmetic
    • “log_transaction” added an optional parameter “message_id” cosmetic
    • “merge_people_preview” added an optional parameter “idempotency_key” cosmetic
    • “normalize_people_apply” reworded the description of “request_id” cosmetic
    • Tool “resolve_person” changed its title: Resolve Person → Resolve Contact cosmetic
    • Tool “update_person” changed its title: Update Person (CRM write) → Update Contact (CRM write) cosmetic
    • Tool “create_person” changed its title: Create Person → Create Contact cosmetic
    • Tool “get_people” changed its title: User Contacts → Dayze Contacts cosmetic
  • 14 Sept 26 0
    • New tool “remove_person_alias”, which the server declares destructive security
    • Tool “log_event” rewrote its description, which is the text the model reads security
    • Tool “link_people” rewrote its description, which is the text the model reads security
    • Tool “get_trips” rewrote its description, which is the text the model reads security
    • Tool “get_transactions” rewrote its description, which is the text the model reads security
    • Tool “get_location_history” rewrote its description, which is the text the model reads security
    • Tool “get_context_pack” rewrote its description, which is the text the model reads security
    • Tool “get_cities_visited” rewrote its description, which is the text the model reads security
    • Tool “search_transactions” rewrote its description, which is the text the model reads security
    • Tool “update_person” rewrote its description, which is the text the model reads security
    • Tool “search_gmail” rewrote its description, which is the text the model reads security
    • Tool “read_gmail_message” 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 “log_transaction” rewrote its description, which is the text the model reads security
    • Schema quality: 11141 → 14499 ▼ functional
    • Destructive annotations: 5 of 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "merge_people_preview" implies "merge" and declares readOnlyHint instead, contradicting what its own name says it does. functional
    • Server version: 1.29.0 → 1.30.2 functional
    • New tool “get_residences” functional
    • New tool “add_person_alias” functional
    • New tool “audit_people” functional
    • New tool “classify_contact” functional
    • New tool “convert_contact_entity” functional
    • New tool “find_identity_candidates” functional
    • New tool “get_people_cleanup_result” functional
    • New tool “get_people_links” functional
    • New tool “import_uber_gmail” functional
    • New tool “import_venmo_gmail” functional
    • New tool “list_gmail_accounts” functional
    • New tool “log_place_visit” functional
    • New tool “log_travel” functional
    • New tool “merge_people_preview” functional
    • New tool “normalize_people_apply” functional
    • New tool “normalize_people_preview” functional
    • New tool “read_gmail_attachment” functional
    • New tool “set_primary_person_name” functional
    • New tool “start_people_cleanup” functional
    • New tool “undo_contact_change” functional
    • New tool “update_notable” functional
    • New tool “update_people_link” functional
    • New tool “update_person_alias” functional
    • New tool “update_person_identity” functional
    • “get_transactions” added an optional parameter “type” cosmetic
    • “get_transactions” added an optional parameter “to” cosmetic
    • “get_transactions” added an optional parameter “tag” cosmetic
    • “get_transactions” added an optional parameter “project” cosmetic
    • “get_transactions” added an optional parameter “limit” cosmetic
    • “get_transactions” added an optional parameter “from” cosmetic
    • “get_context_pack” added an optional parameter “include_quiz_results” cosmetic
    • “read_gmail_message” added an optional parameter “email” cosmetic
    • “read_gmail_message” added an optional parameter “account” cosmetic
    • “search_gmail” added an optional parameter “account” cosmetic
    • “search_gmail” added an optional parameter “email” cosmetic
    • “search_transactions” added an optional parameter “limit” cosmetic
    • “search_transactions” added an optional parameter “project” cosmetic
    • “search_transactions” added an optional parameter “tag” cosmetic
    • “update_event” added an optional parameter “date_precision” cosmetic
    • “update_expense” added an optional parameter “external_id” cosmetic
    • “update_expense” added an optional parameter “project” cosmetic
    • “update_expense” added an optional parameter “tags” cosmetic
    • “update_person” added an optional parameter “name” cosmetic
    • “update_person” added an optional parameter “preserve_old_name_as_alias” cosmetic
    • “log_transaction” added an optional parameter “tags” cosmetic
    • “log_transaction” added an optional parameter “project” cosmetic
    • “log_transaction” added an optional parameter “mirror_event” cosmetic
    • “update_event” reworded the description of “event_date” cosmetic
    • “update_person” reworded the description of “birthday” cosmetic
  • 12 Sept 26 −1
    • Tool “get_places” rewrote its description, which is the text the model reads security
    • Tool “log_event” rewrote its description, which is the text the model reads security
    • Tool coverage: 50% → 45% ▼ functional
    • Schema quality: 9827 → 11141 ▼ functional
    • Server version: 1.28.0 → 1.29.0 functional
    • New tool “create_place” functional
    • New tool “commit_life_update” functional
    • New tool “enrich_place_from_google” functional
    • New tool “get_current_states” functional
    • New tool “get_place” functional
    • New tool “propose_life_update” functional
    • New tool “update_current_location” functional
    • New tool “update_place” functional
    • “get_places” added an optional parameter “area” cosmetic
    • “get_places” added an optional parameter “affordability” cosmetic
    • “get_places” added an optional parameter “tag” cosmetic
    • “get_places” added an optional parameter “near” cosmetic
  • 11 Sept 26 0
    • Tool “search_inventory” rewrote its description, which is the text the model reads security
    • Tool “update_food” rewrote its description, which is the text the model reads security
    • Tool “log_transaction” rewrote its description, which is the text the model reads security
    • Tool “get_trackers” rewrote its description, which is the text the model reads security
    • Server version: 1.25.0 → 1.28.0 functional
    • New tool “reset_tracker” functional
    • New tool “log_income” functional
    • “update_food” added an optional parameter “payment_method” cosmetic
    • “update_food” added an optional parameter “append_notes” cosmetic
    • “update_expense” added an optional parameter “source” cosmetic
    • “update_expense” added an optional parameter “payment_method” cosmetic
    • “update_expense” added an optional parameter “description” cosmetic
    • “update_expense” added an optional parameter “currency” cosmetic
    • “log_transaction” added an optional parameter “payment_method” cosmetic
  • 9 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • New prompt “sleep_check” functional
    • Server version: 1.19.0 → 1.25.0 functional
    • New tool “update_sleep” functional
    • New tool “log_sleep” functional
    • New tool “get_sleep_summary” functional
    • New tool “get_sleep” functional
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 24 Sept 2026 · Probed https://dayze.com/api/mcp

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 Verified 200
http (plaintext) http://dayze.com/api/mcp HTTPS enforced 301 https://dayze.com/api/mcp
MCP tools · 130 exposed · ~15,551 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
add_inventory_item ~66

Add an owned object to Life Inventory. ($0.10; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
namestringyes–
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
inventory_idstring––
itemobject–Inventory item record.
messagestring|null––

No examples provided.

add_inventory_valuation ~79

Append immutable valuation observation. ($0.10; API key required)

NameTypeReqDescription
currencystring––
idempotency_keystring–Alias for request_id.
inventory_idstringyes–
request_idstring–Client idempotency key (retries return original result).
valuenumberyes–
NameTypeReqDescription
messagestring|null––
valuationobject––

No examples provided.

add_person_alias ~96

Add a nickname/payment handle/misspelling alias for one CRM person. ($0.05; API key required)

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

No examples provided.

archive_asset ~75

Soft-delete an asset (sets archived_at). Original rows are preserved for versioning. ($0.05; API key required)

NameTypeReqDescription
asset_idstringyes–
idempotency_keystring–Alias for request_id.
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
archivedboolean––
assetobject––
asset_idstring––
messagestring|null––

No examples provided.

archive_event ~78

Reversibly archive one owned event; preserve linked data and return restore_id. Use a new request_id for each intended action. ($0; API key required)

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

No examples provided.

archive_expense ~79

Reversibly archive one owned expense; preserve linked data and return restore_id. Use a new request_id for each intended action. ($0; API key required)

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

No examples provided.

archive_inventory_item ~72

Archive instead of destructive delete. ($0.10; API key required)

NameTypeReqDescription
idempotency_keystring–Alias for request_id.
inventory_idstringyes–
reasonstring––
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
archivedboolean––
inventory_idstring––
messagestring|null––

No examples provided.

archive_trip ~78

Reversibly archive one owned trip; preserve linked data and return restore_id. Use a new request_id for each intended action. ($0; API key required)

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

No examples provided.

attach_asset ~157

Link an existing asset_id to another entity by creating a linked copy (does not move the original row). Roles: original | processed | thumbnail | cover | document | receipt | certificate | other. Legacy: pass url instead of asset_id. ($0.10; API key required)

NameTypeReqDescription
asset_idstring––
asset_typestring––
entity_idstringyes–
entity_typestringyes–
idempotency_keystring–Alias for request_id.
metadataobject––
request_idstring–Client idempotency key (retries return original result).
rolestring–original | cover | thumbnail | …
urlstring––
NameTypeReqDescription
assetobject––
asset_idstring––
attachedboolean––
messagestring|null––

No examples provided.

audit_people ~79

CONTEXT LAYER: server-side contact hygiene. Returns compact candidate clusters only (duplicates, entity-type hints, normalization, payment-handle collisions). Do NOT use get_people bulk dumps for cleanup. ($0.10; API key required)

NameTypeReqDescription
checksarray––
limitnumber––
min_confidencenumber––
NameTypeReqDescription
candidatesarrayyes–
countnumberyes–
guidancestring––
summaryobjectyes–

No examples provided.

bulk_dismiss_clarifications ~81

Dismiss non-person / typed junk from the clarification queue. ($0.05; API key required)

NameTypeReqDescription
entity_typestring––
idempotency_keystring–Alias for request_id.
reasonstring––
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
dismissednumber––
messagestring|null––

No examples provided.

classify_contact ~116

Set entity_type (person/company/merchant/…) on a CRM row without losing transactions or links. ($0.10; API key required)

NameTypeReqDescription
confidencenumber––
entity_idstring––
entity_typestringyes–
idempotency_keystring–Alias for request_id.
identity_statusstring––
person_idstring––
request_idstring–Client idempotency key (retries return original result).
sourcestring––
NameTypeReqDescription
change_idstring|null––
messagestring|null––
personobject––

No examples provided.

cleanup_apply ~90

Atomically archive the exact reviewed preview. Requires preview_id, candidate_hash and request_id. Refuses changed sources. Returns per-row statuses and restore_id; replay performs no additional actions. ($0; API key required)

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

No examples provided.

cleanup_preview ~104

Read-only account audit and durable archive plan for events, expenses or trips. Returns source hashes, linked records, field differences, rollback payloads and a review queue. Review the exact candidate set before cleanup_apply. Preview expires after 30 minutes. ($0; API key required)

NameTypeReqDescription
familystringyes–
idempotency_keystring–Alias for request_id.
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
candidate_hashstring––
changedboolean––
expires_atstring––
preview_idstring––
restore_idstring––
rowsarray––
server_timestring––

No examples provided.

commit_life_update ~81

Owner approve+commit via payload_hash + owner_session_id (flagged; off by default). ($0.10; API key required)

NameTypeReqDescription
idempotency_keystring––
owner_session_idstringyes–
payload_hashstringyes–
proposal_idstringyes–
request_idstring––
NameTypeReqDescription
assertionIdsarray––
enabledboolean––
graphVersionnumber––
messagestring|null––

No examples provided.

compare_lives ~103

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)

NameTypeReqDescription
datestring–YYYY-MM-DD target date for both packs
peersnumber––
similarnumber––
slug_astringyesFirst person slug
slug_bstringyesSecond person slug
NameTypeReqDescription
aobjectyesFirst notable-person knowledge pack.
bobjectyesSecond notable-person knowledge pack.
compareobjectyesComputed comparison fields and URLs.
packstringyes–

No examples provided.

convert_contact_entity ~92

Convert a contact’s entity_type (same as classify_contact). Preserves FKs. ($0.10; API key required)

NameTypeReqDescription
entity_idstring––
idempotency_keystring–Alias for request_id.
person_idstring––
request_idstring–Client idempotency key (retries return original result).
target_typestringyes–
NameTypeReqDescription
change_idstring|null––
messagestring|null––
personobject––

No examples provided.

create_person ~126

Add a Dayze Contacts record; checks duplicates first. Advertised name create_person is stable; tools/call also accepts create_contact. ($0.10; API key required)

NameTypeReqDescription
aliasesarray––
emailstring––
idempotency_keystring–Alias for request_id.
namestringyes–
notesstring––
phonestring––
relationshipstring––
request_idstring–Client idempotency key (retries return original result).
tierstring––
NameTypeReqDescription
createdboolean––
messagestring|null––
personobject–CRM person record.

No examples provided.

create_place ~270

Save a venue card (business_contacts): address, opening_hours, affordability ($/$$/$$$), notes, tags. Idempotent by name or idempotency_key — does not create calendar notes. ($0.10; API key required)

NameTypeReqDescription
addressstring––
affordabilitystring–$ | $$ | $$$ (or 1–3)
areastring––
categorystring–restaurant|cafe|supermarket|shop|hawker|… (aliases mapped to business_contacts.category)
citystring––
countrystring––
descriptionstring––
hoursstring–Alias for opening_hours
hours_sourcestring–agent | google_places | user
idempotency_keystring––
latitudenumber––
longitudenumber––
namestringyes–
notesstring––
opening_hoursstring––
phonestring––
phone_numbersarray––
price_levelstring–Alias for affordability
request_idstring–Client idempotency key (retries return original result).
tagsarray––
websitestring––
NameTypeReqDescription
business_contact_idstring––
createdboolean––
duplicateboolean––
messagestring|null––
placeobject–Saved place card.
place_idstring––

No examples provided.

delete_event ~123

Reversibly archives one owned event. Required event_id and request_id. Returns the prior row in deleted for compatibility, changed, restore_id and life_state_rebuilt. All food, people and asset links are preserved. Restore with restore_event. Replays perform no additional action. ($0.10; API key required)

NameTypeReqDescription
event_idstringyesUUID of a calendar event the authenticated user owns
idempotency_keystring–Alias for request_id.
request_idstringyesClient idempotency key (retries return original result).
NameTypeReqDescription
deletedobjectyesA Dayze calendar event record.
event_idstringyes–
food_deleted_idsarrayyes–
life_state_rebuiltbooleanyes–

No examples provided.

delete_food ~135

MUTATES by removing one Food Diary row the authenticated user owns and its mirrored calendar event. Required: food_id (UUID). Prefer this over delete_event for meals logged via log_food. Unknown or other-user food_id returns an error. Rebuilds life_state. Requires API key or OAuth with scope context. Share tokens cannot write. ($0.10; API key required)

NameTypeReqDescription
food_idstringyesUUID of a Food Diary row the authenticated user owns
idempotency_keystring–Alias for request_id.
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
deletedobjectyesDeleted food diary row.
event_idstring|null––
food_idstringyes–
life_state_rebuiltbooleanyes–

No examples provided.

dismiss_clarification ~79

Dismiss a pending entity clarification (not_person, etc.). ($0.05; API key required)

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

No examples provided.

enrich_place_from_google ~110

Optional Google Places fill for a saved place card (hours/address/phone/website). Defaults to fill_empty_only — does not overwrite agent-supplied fields. ($0.15; API key required)

NameTypeReqDescription
business_contact_idstring––
fill_empty_onlyboolean––
idempotency_keystring–Alias for request_id.
place_idstring––
request_idstring–Client idempotency key (retries return original result).
NameTypeReqDescription
applied_fieldsarray––
business_contact_idstring––
enrichedboolean––
messagestring|null––
placeobject–Saved place card.
place_idstring––

No examples provided.

explain_fact ~103

Return evidence/provenance for a claim: polaris_learned_facts, life_events / life_event_relationships when present, then memories. Use when the agent must cite why it believes something — do not invent sources. ($0.10; API key required)

NameTypeReqDescription
factstring–Alias for query
limitnumber–Max evidence rows 1–20, default 8
querystringyesFact or phrase to explain
NameTypeReqDescription
countnumberyes–
evidencearrayyes–
messagestring|null––
querystringyes–

No examples provided.

find_identity_candidates ~61

Compact identity resolution candidates by person_id or query (alias/name/payment signals). Prefer over bulk get_people. ($0.05; API key required)

NameTypeReqDescription
limitnumber––
person_idstring––
querystring––
NameTypeReqDescription
candidatesarrayyes–
countnumberyes–

No examples provided.

get_asset ~48

Fetch one asset by asset_id with signed_url for download/processing. ($0.05; API key required)

NameTypeReqDescription
asset_idstringyes–
include_signed_urlboolean––
NameTypeReqDescription
assetobject––
countnumberyes–

No examples provided.

get_cities_visited ~67

Canonical cities from confirmed/completed trips only (excludes soft pins / status=possible). Inference requires category=travel + structured location — not todo titles. ($0.10; API key required)

NameTypeReqDescription
fromstring––
tostring––
NameTypeReqDescription
citiesarrayyes–
countnumberyes–

No examples provided.

get_context_pack ~260

Life Context Protocol (LCP) pack for the authenticated user: identity, pulse, who_matters, whats_next, memories, quiz_results. Pass include_relationships/include_memories/include_quiz_results false to omit those sections; location and money stay opt-in. Spec: https://dayze.com/docs/life-context ($0.20; API key required)

NameTypeReqDescription
focusstring–Optional focus hint echoed in the pack (e.g. places, travel, people)
include_locationboolean–Include city/country label; never returns a precise address
include_memoriesboolean–Include recent memories (default true). A query always enables focused memories.
include_moneyboolean–Include the private cashflow summary
include_placesboolean–Include recent canonical places (venue-level, no GPS points)
include_quiz_resultsboolean–Include latest quiz results (slug, result_type, result_data). Default true.
include_relationshipsboolean–Include who_matters (inner-circle, relationship health, reach-out). Default true.
include_tripsboolean–Include recent/upcoming trips from completed travel history
querystring–Optional focus query for semantic memories
NameTypeReqDescription
errorstring–Present when life state is unavailable.
focusstring|null––
generated_atstring––
identityobjectyes–
memoriesobject––
okboolean––
partialboolean––
placesobject–Recent canonical places when include_places=true.
preferred_toolstringyes–
protocolobjectyesLife Context Protocol metadata.
pulseobjectyes–
querystring|null––
sectionsobject–Per-section ok/error status for partial packs.
tripsobject–Recent trips when include_trips=true.
whats_nextobjectyes–
who_mattersobject––

No examples provided.

get_countries_visited ~55

Canonical countries from completed trips (not other people travel). ($0.10; API key required)

NameTypeReqDescription
fromstring––
include_residenceboolean––
tostring––
NameTypeReqDescription
countnumberyes–
countriesarrayyes–

No examples provided.

get_current_states ~83

Permitted assertion states for a person (flagged life-graph; off by default). ($0.10; API key required)

NameTypeReqDescription
known_atstring––
people_idstring–CRM people.id UUID
person_idstring–Alias for people_id
predicatesarray––
valid_atstring––
NameTypeReqDescription
countnumberyes–
enabledboolean––
statesarray––

No examples provided.

get_entity_assets ~63

List assets linked to an entity (role, signed_url, versions). entity_type inventory_item → inventory. ($0.10; API key required)

NameTypeReqDescription
asset_typestring––
entity_idstringyes–
entity_typestringyes–
NameTypeReqDescription
assetsarray––
countnumberyes–

No examples provided.

get_entity_links ~48

List graph edges for an event, trip, place, or person. ($0.05; API key required)

NameTypeReqDescription
entity_idstringyes–
entity_typestringyes–
NameTypeReqDescription
countnumberyes–
linksarray––

No examples provided.

get_events ~173

Authenticated user's calendar events. Prefer explicit from/to (YYYY-MM-DD). Shortcuts: today|week|month|year (calendar year)|decade. Browsing noise excluded by default. ($0.10; API key required)

NameTypeReqDescription
cursorstring––
fromstring–Inclusive YYYY-MM-DD (preferred over range)
include_archivedboolean––
include_browsingboolean–Include extension "Browsed domain · Xm" auto-events (default false)
include_calendar_blocksboolean–Include Focus Time / calendar_block rows (default false)
kindsarray–Filter event_kind e.g. ["life_event","todo"]
limitnumber––
rangestring––
tostring–Inclusive YYYY-MM-DD
NameTypeReqDescription
capnumberyes–
eventsarrayyes–
expires_atstring––
fromstring|nullyesInclusive YYYY-MM-DD lower bound; null for all records.
has_moreboolean––
next_cursorstring|null––
orderingstring––
rangestringyes–
server_timestring––
snapshot_atstring––
snapshot_idstring––
tostring|nullyesInclusive YYYY-MM-DD upper bound; null for all records.
totalnumber––
truncatedbooleanyes–

No examples provided.

get_expenses ~44

Authenticated user cashflow summary: spend, income, net, and top spend categories. Requires OAuth or a supported scoped credential. ($0.10; API key required)

Input schema present but exposes no named parameters.

NameTypeReqDescription
by_currencyarray––
countnumber––
currencystring|null––
incomenumber––
multi_currencyboolean––
netnumber––
periodstringyes–
period_daysnumber––
spendnumber––
top_categoriesarray––
usdobject–Totals converted to USD (approximate FX).

No examples provided.

get_interactions ~206

Bounded graph read over life_updates (PHI-54/61): traverse interaction → person/event/expense/place with source/confidence on every hop. When life_update edges are missing, projects hops from CRM interactions, event_people, and expense person FKs (PHI-100). Prefer for “who was I with at X?”, “when am I meeting Y next?”, “how much at Z?”. 93-day default window. Pass person_name, place_query, or ids. ($0.10; API key required)

NameTypeReqDescription
event_idstring––
expense_idstring––
fromstring–Inclusive YYYY-MM-DD
limitnumber–Max 1–50, default 25
person_idstring––
person_namestring––
place_idstring––
place_querystring–Venue/merchant substring
tostring–Inclusive YYYY-MM-DD
NameTypeReqDescription
errorstring|null––
interactionsarray––
no_databoolean––
okboolean––
truncatedboolean––
windowobject–Bounded from/to lookback window.

No examples provided.

get_inventory ~23

Browse owned inventory with filters. ($0.10; API key required)

Input schema present but exposes no named parameters.

NameTypeReqDescription
countnumberyes–
itemsarray––

No examples provided.

get_inventory_item ~36

Full item with valuations, people links, assets. ($0.10; API key required)

NameTypeReqDescription
inventory_idstringyes–
NameTypeReqDescription
assetsarray––
itemobject–Inventory item record.
people_linksarray––
valuationsarray––

No examples provided.

get_inventory_valuations ~36

Chronological valuation history for an item. ($0.10; API key required)

NameTypeReqDescription
inventory_idstringyes–
NameTypeReqDescription
countnumberyes–
valuationsarray––

No examples provided.

get_life_context ~144

Get a snapshot of the authenticated user's current life context (identity, today/upcoming events, pulse, trackers). Relationships and memories are included by default; pass include_*=false to omit. Location is opt-in. Requires an authenticated Dayze account via OAuth; scoped API keys are also supported for direct clients. ($0.15; API key required)

NameTypeReqDescription
include_locationboolean–Include city/country label; never returns a precise address
include_memoriesboolean–Include recent memory summaries (default true; set false to omit)
include_relationshipsboolean–Include inner-circle and relationship summaries (default true; set false to omit)
NameTypeReqDescription
active_trackersarray––
energy_scorenumber|null––
identityobjectyesAccount identity and timezone.
inner_circlearray––
mood_scorenumber|null––
pending_responsesarray––
pending_responses_countnumber––
pulse_streaknumber|null––
recent_memoriesarray––
relationship_healtharray––
social_edgesarray––
today_eventsarrayyes–
upcoming_eventsarrayyes–

No examples provided.

get_life_graph ~105

Explicit private life-graph export: favorites/VIP plus people with edges or recent event tags. Pass full=true for a larger capped list. Optional event–people links. Requires OAuth or a supported scoped credential. ($0.25; API key required)

NameTypeReqDescription
event_links_limitnumber––
fullboolean–Include additional people by last interaction, up to max_people
include_event_linksboolean––
max_peoplenumber––
NameTypeReqDescription
edge_countnumberyes–
edgesarrayyes–
event_people_linksarray––
hotbooleanyes–
max_people_requestednumber––
node_countnumberyes–
nodesarrayyes–

No examples provided.

get_location_context ~39

Likely current or at-time place with confidence and provenance. ($0.10; API key required)

NameTypeReqDescription
atstring–ISO timestamp
NameTypeReqDescription
atstring|null––
confidencenumber––
placeobject|null–Canonical place record.
provenancearray––

No examples provided.

get_location_history ~87

Normalized visit history (venue-level by default). Merges GPS location_visits + place_visits (MCP/Uber digs). ($0.10; API key required)

NameTypeReqDescription
citystring––
countrystring––
fromstring––
placestring––
precisionstring––
tostring––
NameTypeReqDescription
countnumberyes–
visitsarray––

No examples provided.

get_memories ~81

Authenticated user memories from Dayze Agent. Pass query for semantic/keyword retrieval. Prefer search for event-first trip and calendar titles. Requires OAuth or a supported scoped credential. ($0.10; API key required)

NameTypeReqDescription
limitnumber–Max rows 1–50, default 20
querystring–Semantic focus (optional)
NameTypeReqDescription
eventsarray––
memoriesarrayyes–
modestringyes–
peoplearray––
querystring––

No examples provided.

get_money_between_people ~114

Same as get_person_transactions: authenticated user ↔ one contact via expenses FKs. Prefer get_person_transactions; this alias exists for agent discoverability. ($0.10; API key required)

NameTypeReqDescription
fromstring–Inclusive YYYY-MM-DD filter
limitnumber–Max rows 1–200, default 50
namestring–Surface name if person_id unknown
person_idstring–CRM people.id
tostring–Inclusive YYYY-MM-DD filter
NameTypeReqDescription
entriesarray––
modelstring––
namestring––
person_idstring––
totalsarray––

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).

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

Dayze — Life Context scores 77 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 130 tools: notable_search, notable_profile, notable_pack, notable_pack_premium, compare_lives, and 125 more. Their descriptions and schemas cost roughly 15,551 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 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.