Zulip for your agents.
Connect Zulip once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Zulip.
What agents can do with Zulip
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
zulip_get_usersList all users in the organization.
zulip_get_streamsList all streams (channels) in the organization.
zulip_get_messagesFetch messages, newest first. Use anchor and num_before/num_after for pagination.
zulip_send_messageSend a message to a stream or a direct conversation.
zulip_get_user_by_emailGet a user by their email address.
zulip_create_streamCreate a new stream (channel) in the organization.
zulip_get_subscriptionsGet the list of streams the current user is subscribed to.
zulip_add_subscriptionSubscribe the current user to one or more streams.
zulip_remove_subscriptionUnsubscribe the current user from one or more streams.
zulip_list_user_groupsList all user groups in the organization.
zulip_create_user_groupCreate a new user group with a name, description, and initial members.
zulip_update_messageEdit the content of a message you sent. Only new content is needed; the rest stays as is.
zulip_delete_messageDelete a message by its id. Only your own messages can be deleted.
zulip_create_userCreate a new user in the organization with email, display name, and password.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to your Zulip server and go to Settings > Personal > API key.
- Click Manage your API key, enter your password, and click Get API key.
- Copy the API key. Your email is the basic auth username; the API key is the password.
- Your server URL is https://your-org.zulipchat.com.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Zulip to Even: call connect_begin("zulip") on the even-connect MCP and walk me through it.
Zulip lists chat streams and messages with pagination, sends messages to streams, and retrieves user directory.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.