Mattermost for your agents.
Connect Mattermost once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mattermost.
What agents can do with Mattermost
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mattermost_get_meCheck the credentials: returns the authenticated user.
mattermost_list_channelsList channels the user belongs to in a team.
mattermost_list_postsList posts in a channel, newest first.
mattermost_search_postsSearch posts across the Mattermost server.
mattermost_create_postCreate a new post in a channel. `channel_id` is the target channel, `message` is the post text.
mattermost_get_channelGet a single channel by id. Returns name, display name, header, purpose, and type.
mattermost_list_teamsList teams the authenticated user belongs to.
mattermost_get_userGet a user by id (user_id from list_channels etc.).
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 Mattermost server as a user with appropriate permissions.
- Go to Profile > Security > Personal Access Tokens.
- Create a new token and copy it.
- Provide your Mattermost server URL during connection.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mattermost to Even: call connect_begin("mattermost") on the even-connect MCP and walk me through it.
Search Mattermost posts and list channels to retrieve team messages and discussions.
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.