Skip to main content
ClaudeWave

Dayze — hosted Streamable HTTP MCP (life context + notables, x402, OAuth). Endpoint: https://dayze.com/api/mcp

MCP ServersRegistry oficial0 estrellas1 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/gohluke/dayze-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "dayze-mcp": {
      "command": "node",
      "args": ["/path/to/dayze-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/gohluke/dayze-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Dayze MCP

[![Dayze MCP](https://glama.ai/mcp/servers/gohluke/dayze-mcp/badge)](https://glama.ai/mcp/servers/gohluke/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

[![smithery badge](https://smithery.ai/badge/@polaris/dayze)](https://smithery.ai/servers/polaris/dayze)

## Cursor / Grok Bot

This repo is a [Cursor Plugin](https://cursor.com/docs/reference/plugins) (**v1.28.0**): `.cursor-plugin/plugin.json`, `skills/dayze-life-context/`, URL-only root [`mcp.json`](https://cursor.com/docs/mcp), plus [Codex/ChatGPT](https://developers.openai.com/plugins/build/plugins) metadata in `.codex-plugin/` and `.mcp.json`.

**Publish to Cursor Marketplace:** submit `https://github.com/gohluke/dayze-mcp` at https://cursor.com/marketplace/publish (see `PUBLISH.md`). ChatGPT plugin is already live.

Until marketplace review lands, test locally:

```bash
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](https://dayze.com/.well-known/oauth-protected-resource). 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/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

```bash
# 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/mcp

curl -X POST https://dayze.com/api/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 OAuth `dayze_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` (`GET` capabilities, `POST` `{tool, parameters}`)
- GET `/api/mcp` returns 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).

1. Open https://glama.ai/mcp/servers/gohluke/dayze-mcp/admin/dockerfile
2. **Build steps:** `["npm install"]`
3. **CMD arguments:** `["node", "./server.mjs"]`
4. 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.
ai-agentslife-in-daysmcpmodel-context-protocolnotable-peoplex402

Lo que la gente pregunta sobre dayze-mcp

¿Qué es gohluke/dayze-mcp?

+

gohluke/dayze-mcp es mcp servers para el ecosistema de Claude AI. Dayze — hosted Streamable HTTP MCP (life context + notables, x402, OAuth). Endpoint: https://dayze.com/api/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-11.

¿Cómo se instala dayze-mcp?

+

Puedes instalar dayze-mcp clonando el repositorio (https://github.com/gohluke/dayze-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar gohluke/dayze-mcp?

+

Nuestro agente de seguridad ha analizado gohluke/dayze-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene gohluke/dayze-mcp?

+

gohluke/dayze-mcp es mantenido por gohluke. La última actividad registrada en GitHub es del 2026-09-11, con 1 issues abiertos.

¿Hay alternativas a dayze-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega dayze-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: gohluke/dayze-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gohluke-dayze-mcp)](https://claudewave.com/repo/gohluke-dayze-mcp)
<a href="https://claudewave.com/repo/gohluke-dayze-mcp"><img src="https://claudewave.com/api/badge/gohluke-dayze-mcp" alt="Featured on ClaudeWave: gohluke/dayze-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a dayze-mcp