{
    "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
    "version": "1.0",
    "protocolVersion": "2025-06-18",
    "serverInfo": {
        "name": "jesuspeluquero-web-mcp",
        "title": "Jesus Peluquero MCP Server",
        "version": "1.0.0"
    },
    "description": "MCP server for querying the canonical and structured information of Jesus Peluquero.",
    "documentationUrl": "https://jesuspeluquero.es/ai",
    "transport": {
        "type": "streamable-http",
        "endpoint": "https://jesuspeluquero.es/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"
                ]
            }
        }
    ]
}