{
    "name": "eventgurus",
    "title": "Event Gurus MCP",
    "version": "1.0.0",
    "description": "Query Event Gurus \u2014 luxury Udaipur destination-wedding venues, destinations and services.",
    "protocolVersion": "2026-07-28",
    "transport": "streamable-http",
    "url": "https://eventgurus.co.in/mcp",
    "documentation": "https://eventgurus.co.in/llms.txt",
    "capabilities": {
        "tools": {}
    },
    "tools": [
        {
            "name": "search_venues",
            "description": "Search luxury Udaipur wedding venues and destinations offered by Event Gurus. Read-only.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Free-text venue or destination query"
                    }
                }
            },
            "outputSchema": {
                "type": "object",
                "properties": {
                    "results": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "annotations": {
                "readOnlyHint": true,
                "openWorldHint": false,
                "idempotentHint": true
            }
        }
    ]
}