{"name":"aie-europe-2026","version":"1.0.0","protocolVersion":"2025-03-26","capabilities":{"tools":{}},"tools":[{"name":"get_conference_info","description":"Get basic information about AI Engineer Europe 2026 including dates, location, venue, and links.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"list_speakers","description":"List all confirmed speakers with their roles, companies, social links, and talk details.","inputSchema":{"type":"object","properties":{"search":{"type":"string","description":"Optional search term to filter speakers by name, company, or role."}},"required":[]}},{"name":"list_sessions","description":"List all confirmed sessions (talks + workshops) with titles, descriptions, speakers, times, and rooms.","inputSchema":{"type":"object","properties":{"day":{"type":"string","description":"Optional day to filter by (e.g. \"April 8\", \"April 9\", \"April 10\")."},"type":{"type":"string","description":"Optional type to filter by (e.g. \"workshop\", \"keynote\", \"talk\")."},"track":{"type":"string","description":"Optional track to filter by (e.g. \"AI Agents\", \"Code\", \"Open Source\")."},"search":{"type":"string","description":"Optional search term to filter sessions by title or speaker name."}},"required":[]}},{"name":"get_schedule","description":"Get the full conference schedule organized by day.","inputSchema":{"type":"object","properties":{"day":{"type":"string","description":"Optional day to filter by (e.g. \"April 8\", \"April 9\", \"April 10\")."}},"required":[]}}],"description":"MCP server for AI Engineer Europe 2026 conference data. Send JSON-RPC requests via POST.","usage":{"initialize":"POST with {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2025-03-26\",\"capabilities\":{},\"clientInfo\":{\"name\":\"my-client\",\"version\":\"1.0.0\"}}}","listTools":"POST with {\"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/list\"}","callTool":"POST with {\"jsonrpc\":\"2.0\",\"id\":3,\"method\":\"tools/call\",\"params\":{\"name\":\"get_conference_info\",\"arguments\":{}}}"}}