Dayze

by gohluke

333 downloads
Not rated
GitHub Website

About

Pay-per-call people + life-in-days knowledge API for AI agents (x402 on Base)

Details

Author
gohluke
Downloads
333
Categories
AI, Other, API, Knowledge Base

- MCP server integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Dayze
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Follow the repository README to install the server and add its MCP configuration to your client.

notable_search

Search the public Dayze notable-people catalog by name, occupation, or slug. Use when you need to find a person before fetching a pack. Example slug: albert-einstein. ($0.01)

notable_profile

Bio-only profile JSON by slug (no life-in-days, similar, or birthday peers). Prefer notable_pack for “who is X / age in days / peers”. Example: taylor-swift. ($0.02)

notable_pack

DEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers. Timeline events include day_number. Prefer this over notable_profile. Example: albert-einstein. ($0.05)

notable_pack_premium

S-tier guaranteed pack (score≥85, timeline≥8, image, embedding). Errors if below bar. Use when you need high-quality, complete notable context. Example slug: elon-musk. ($0.10)

compare_lives

Side-by-side notable packs for two slugs (life_in_days + day_number timelines). One call instead of two notable_pack. Example: elon-musk vs steve-jobs. ($0.08)

get_life_context

Get the authenticated user's current life context — identity, today's events, mood, inner circle, and social edges. Prefer get_context_pack for a full session bootstrap. Requires API key. ($0.15; API key required)

get_context_pack

Life Context Protocol (LCP) reference pack for a Dayze user: identity + who matters (edges) + week calendar + semantic/recent memories. Includes protocol.version. Optional query focuses memories. Requires API key or share token. Spec: https://dayze.com/docs/life-context ($0.20; API key required)

get_life_graph

Hot life-graph export: favorites/VIP + people with edges or recent event tags. Pass full=true for a larger people list (still capped). Optional event–people links. Requires API key. ($0.25; API key required)

get_person_neighborhood

Subgraph around one person_id — profile plus all declared connections. Requires API key. ($0.15; API key required)

get_events

User calendar events (range: today|week|month|year|decade). Requires API key. ($0.10; API key required)

get_people

List user CRM people (flat list). Each row includes contact_origin (personal|online|imported). Requires API key. ($0.10; API key required)

get_memories

User memories from Dayze Agent. Pass query for semantic retrieval; omit for recent chronological. Requires API key. ($0.10; API key required)

get_expenses

List user expenses / cashflow summary. Requires API key. ($0.10; API key required)

get_trackers

List user trackers / habits / streaks. Requires API key. ($0.10; API key required)

search

Semantic search across the authenticated user life graph (events, people, memories). Requires API key. ($0.15; API key required)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dayze": {
            "dayze": {
                "url": "https://dayze.com/api/v1/mcp"
            }
        }
    }
}

McpServers

{
    "dayze": {
        "url": "https://dayze.com/api/v1/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

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. Publicnotable_tools need no API key; USDC on Base via x402 after the free tier.

# 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 includeday_number(e.g. Einstein’s Nobel = Day 15,580).

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

- Streamable HTTPJSON-RPC at/api/mcp(initialize,tools/list,tools/call)
- RESTMCP-compatible at/api/v1/mcp(GETcapabilities,POST{tool, parameters})
- GET/api/mcpreturns discovery JSON (200); SSE sessions are not available on Netlify serverless

mcp·x402·ai-agents·notable-people·life-in-days·knowledge-api·base·usdc

Dayze MCP ishostedathttps://dayze.com/api/mcp. This repo ships a localstdioadapter (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"]
- ClickBuild→ 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 tohttps://dayze.com/api/mcp(Streamable HTTP + OAuth).

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.

Agent Memory as a Service with x402 USDC micropayments on Base blockchain — provides memory_store, memory_recall, memory_forget, and memory_stats tools.

100 x402 micropayment APIs / MCP servers for AI agents. Pay-per-call USDC on Base, no signup. Composable in 6 use-case bundles.

Decentralized persistent memory for AI agents — encrypted vault storage built on Walrus and Sui.

Provides a universal gateway for corporate AI tools, offering knowledge storage, access control, and proxying of external AI sources.

Waymark — shared route network for AI agents. Query verified step sequences + documented failure modes for API tasks over MCP. Reads free & keyless. 7,400+ routes, 2,100+ domains.

Pay-per-call x402 data APIs for AI agents — token rug-check, on-chain reads, web search, and AI-visibility (does AI recommend a brand). USDC on Base, no API key.

AI agent API marketplace-discover, call, and pay for services with USDC payments. List your own AI services and earn money per call.

Paid APIs for AI agents: MCP + REST with x402 settlement on Base.

Live AI agent city-economy on Base L2 — 92 NPC agents earn real USDC via jobs, trading, and businesses across 10 cities. Claim jobs for USDC payouts, chat with agents, check AGWC token data, and get live crypto news. 11 tools, no API key.

Access blockchain data using the Ankr API.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.