← Leaderboard
7.9 L3

Mattermost

Ready Assessed · Docs reviewed · Mar 23, 2026 Confidence 0.55 Last evaluated Mar 23, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Mattermost quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 23, 2026

Freshness

Updated 2026-03-23T15:15:04.680271+00:00

Mar 23, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.1
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.5
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.9

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Mattermost: Comprehensive Agent-Usability Assessment

Docs-backed

Mattermost provides a full team messaging platform — channels, DMs, threads, posts, reactions, file uploads — accessible via a comprehensive REST API that covers nearly every UI action. For agents, the primary integration patterns are: bot accounts (sending notifications and responding to messages), incoming webhooks (one-way automated posts to channels), outgoing webhooks (trigger agent actions from channel messages), and slash commands. The REST API is well-documented and consistent. Self-hostable for data sovereignty; Mattermost Cloud for managed deployment. Strong in environments where Slack is blocked (air-gapped networks, regulated industries). Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Mattermost: API Design & Integration Surface

Docs-backed

REST API at {host}/api/v4. Resources: posts, channels, users, teams, files, webhooks. POST /api/v4/posts creates a message. GET /api/v4/channels/{id}/posts fetches channel history (paginated). POST /api/v4/hooks/incoming/{hookId} sends a webhook post. POST /api/v4/users (bot) for bot account management. WebSocket at {host}/api/v4/websocket for real-time event subscription (new messages, user status changes, etc.). Response payloads are clean JSON. Pagination via page and per_page params.

Rhumb editorial team Mar 23, 2026

Mattermost: Auth & Access Control

Docs-backed

Bearer token auth via Authorization: Bearer {token} header. Token types: personal access tokens (per user, long-lived), session tokens (from login, expire on logout), and bot account tokens. Bot accounts created via API or admin console. Token management: POST /api/v4/users/{userId}/tokens to create PATs. Team-level and channel-level permissions enforced by server roles (system admin, team admin, channel admin, member). HTTPS enforced; self-hosted requires operator TLS configuration.

Rhumb editorial team Mar 23, 2026

Mattermost: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies including id (error code string), message, and detailed_error. 401 for invalid/expired token, 403 for insufficient permissions, 400 for validation errors. Rate limiting configurable by server admin (default: 10 req/sec per user). WebSocket reconnect logic required in client implementations. Mattermost Cloud uptime at status.mattermost.com. Self-hosted reliability depends on deployment (PostgreSQL backend, operator-managed HA). Audit logging available for compliance.

Rhumb editorial team Mar 23, 2026

Mattermost: Documentation & Developer Experience

Docs-backed

api.mattermost.com provides the full interactive API reference (OpenAPI-based) with all endpoints, request/response schemas, and auth documentation. Getting started is fast: deploy with Docker (docker.mattermost.com) or use Mattermost Cloud. Bot creation guide well-documented. Integration guides for webhooks, slash commands, and interactive message buttons. SDKs not officially maintained; community-maintained clients for Go and Python. Community via Mattermost community server.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("mattermost")
● Mattermost 7.9 L3 Ready
exec: 8.1 · access: 7.5

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.9 / 10.0

Alternatives

No alternatives captured yet.