{
  "name": "arielforisrael",
  "title": "אריאל אורבוך",
  "version": "1.0.0",
  "description": "Read-only MCP server for Ariel Averbuch's Hebrew hasbara corpus — search, list, and fetch articles transcribed from his videos.",
  "vendor": {
    "name": "אריאל אורבוך",
    "url": "https://arielforisrael.com"
  },
  "endpoint": "https://arielforisrael.com/mcp",
  "transport": "http",
  "protocolVersion": "2026-07-28",
  "supportedProtocolVersions": [
    "2026-07-28",
    "2025-11-25",
    "2025-06-18",
    "2025-03-26"
  ],
  "authentication": "none",
  "capabilities": {
    "tools": true,
    "prompts": true,
    "resources": true,
    "logging": false
  },
  "tools": [
    {
      "name": "search",
      "description": "Full-text search over Ariel Averbuch's Hebrew articles (titles, descriptions, bodies, tags). Returns ranked matches with slug, title, description, categories, date, and URL."
    },
    {
      "name": "get_post",
      "description": "Fetch one article by slug (or Instagram shortCode). Returns title, URL, categories, tags, date, full Markdown body, and FAQ."
    },
    {
      "name": "list_posts",
      "description": "List recent articles, optionally filtered by category slug. Newest first."
    },
    {
      "name": "list_categories",
      "description": "List the ten content categories with Hebrew names, slugs, descriptions, and article counts."
    },
    {
      "name": "get_site",
      "description": "Site identity, canonical URL, llms.txt / llms-full.txt / sitemap / RSS pointers, and how to cite this corpus."
    }
  ],
  "prompts": [
    {
      "name": "ground_answer",
      "description": "Plan: search the corpus, then get_post on the best slug, then answer in Hebrew citing URLs."
    }
  ],
  "links": {
    "site": "https://arielforisrael.com",
    "llms": "https://arielforisrael.com/llms.txt",
    "llmsFull": "https://arielforisrael.com/llms-full.txt",
    "sitemap": "https://arielforisrael.com/sitemap.xml",
    "rss": "https://arielforisrael.com/feed.xml"
  }
}