← dailysand.com

INDIVIDUAL MCP TOOL

get_digest_by_date

Returns the DailySand daily digest for a specific past date (YYYY-MM-DD).

dailysand.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dailysand.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: dailysand
Remote MCP URL: https://dailysand.com/api/mcp

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_latest_digest — Returns today's DailySand daily digest — a cross-sector intelligence briefing covering AI, technology infrastructure, capital markets, and critical minerals.
  • list_recent_digests — Returns recent DailySand digest titles and dates (metadata only).
  • get_watchlist_aggregate — Returns a cross-digest rollup of watchlist themes, recurring causal chains, top key figures, and active story threads across recent DailySand digests.
  • get_latest_weekly_insight — Returns the latest DailySand Weekly Insight blog post — a long-form synthesis of patterns across the past seven days of daily digests.