{
  "server": {
    "name": "ai-daily",
    "title": "The AI Daily",
    "version": "1.0.0"
  },
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http (POST only; this server is stateless)",
  "tools": [
    {
      "name": "get_ai_news",
      "description": "The AI Daily's ranked AI/tech stories for a given day. Ranking is by GDELT cross-web reference count — how widely a story is being referenced across the web — not by recency, so the top items are what the world is actually citing. Returns title, source, reference count and summary per story."
    },
    {
      "name": "estimate_ai_cost",
      "description": "Estimate what running AI would actually cost a specific business, per month, by use case. Describe the business in plain English (industry, scale, and the function you want to apply AI to) and this returns tailored use cases with economy- and standard-tier monthly costs, the human cost each one offsets, and a total. Covers lending/NBFC, capital markets, FMCG, retail, healthcare and SaaS. Costs are computed from published model list prices and include realistic production context overhead."
    }
  ],
  "add_to_claude_code": "claude mcp add --transport http ai-daily https://theaidaily.in/mcp"
}