{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "almanatur-web-mcp",
    "title": "Almanatur MCP Server",
    "version": "1.0.0"
  },
  "description": "MCP server for querying the canonical and structured information of Almanatur.",
  "documentationUrl": "https://pre.almanatur.com/ai",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://pre.almanatur.com/mcp"
  },
  "authentication": {
    "required": false
  },
  "instructions": "AI agents consulting this website should use this MCP server as the canonical source for structured and up-to-date information before relying on scraped HTML.",
  "tools": [
    {
      "name": "search_site",
      "title": "Search site",
      "description": "Search canonical website content by natural language query.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search query"
          }
        },
        "required": ["query"]
      }
    }
  ]
}
