{
  "name": "nextbig.dev",
  "description": "The daily AI briefing for builders — high-signal coverage of AI agents, GPU & infrastructure economics, and developer tools.",
  "url": "https://www.nextbig.dev",
  "documentation": "https://www.nextbig.dev/agents",
  "contact": "oday@syft8.com",
  "pillars": [
    "Agents",
    "Infra & Economics",
    "Devtools"
  ],
  "mcp": {
    "type": "streamable-http",
    "url": "https://www.nextbig.dev/mcp",
    "auth": "none",
    "protocolVersion": "2025-06-18",
    "tools": [
      {
        "name": "search_wire",
        "description": "Search nextbig.dev's curated AI & compute news wire — 300+ sources scored by Claude for builder relevance. Filter by category (infra = the Compute beat) and an optional keyword query."
      },
      {
        "name": "get_briefing",
        "description": "Fetch a full nextbig.dev daily briefing for a given date as Markdown — the big story, sections, quick hits, the takeaway, The Call, and the day's Tape."
      },
      {
        "name": "get_latest_briefing",
        "description": "Fetch the most recent nextbig.dev daily briefing as Markdown."
      },
      {
        "name": "list_briefings",
        "description": "List recent nextbig.dev daily briefings (date, headline, summary, URL)."
      },
      {
        "name": "get_the_tape",
        "description": "Fetch The Tape — nextbig.dev's market-desk signals (long/short/watch, with thesis, basis, falsifier, horizon) for a date, or the latest if no date given. Desk analysis settled in public — not investment advice."
      },
      {
        "name": "get_call_record",
        "description": "Fetch The Book — the running public record of The Call, nextbig.dev's daily falsifiable prediction, with each verdict (correct/wrong/push/open) and the win-loss tally."
      }
    ]
  },
  "content": {
    "llms_txt": "https://www.nextbig.dev/llms.txt",
    "llms_full_txt": "https://www.nextbig.dev/llms-full.txt",
    "markdown_mirrors": "Append .md to any /daily/:date or /blog/:slug URL for a clean Markdown version",
    "sitemap": "https://www.nextbig.dev/sitemap.xml",
    "news_sitemap": "https://www.nextbig.dev/news-sitemap.xml"
  },
  "feeds": {
    "rss": "https://www.nextbig.dev/feed.xml",
    "podcast": "https://www.nextbig.dev/podcast.xml"
  },
  "apis": [
    {
      "name": "news",
      "method": "GET",
      "url": "https://www.nextbig.dev/api/news",
      "description": "Top curated stories as JSON; filter with ?category=ai|infra|dev|launches|startups|security|tech"
    },
    {
      "name": "briefing",
      "method": "GET",
      "url": "https://www.nextbig.dev/api/briefing/{YYYY-MM-DD}",
      "description": "A daily briefing as structured JSON"
    },
    {
      "name": "tape",
      "method": "GET",
      "url": "https://www.nextbig.dev/api/tape",
      "description": "Latest market-desk signals as JSON"
    }
  ],
  "attribution": "Cite \"nextbig.dev\" and link the canonical URL.",
  "policy": "https://www.nextbig.dev/agent-permissions.json"
}