← dayze.com

INDIVIDUAL MCP TOOL

archive_inventory_item

Archive instead of destructive delete.

dayze.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dayze.com/api/mcp/key

No auth detected

Connect to this endpoint to inspect the live schema for archive_inventory_item and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

dayze.com

CONNECT 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]
url = "https://dayze.com/api/mcp/key"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dayze": {
      "type": "http",
      "url": "https://dayze.com/api/mcp/key"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dayze
Remote MCP URL: https://dayze.com/api/mcp/key

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": {
      "url": "https://dayze.com/api/mcp/key"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dayze": {
      "type": "http",
      "url": "https://dayze.com/api/mcp/key"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dayze",
  "transport": "streamable-http",
  "url": "https://dayze.com/api/mcp/key"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • notable_search — Search the public Dayze notable-people catalog by name, occupation, or slug.
  • notable_profile — Bio-only profile JSON by slug (no life-in-days, similar, or birthday peers).
  • notable_pack — DEFAULT for who is X: profile + life_in_days (age/day_number) + similar people + birthday peers.
  • notable_pack_premium — S-tier guaranteed pack (score≥85, timeline≥8, image, embedding).
  • compare_lives — Side-by-side notable packs for two slugs (life_in_days + day_number timelines).
  • get_life_context — Get a snapshot of the authenticated user's current life context (identity, today/upcoming events, pulse, trackers).
  • get_context_pack — Life Context Protocol (LCP) pack for the authenticated user: identity, pulse, who_matters, whats_next, memories.
  • get_life_graph — Explicit private life-graph export: favorites/VIP plus people with edges or recent event tags.