{"name":"aie-worldsfair-2026","version":"1.0.0","protocolVersion":"2025-03-26","capabilities":{"tools":{}},"tools":[{"name":"get_conference_info","description":"Get basic information about AI Engineer World's Fair 2026 including dates, location, venue, and links.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"list_speakers","description":"List 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 sessions (talks + workshops) with titles, descriptions, speakers, times, and rooms. Many are tentative.","inputSchema":{"type":"object","properties":{"day":{"type":"string","description":"Optional day to filter by (e.g. \"Day 2 — Session Day 1\")."},"type":{"type":"string","description":"Optional type to filter by (e.g. \"keynote\", \"session\", \"workshop\", \"sponsor\")."},"track":{"type":"string","description":"Optional track to filter by."},"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. \"Day 2 — Session Day 1\")."}},"required":[]}}],"description":"MCP server for AI Engineer World's Fair 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\":{}}}"}}