Bring your own AI over MCP and run WebMobi from chat — unlimited, with no per-message credits
WebMobi speaks MCP (Model Context Protocol), so you can connect your own Claude or ChatGPT and create, edit, import and publish events straight from chat. Because it's your AI subscription, there are no per-message WebMobi credits — this is the unlimited-AI path on every plan.
Good to know:
/dashboard/create is reserved for Enterprise/BYOK plans — MCP gives everyone else the same power.WebMobi exposes a single Streamable HTTP MCP endpoint:
POST https://events.webmobi.com/api/mcp
Authorization: Bearer wm_live_…You can browse landing details at /mcp and worked flows at /mcp/guide.
https://events.webmobi.com/api/mcpwm_live_… value — it is shown only once.Direct HTTP clients:
{
"url": "https://events.webmobi.com/api/mcp",
"headers": { "Authorization": "Bearer wm_live_YOUR_KEY" }
}Claude Desktop (stdio):
npx -y mcp-remote https://events.webmobi.com/api/mcp \
--header "Authorization: Bearer wm_live_YOUR_KEY"The API keys page lists each key's Name, Prefix (wm_live_…), Scopes, Last used and Created date, with a Revoke button.
Ask your AI to call webmobi_whoami — it returns your plan and limits, confirming the connection.
From there your AI can:
Your AI is connected. Time to create your first event.