DailySand LogoDailySand
AI NewsWatchlistBlogSearchArchiveTimelineAbout
Today's DigestAI NewsAI Tech NewsAI Finance NewsBlogArchiveTimelineWatchlistTopicsSearchAboutFAQContact

News

  • AI News
  • AI Technology News
  • AI Finance News

Content

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

Tools

  • MCP Server
  • Developer API
  • JSON API
  • Aggregate 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 News, Technology & Finance Intelligence

Developer API

Integrate DailySand's cross-sector intelligence into AI agents and applications via our REST JSON API or MCP server. Paid tiers unlock aggregate rollups and weekly synthesis.

Access Tiers

TierPriceLimitsAccess
AnonymousFree50 / day, 5 / min (per IP)Latest digest, archive digest, MCP list/recent
Free (API key)Free500 / month, 10 / minAll public REST + MCP except aggregate & weekly
Developer$29 / mo10,000 / month, 60 / minAll REST + MCP including aggregate & weekly insight
Pro$99 / moUnlimited (fair use), 300 / minAll endpoints + future webhooks / SLA

Rate limits apply when API monetization guardrails are enabled (API_MONETIZATION_ENABLED=true).

Subscribe

Self-serve checkout provisions an API key immediately after payment. Use test mode keys during development.

REST Example

Pass your API key in the Authorization header:

curl -H "Authorization: Bearer ds_live_YOUR_KEY" \
  "https://dailysand.com/api/digest/aggregate?days=30"

OpenAPI spec: /openapi.json · MCP docs: /mcp

MCP with API Key

Clients that support HTTP headers can authenticate MCP tool calls with your API key:

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

Claude Desktop may not support custom headers on all transports — use the REST API or a proxy if your environment cannot send Bearer tokens to MCP.