General Tools
dayze.com
Provides access to notable people profiles and user life context data.
ENDPOINT 1
https://dayze.com/api/mcp
MCP server metadata
- Name
- dayze-life-context
- Version
- 1.9.0
Public notable_* tools need no API key (x402 after free tier). Private life-graph tools need Authorization: Bearer dayze_k_... with scope "context". Prefer notable_pack for agent context.
Known tools 15
notable_searchSearch the public Dayze notable-people catalog by name, occupation, or slug.
Inferred read-onlynotable_profileBio-only profile JSON by slug (no life-in-days, similar, or birthday peers).
Inferred read-onlynotable_packDEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.
Inferred read-onlynotable_pack_premiumS-tier guaranteed pack (score≥85, timeline≥8, image, embedding).
Inferred read-onlycompare_livesSide-by-side notable packs for two slugs (life_in_days + day_number timelines).
Inferred read-onlyget_life_contextGet the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges.
Inferred read-onlyget_context_packLife Context Protocol (LCP) reference pack for a Dayze user: identity + who matters (edges) + week calendar + semantic/recent memories.
Inferred read-onlyget_person_neighborhoodSubgraph around one person_id — profile plus all declared connections.
Inferred read-onlysearchSemantic search across the authenticated user life graph (events, people, memories).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dayze-life-context]
url = "https://dayze.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dayze-life-context
Remote MCP URL: https://dayze.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dayze-life-context": {
"url": "https://dayze.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dayze-life-context",
"transport": "streamable-http",
"url": "https://dayze.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://dayze.com/api/v1/mcp
MCP server metadata
- Name
- dayze-life-context
- Version
- 1.9.0
Public notable_* tools need no API key (x402 after free tier). Private life-graph tools need Authorization: Bearer dayze_k_... with scope "context". Prefer notable_pack for agent context.
Known tools 15
notable_searchSearch the public Dayze notable-people catalog by name, occupation, or slug.
Inferred read-onlynotable_profileBio-only profile JSON by slug (no life-in-days, similar, or birthday peers).
Inferred read-onlynotable_packDEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.
Inferred read-onlynotable_pack_premiumS-tier guaranteed pack (score≥85, timeline≥8, image, embedding).
Inferred read-onlycompare_livesSide-by-side notable packs for two slugs (life_in_days + day_number timelines).
Inferred read-onlyget_life_contextGet the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges.
Inferred read-onlyget_context_packLife Context Protocol (LCP) reference pack for a Dayze user: identity + who matters (edges) + week calendar + semantic/recent memories.
Inferred read-onlyget_person_neighborhoodSubgraph around one person_id — profile plus all declared connections.
Inferred read-onlysearchSemantic search across the authenticated user life graph (events, people, memories).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dayze-life-context]
url = "https://dayze.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dayze-life-context
Remote MCP URL: https://dayze.com/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dayze-life-context": {
"url": "https://dayze.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dayze-life-context": {
"type": "http",
"url": "https://dayze.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dayze-life-context",
"transport": "streamable-http",
"url": "https://dayze.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.