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

upload_asset ~214

Upload image bytes to Dayze storage (WebP re-encode strips EXIF/AI metadata). Returns asset_id. For inventory item photos: pass entity_type=inventory, entity_id=inventory_id, role=photo, image_base64 from chat images. Or upload then attach_asset. ($0.15; API key required)

NameTypeReqDescription
asset_typestring–photo | receipt | certificate | document | thumbnail | …
descriptionstring––
entity_idstring––
entity_typestring–inventory_item maps to inventory
filenamestring––
idempotency_keystring–Alias for request_id.
image_base64string––
metadataobject––
mime_typestring––
parent_asset_idstring––
request_idstring–Client idempotency key (retries return original result).
rolestring–original | cover | thumbnail | …
urlstring––
NameTypeReqDescription
assetobject––
asset_idstring––
messagestring|null––
metadata_strippedboolean––

No examples provided.

upload_photo ~73

Upload a photo to a Life Graph entity. Accepts image_base64 or url (one required). Re-encodes via WebP (strips EXIF/AI metadata). Person uploads also write the CRM gallery (person_photos) and avatar when set_as_avatar=true. ($0.15; API key required)

Input schema present but exposes no named parameters.

NameTypeReqDescription
assetobject––
asset_idstring––
avatar_updatedboolean––
messagestring|null––
metadata_strippedboolean––
optimizedobject––
photo_idstring|null––
urlstring|null––

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.