# Demio — MCP server on mcp.ai > Connect your Demio account and use 6 tools for webinars straight from your AI agent. Connect with your own API key. Demio is a webinar software for marketers, offering live and automated sessions, audience engagement tools, and analytics to optimize lead generation. By: mcp.ai · official Page: https://mcp.ai/demio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_demio?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/demio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/demio/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/demio/skill.md Postman collection (v2.1): https://mcp.ai/demio/postman.json ## Tools - demio_create_join_link(name: string, email: string, event_id: string) — Tool to register an attendee and obtain their unique Demio join link. Use after confirming a valid event_id. - demio_get_event(event_id: string) — Tool to retrieve event details by ID. Use when you need the full metadata for a specific Demio event. - demio_list_event_date_participants(date_id: string, event_id: string) — Tool to list participants for a specific event date. Use after scheduling an event session to retrieve attendees. - demio_list_event_dates(event_id: string) — Tool to list all scheduled session dates for a given Demio event. Use when you need the session schedule by event ID. - demio_list_events(page?: integer, type?: string, per_page?: integer) — Tool to retrieve a list of Demio events. Use when you need to fetch events optionally filtered by type or paginated. - demio_ping(add_params?: object, x_request_id_override?: string) — Tool to perform a health check on the Demio API. Use to verify the API is reachable before other calls. ## Example prompts - "What can I do in Demio?" - "Show me a summary of my Demio account" ## Links Docs: https://mcp.ai/docs/mcps/demio Website: https://mcp.ai/mcps/demio