{
  "name": "urgent.news",
  "description": "Open, machine-readable feeds of an AI-written, cross-source news aggregator. No auth, CORS-open, no paywall or bot-wall — agents welcome.",
  "docs": "https://urgent.news/llms.txt",
  "docs_html": "https://urgent.news/api",
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original.",
  "endpoints": {
    "latest": "https://urgent.news/api/latest.json",
    "desk": "https://urgent.news/api/t/{topic}.json",
    "edition": "https://urgent.news/api/geo/{ISO-3166 alpha-2}.json",
    "story": "https://urgent.news/api/story/{id}.json"
  },
  "desks": [
    {
      "id": "ai",
      "label": "AI",
      "url": "https://urgent.news/api/t/ai.json"
    },
    {
      "id": "tech",
      "label": "Tech",
      "url": "https://urgent.news/api/t/tech.json"
    },
    {
      "id": "business",
      "label": "Business",
      "url": "https://urgent.news/api/t/business.json"
    },
    {
      "id": "finance",
      "label": "Finance & Markets",
      "url": "https://urgent.news/api/t/finance.json"
    },
    {
      "id": "world",
      "label": "World",
      "url": "https://urgent.news/api/t/world.json"
    },
    {
      "id": "science",
      "label": "Science",
      "url": "https://urgent.news/api/t/science.json"
    },
    {
      "id": "health",
      "label": "Health & Medicine",
      "url": "https://urgent.news/api/t/health.json"
    },
    {
      "id": "culture",
      "label": "Culture",
      "url": "https://urgent.news/api/t/culture.json"
    }
  ],
  "editions": [
    {
      "country": "US",
      "name": "the United States",
      "url": "https://urgent.news/api/geo/US.json"
    },
    {
      "country": "GB",
      "name": "the United Kingdom",
      "url": "https://urgent.news/api/geo/GB.json"
    },
    {
      "country": "IN",
      "name": "India",
      "url": "https://urgent.news/api/geo/IN.json"
    },
    {
      "country": "AU",
      "name": "Australia",
      "url": "https://urgent.news/api/geo/AU.json"
    },
    {
      "country": "SG",
      "name": "Singapore",
      "url": "https://urgent.news/api/geo/SG.json"
    },
    {
      "country": "MY",
      "name": "Malaysia",
      "url": "https://urgent.news/api/geo/MY.json"
    },
    {
      "country": "ID",
      "name": "Indonesia",
      "url": "https://urgent.news/api/geo/ID.json"
    },
    {
      "country": "VN",
      "name": "Vietnam",
      "url": "https://urgent.news/api/geo/VN.json"
    },
    {
      "country": "KR",
      "name": "South Korea",
      "url": "https://urgent.news/api/geo/KR.json"
    },
    {
      "country": "JP",
      "name": "Japan",
      "url": "https://urgent.news/api/geo/JP.json"
    },
    {
      "country": "HK",
      "name": "Hong Kong",
      "url": "https://urgent.news/api/geo/HK.json"
    },
    {
      "country": "PK",
      "name": "Pakistan",
      "url": "https://urgent.news/api/geo/PK.json"
    },
    {
      "country": "UA",
      "name": "Ukraine",
      "url": "https://urgent.news/api/geo/UA.json"
    },
    {
      "country": "RU",
      "name": "Russia",
      "url": "https://urgent.news/api/geo/RU.json"
    },
    {
      "country": "DE",
      "name": "Germany",
      "url": "https://urgent.news/api/geo/DE.json"
    },
    {
      "country": "FR",
      "name": "France",
      "url": "https://urgent.news/api/geo/FR.json"
    },
    {
      "country": "ES",
      "name": "Spain",
      "url": "https://urgent.news/api/geo/ES.json"
    },
    {
      "country": "CA",
      "name": "Canada",
      "url": "https://urgent.news/api/geo/CA.json"
    },
    {
      "country": "BR",
      "name": "Brazil",
      "url": "https://urgent.news/api/geo/BR.json"
    },
    {
      "country": "AR",
      "name": "Argentina",
      "url": "https://urgent.news/api/geo/AR.json"
    },
    {
      "country": "CO",
      "name": "Colombia",
      "url": "https://urgent.news/api/geo/CO.json"
    },
    {
      "country": "QA",
      "name": "Qatar",
      "url": "https://urgent.news/api/geo/QA.json"
    },
    {
      "country": "SA",
      "name": "Saudi Arabia",
      "url": "https://urgent.news/api/geo/SA.json"
    },
    {
      "country": "IL",
      "name": "Israel",
      "url": "https://urgent.news/api/geo/IL.json"
    },
    {
      "country": "AE",
      "name": "the UAE",
      "url": "https://urgent.news/api/geo/AE.json"
    },
    {
      "country": "NG",
      "name": "Nigeria",
      "url": "https://urgent.news/api/geo/NG.json"
    },
    {
      "country": "KE",
      "name": "Kenya",
      "url": "https://urgent.news/api/geo/KE.json"
    },
    {
      "country": "GH",
      "name": "Ghana",
      "url": "https://urgent.news/api/geo/GH.json"
    },
    {
      "country": "ZA",
      "name": "South Africa",
      "url": "https://urgent.news/api/geo/ZA.json"
    },
    {
      "country": "TH",
      "name": "Thailand",
      "url": "https://urgent.news/api/geo/TH.json"
    }
  ],
  "mcp": {
    "endpoint": "https://urgent.news/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "tools": [
      "search_news",
      "latest_headlines",
      "get_story",
      "who_covered",
      "daily_briefing"
    ]
  },
  "also": {
    "rss": "https://urgent.news/rss.xml",
    "sitemap": "https://urgent.news/sitemap.xml"
  }
}