{
  "version": 1,
  "publisher": {
    "name": "Tech & Business",
    "url": "https://techandbusiness.org"
  },
  "skills": [
    {
      "name": "newswire.search",
      "description": "Search and query the Tech & Business Newswire archive via Model Context Protocol. Supports recent headlines, full-text search, date-range archive windows, and the daily sealed digest.",
      "via": "mcp",
      "url": "https://techandbusiness.org/mcp",
      "transport": "streamable-http"
    },
    {
      "name": "newswire.corpus",
      "description": "Machine-readable aggregate of the last 60 days of published Tech & Business Newswire stories in plain-text markdown, regenerated nightly.",
      "via": "http",
      "url": "https://techandbusiness.org/llms-full.txt",
      "contentType": "text/plain"
    },
    {
      "name": "newswire.story.markdown",
      "description": "Any newswire story URL returns clean markdown when called with Accept: text/markdown or ?format=md. Same canonical URL as the HTML page.",
      "via": "http-content-negotiation",
      "urlPattern": "https://techandbusiness.org/newswire/{id}",
      "accept": "text/markdown"
    }
  ]
}
