Dayze MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dayze MCPshow me the life-in-days for Albert Einstein"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dayze MCP
Life Context for AI agents — reference Life Context Protocol (get_context_pack) plus public notable-people packs.
Install / try on Smithery: https://smithery.ai/servers/polaris/dayze
Website | |
Agents docs | |
Streamable HTTP | |
REST MCP | |
Discovery | |
Server card | |
OpenAPI | |
OAuth PRM | |
OAuth AS | |
x402scan | https://www.x402scan.com/recipient/0x4DeE3CDA6cb33b1f7A29dE1385B192F802AE3EDa/resources |
Pitch
Dayze is a pay-per-call people + life-in-days API for AI agents — notable packs with day-of-life numbers, similar people, and birthday peers. Public notable_* tools need no API key; USDC on Base via x402 after the free tier.
Related MCP server: cathedral-mcp
Quick try
# Streamable HTTP (JSON-RPC)
curl -X POST https://dayze.com/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"curl","version":"1.0"}}}'
curl -X POST https://dayze.com/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'
# REST (compat)
curl https://dayze.com/api/v1/mcp
curl -X POST https://dayze.com/api/v1/mcp \
-H 'Content-Type: application/json' \
-d '{"tool":"notable_pack","parameters":{"slug":"albert-einstein"}}'Timeline events include day_number (e.g. Einstein’s Nobel = Day 15,580).
Auth
Public
notable_*tools: no login (x402 after free tier)Private life-graph tools:
Bearer dayze_k_…or OAuthdayze_at_…OAuth 2.1 + PKCE + DCR for Claude / ChatGPT / Gemini agents — see https://dayze.com/docs/agents
Transport
Streamable HTTP JSON-RPC at
/api/mcp(initialize,tools/list,tools/call)REST MCP-compatible at
/api/v1/mcp(GETcapabilities,POST{tool, parameters})GET
/api/mcpreturns discovery JSON (200); SSE sessions are not available on Netlify serverless
Tags
mcp · x402 · ai-agents · notable-people · life-in-days · knowledge-api · base · usdc
Glama install / Make Release
Dayze MCP is hosted at https://dayze.com/api/mcp. This repo ships a local
stdio adapter (server.mjs) so Glama can build/scan without putting a URL in CMD
(Glama rejects remote endpoints in CMD arguments).
Open https://glama.ai/mcp/servers/gohluke/dayze-mcp/admin/dockerfile
Build steps:
["npm install"]CMD arguments:
["node", "./server.mjs"]Click Build → wait for green → Build & Release (
1.6.2)
If Glama keeps checking out an old commit, use build steps:
["git fetch origin && git checkout origin/main", "npm install"]
Prefer connecting clients directly to https://dayze.com/api/mcp (Streamable HTTP + OAuth).
License
Documentation and listing metadata in this repo: MIT. The Dayze product and API remain proprietary; this repo exists so directories can index a public GitHub URL.
Maintenance
Related MCP Servers
- Flicense-qualityFmaintenanceProvides AI agents with persistent memory and knowledge management through a comprehensive knowledge graph platform. Enables storing, searching, and managing entities, relationships, and observations with advanced features like trending analysis and smart ranking.Last updated3
- Alicense-qualityBmaintenancePersistent memory and identity infrastructure for AI agents. Cross-session wake protocol, drift detection, immutable snapshots, and shared memory spaces — free hosted APILast updated9MIT

VoidFeedofficial
AlicenseAqualityCmaintenanceStructured knowledge API for AI agents — fractal knowledge graphs, signal datasets, authority evidence reviews, open problems, and capability specs. Pay-per-query or subscription via Lightning, Stripe, or USDC.Last updated943MIT- Alicense-qualityDmaintenanceEnables AI agents to persist and retrieve memories via a personal knowledge graph, with tools for emotional intelligence, CRM, life management, social features, self-training, and autonomous insights.Last updated1572MIT
Related MCP Connectors
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Public social-data API and live docs for AI coding agents.
Five-to-twelve-cent source-attributed public URL and domain result packs for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gohluke/dayze-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server