streamable-httpMITupdated 9d ago
Life Context for AI agents — reference Life Context Protocol (getcontextpack) plus public notable-people packs.
What can you do with Dayze — Life in Days + Notable People?
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
Cursor / Grok Bot
This repo is a Cursor Plugin: .cursor-plugin/plugin.json plus a URL-only root mcp.json. Marketplace submit comes later (cursor.com/marketplace/publish). Until then, test locally:
mkdir -p ~/.cursor/plugins/local
ln -s /path/to/dayze-mcp ~/.cursor/plugins/local/dayze
Reload Cursor (Developer: Reload Window), open Customize, and click Connect. Sign in to Dayze in the browser. Do not paste an API key — Cursor discovers OAuth from RFC 9728. Same Connect flow for Cursor desktop, Cursor web, and Grok Bot.
Docs: https://dayze.com/docs/agents
| Website | https://dayze.com |
| Agents docs | https://dayze.com/docs/agents |
| Streamable HTTP | https://dayze.com/api/mcp |
| REST MCP | https://dayze.com/api/v1/mcp |
| Discovery | https://dayze.com/.well-known/mcp.json |
| Server card | https://dayze.com/.well-known/mcp/server-card.json |
| OpenAPI | https://dayze.com/openapi.json |
| OAuth PRM | https://dayze.com/.well-known/oauth-protected-resource |
| OAuth AS | https://dayze.com/.well-known/oauth-authorization-server |
| 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.
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.
Install
Add Dayze — Life in Days + Notable People to your client. Pick the one you use.
claude mcp add --transport http dayze-life-in-days-notable-people https://dayze.com/api/mcpcodex mcp add dayze-life-in-days-notable-people --url https://dayze.com/api/mcp{
"mcpServers": {
"dayze-life-in-days-notable-people": {
"url": "https://dayze.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"dayze-life-in-days-notable-people": {
"type": "http",
"url": "https://dayze.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"dayze-life-in-days-notable-people": {
"url": "https://dayze.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dayze-life-in-days-notable-people": {
"serverUrl": "https://dayze.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.6.0Latest | Jul 11, 2026 |