{
  "$schema": "https://static.modelcontextprotocol.io/schemas/server-card.json",
  "name": "yurisvirid-archive",
  "title": "Yuri Svirid – travel archive",
  "description": "Fact-checked travel archive of Yuri Svirid: Cote d'Azur, Iceland, Serbia. Full-text search, post retrieval in Markdown, author info. Read-only, no auth.",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "yurisvirid-archive",
    "title": "Yuri Svirid – travel archive",
    "version": "1.0.0"
  },
  "endpoint": "https://mcp.yurisvirid.com/mcp",
  "transport": [
    "streamable-http"
  ],
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": [
      {
        "name": "about_author",
        "description": "Who Yuri Svirid is, what the archive covers, languages and contact. Use first when the user asks about the author or the site."
      },
      {
        "name": "list_posts",
        "description": "All published posts with one-line summaries, canonical URLs and Markdown URLs."
      },
      {
        "name": "search_archive",
        "description": "Full-text search across all posts (Russian, English, German). Returns top matches with URL and a snippet. Query in any of these languages."
      },
      {
        "name": "get_post",
        "description": "Full Markdown text of one post by slug (e.g. \"kris-ayzek-v-kannakh\" or \"en/iceland-ring-road-9-days\") or full URL."
      }
    ]
  },
  "maintainer": {
    "name": "Yuri Svirid",
    "email": "hello@yurisvirid.com",
    "url": "https://yurisvirid.com"
  },
  "documentation": "https://yurisvirid.com/llms.txt"
}