HeySummit's Model Context Protocol (MCP) server gives compatible AI assistants a secure way to work with your events. Once connected, an assistant can answer questions about your event, identify setup gaps, draft an event setup plan, and help you preview or apply supported changes.
Before you connect
You need an active paid HeySummit plan.
You need an AI client or developer tool that supports remote MCP servers over Streamable HTTP.
If you use your HeySummit API token, you must be the event owner or a staff user who can open Setup > API, MCP & Webhooks.
Connection details
Server name: HeySummit
Server URL: https://api.heysummit.com/mcp/
Transport: Streamable HTTP
Authentication: OAuth 2.0, or an API token when your client supports a custom Authorization header
Choose OAuth when your client offers it. Add the HeySummit server URL and leave the OAuth Client ID and Client Secret fields blank. Compatible clients, including Claude and Perplexity, register automatically and then take you through HeySummit sign-in and authorization. You do not need to send HeySummit the client's callback or redirect URL.
For developer tools that support custom headers, open Setup > API, MCP & Webhooks, copy your API token, and send it as Authorization: Token YOUR_API_TOKEN. Treat this token like a password and only add it to a client you trust.
What your assistant can do
The first MCP release can read your events, setup status, talks, speakers, categories, tickets, coupons, sponsors, attendees, and attendee schedules. With the appropriate permissions, it can also help create or update event basics, talks, speakers, categories, sponsors, attendees, coupons, ticket assignments, and schedule relationships.
How changes stay safe
Write actions return a preview by default, so you can review the proposed change before anything is saved.
The assistant must make a second confirmed request before HeySummit applies a change.
Delete actions require an additional destructive-action permission and explicit confirmation.
Your AI client may add its own approval step as well. Always check the event and resource named in a preview before approving it.
Example prompts
List my HeySummit events and show which setup tasks are incomplete.
Show the talks, speakers, and tickets for my upcoming event.
Draft a setup plan for my event, but do not apply anything yet.
Preview adding a new speaker and attaching them to a talk.
Preview creating a coupon for my event.
Current limits
This first version does not configure payment providers, send emails, publish an event, change domains or branding, or perform general data imports. Setup-plan application is currently limited to supported event content such as categories, speakers, talks, and speaker-to-talk links, although other individual MCP tools can manage additional event records.
Troubleshooting
Your client shows optional client ID or client secret fields: leave both fields blank so the client can register automatically.
Automatic registration fails: remove the existing HeySummit connection and add it again using only the server URL. If it still fails, contact HeySummit support with the client name and the exact error shown.
Authentication fails: reconnect the OAuth account, or check that a custom header uses the word Token rather than Bearer.
You receive a permission error: check that your HeySummit account is on an active paid plan and that the connection has the scopes needed for the requested read, write, or destructive action.
A new tool is missing: refresh the server's tools in your AI client or disconnect and reconnect it.
