DailySand LogoDailySand
SearchArchiveTimelineAbout
Today's DigestArchiveTimelineTopicsSearchAboutFAQContact

Content

  • Today's Digest
  • Archive
  • Timeline
  • Topics
  • Search

Tools

  • MCP Server
  • JSON API
  • OpenAPI Spec
  • RSS Feed
  • Sitemap

Company

  • About
  • FAQ
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • AI Context (llms.txt)
  • AI Directives
© 2026 DailySand. Not investment advice.Daily AI, Investing & Critical Minerals Intelligence

MCP Server

Connect DailySand to AI tools that support the Model Context Protocol.

What is MCP?

MCP (Model Context Protocol) is an open standard that allows AI assistants — Claude, Cursor, and others — to call external tools directly. Instead of pasting content into a chat window, the AI can query DailySand live and pull the current digest into context automatically.

Once configured, you can ask your AI assistant: “What's happening in AI and critical minerals today?” and it will fetch the actual DailySand digest in real time.

Available Tools

get_latest_digest

Returns today's full DailySand digest, structured into sections: The Day's Thesis, AI & Research Frontier, Technology & Infrastructure, Markets & Capital Flows, Critical Minerals & Supply Chain, The Interconnect (causal chains), and Watchlist.

get_digest_by_date

Returns the digest for a specific past date (YYYY-MM-DD format). Useful for historical research on AI or minerals developments.

list_recent_digests

Returns a list of the most recent digest titles and dates, so you can discover what has been covered before fetching a specific one.

Claude Desktop Setup

Add the following to your Claude Desktop configuration file (claude_desktop_config.json):

{
  "mcpServers": {
    "dailysand": {
      "url": "https://dailysand.com/api/mcp",
      "transport": "http"
    }
  }
}

After saving, restart Claude Desktop. DailySand will appear as an available tool.

Direct API Access

The MCP server is also accessible as a standard REST JSON API for any HTTP client:

GET/api/digest/latest— Today's digest (JSON)
GET/api/digest/{YYYY-MM-DD}— Past digest by date (JSON)
GET/openapi.json— OpenAPI 3.0 specification

Endpoint

MCP endpoint (JSON-RPC 2.0 over HTTP):

https://dailysand.com/api/mcp