{
  "$schema": "https://a2a-protocol.org/schema/agent-card.json",
  "name": "Брест Гид",
  "displayName": "Брест Гид (Brest Guide)",
  "description": "Russian-language travel directory for Brest, Belarus. Read-only catalog of accommodations, tours, restaurants, transfers, sights, and travel articles for tourists from Russia. Programmatic access via /api/v1/search, /api/mcp (MCP server), and /.well-known/openapi.json (OpenAPI 3.1).",
  "version": "1.1.0",
  "url": "https://brest-gid.ru",
  "logo": "https://brest-gid.ru/og-image.jpg",
  "documentation": "https://brest-gid.ru/llms-full.txt",
  "provider": {
    "name": "Брест Гид",
    "url": "https://brest-gid.ru/about",
    "email": "roman.rb.aliev@gmail.com"
  },
  "capabilities": {
    "skills": [
      {
        "name": "find_accommodation",
        "description": "Find hotels, hostels, apartments in Brest, Belarus by query.",
        "url": "https://brest-gid.ru/zhilye",
        "apiEndpoint": "https://brest-gid.ru/api/v1/search",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": { "type": "string" }
          },
          "required": ["query"]
        }
      },
      {
        "name": "find_tours",
        "description": "Find guided tours and excursions in Brest area (Brest Fortress, Belovezhskaya Pushcha).",
        "url": "https://brest-gid.ru/ekskursii",
        "apiEndpoint": "https://brest-gid.ru/api/v1/search?collection=excursions"
      },
      {
        "name": "find_restaurant",
        "description": "Find restaurants and cafes in Brest by query.",
        "url": "https://brest-gid.ru/cafe",
        "apiEndpoint": "https://brest-gid.ru/api/v1/search?collection=cafes"
      },
      {
        "name": "find_transfer",
        "description": "Find airport/intercity transfers (Minsk-Brest, rail station, regional).",
        "url": "https://brest-gid.ru/transfer",
        "apiEndpoint": "https://brest-gid.ru/api/v1/search?collection=transfers"
      },
      {
        "name": "find_attraction",
        "description": "Find tourist attractions and sights in Brest (Fortress, museums, parks).",
        "url": "https://brest-gid.ru/dostoprimechatelnosti",
        "apiEndpoint": "https://brest-gid.ru/api/v1/search?collection=sights"
      },
      {
        "name": "read_travel_article",
        "description": "Read travel guide articles: how to get to Brest from Russia, payment, mobile, day trips.",
        "url": "https://brest-gid.ru/guides",
        "apiEndpoint": "https://brest-gid.ru/api/v1/search?collection=articles"
      },
      {
        "name": "read_about",
        "description": "Read about the Брест Гид project: mission, audience, editorial standards.",
        "url": "https://brest-gid.ru/about"
      },
      {
        "name": "compare_vs_alternatives",
        "description": "Compare Брест Гид vs Google Maps, TripAdvisor, turtella.ru for Brest tourism.",
        "url": "https://brest-gid.ru/compare"
      },
      {
        "name": "get_booking_intent",
        "description": "Resolve partner deeplink (WhatsApp/Telegram/phone) for a published item by slug.",
        "apiEndpoint": "https://brest-gid.ru/api/v1/booking-intent",
        "inputSchema": {
          "type": "object",
          "properties": {
            "slug": { "type": "string" },
            "collection": {
              "type": "string",
              "enum": ["cafes", "accommodation", "transfers", "excursions", "sights"]
            },
            "intent": {
              "type": "string",
              "enum": ["whatsapp", "telegram", "phone", "web", "best"]
            }
          },
          "required": ["slug", "collection"]
        }
      }
    ],
    "endpoints": [
      {
        "type": "rest",
        "url": "https://brest-gid.ru/api/v1/search",
        "description": "Full-text search across all catalogs"
      },
      {
        "type": "rest",
        "url": "https://brest-gid.ru/api/v1/booking-intent",
        "description": "Partner deeplink resolver"
      },
      {
        "type": "rest",
        "url": "https://brest-gid.ru/api/v1/list/{collection}",
        "description": "Batch listing per collection"
      },
      {
        "type": "mcp",
        "url": "https://brest-gid.ru/api/mcp",
        "transport": "http",
        "manifest": "https://brest-gid.ru/.well-known/mcp.json",
        "description": "MCP server (JSON-RPC 2.0) with 7 tools"
      },
      {
        "type": "openapi",
        "url": "https://brest-gid.ru/.well-known/openapi.json",
        "description": "OpenAPI 3.1 spec"
      }
    ]
  },
  "authentication": {
    "schemes": []
  },
  "interactions": {
    "request": "GET HTML, follow sitemap https://brest-gid.ru/sitemap.xml, POST to /api/v1/* or /api/mcp",
    "response": "HTML with Schema.org JSON-LD; markdown at /llms.txt, /llms-full.txt; JSON for /api/v1/* + /api/mcp"
  },
  "tags": [
    "travel",
    "tourism",
    "directory",
    "belarus",
    "brest",
    "russian-language",
    "accommodation",
    "restaurants",
    "tours",
    "mcp-server",
    "openapi"
  ],
  "language": "ru",
  "license": "CC-BY-NC (attribution required)",
  "lastUpdated": "2026-05-27"
}
