Mattermost website screenshot

Mattermost

Mattermost is an open-source collaboration platform for technical teams that combines secure team messaging, workflow automation, voice/video calling, and integrations as a self-hosted Slack alternative. The Mattermost REST API exposes full programmatic control over users, teams, channels, posts, files, integrations, plugins, and webhooks.

Mattermost publishes 5 APIs on the APIs.io network, including WebSocket API, Channels API, Posts API, and 2 more. Tagged areas include Messaging, Collaboration, Team Chat, Open-Source, and DevOps.

The Mattermost catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Mattermost’s developer surface includes authentication, documentation, signup flow, pricing, engineering blog, and 9 more developer resources.

36.2/100 thin ▬ flat Agent 22/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs 1 MCP Servers
MessagingCollaborationTeam ChatOpen-SourceDevOpsSelf-Hosted

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/mattermost: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Mattermost REST API

REST API v4 for managing users, teams, channels, posts, threads, files, integrations, plugins, webhooks, slash commands, and OAuth applications. Authentication uses Personal Acc...

Mattermost WebSocket API

Real-time WebSocket event stream for Mattermost v4. Clients connect to /api/v4/websocket, authenticate via cookie, Authorization header, or an authentication_challenge action, a...

Mattermost Channels API

The Channels API from Mattermost — 7 operation(s) for channels.

Mattermost Posts API

The Posts API from Mattermost — 9 operation(s) for posts.

Mattermost Teams API

The Teams API from Mattermost — 6 operation(s) for teams.

Mattermost Users API

The Users API from Mattermost — 8 operation(s) for users.

Open Collections 6

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Mattermost REST API

OPEN COLLECTION

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

MCP Server

MCP SERVER

GraphQL 1

GraphQL schemas published by this provider.

Mattermost GraphQL Schema

Conceptual GraphQL schema for the [Mattermost](https://mattermost.com) open-source team messaging platform, derived from the [Mattermost REST API v4](https://api.mattermost.com/).

GRAPHQL

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Mattermost WebSocket API

Mattermost's WebSocket API delivers real-time events from a Mattermost server to authenticated clients and accepts a small set of WebSocket actions for client-to-server interact...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Mattermost API Rules

8 rules · 1 errors 7 warnings

SPECTRAL

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Mattermost Authentication

http · 1 scheme

SECURITY

Mattermost Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Mattermost Vulnerability Disclosure

security.txt · contact published

SECURITY

Mattermost Trust Center

SOC 2, ISO 27001, ISO 27017, ISO 27018, HIPAA, FedRAMP, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Mattermost Agentic Access

43 operations · 29 acting

43 operations · 29 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: mattermost
name: Mattermost
description: Mattermost is an open-source collaboration platform for technical teams that combines secure team messaging,
  workflow automation, voice/video calling, and integrations as a self-hosted Slack alternative. The Mattermost REST API exposes
  full programmatic control over users, teams, channels, posts, files, integrations, plugins, and webhooks.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/mattermost.png
tags:
- Messaging
- Collaboration
- Team Chat
- Open-Source
- DevOps
- Self-Hosted
tags_raw:
- Messaging
- Collaboration
- Team Chat
- Open Source
- DevOps
- Self-Hosted
url: https://raw.githubusercontent.com/api-evangelist/mattermost/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-29'
specificationVersion: '0.23'
apis:
- aid: mattermost:rest-api
  name: Mattermost REST API
  description: REST API v4 for managing users, teams, channels, posts, threads, files, integrations, plugins, webhooks, slash
    commands, and OAuth applications. Authentication uses Personal Access Tokens or session tokens via Bearer authentication.
  humanURL: https://api.mattermost.com/
  baseURL: https://your-mattermost-server.com/api/v4
  tags:
  - Messaging
  - User
  - Team
  - Channels
  - Posts
  - Webhook
  - Integration
  tags_raw:
  - Messaging
  - Users
  - Teams
  - Channels
  - Posts
  - Webhooks
  - Integrations
  properties:
  - type: Documentation
    url: https://api.mattermost.com/
  - type: APIReference
    url: https://developers.mattermost.com/integrate/reference/rest-api/
  - type: OpenAPI Source
    url: https://github.com/mattermost/mattermost-api-reference
  - type: Developer Guide
    url: https://developers.mattermost.com/contribute/more-info/server/rest-api/
  - url: graphql/mattermost-graphql.md
    type: GraphQL
- aid: mattermost:websocket-api
  name: Mattermost WebSocket API
  description: Real-time WebSocket event stream for Mattermost v4. Clients connect to /api/v4/websocket, authenticate via
    cookie, Authorization header, or an authentication_challenge action, and receive event envelopes (event, data, broadcast,
    seq) covering posts, channels, users, teams, reactions, typing, status, threads, plugins, and more. Client actions user_typing,
    get_statuses, and get_statuses_by_ids are supported over the same socket.
  humanURL: https://developers.mattermost.com/api-documentation
  baseURL: wss://your-mattermost-server.com/api/v4/websocket
  tags:
  - WebSocket
  - Event
  - Real-Time
  - Messaging
  - AsyncAPI
  tags_raw:
  - WebSocket
  - Events
  - Real-Time
  - Messaging
  - AsyncAPI
  properties:
  - type: Documentation
    url: https://developers.mattermost.com/api-documentation
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/mattermost/refs/heads/main/asyncapi/mattermost-asyncapi.yml
  - type: APIReference
    url: https://developers.mattermost.com/integrate/reference/rest-api/
- aid: mattermost:mattermost-channels-api
  name: Mattermost Channels API
  description: The Channels API from Mattermost — 7 operation(s) for channels.
  humanURL: https://api.mattermost.com/
  baseURL: https://your-mattermost-server.com/api/v4
  tags:
  - Channels
  properties:
  - type: OpenAPI
    url: openapi/mattermost-channels-api-openapi.yml
- aid: mattermost:mattermost-posts-api
  name: Mattermost Posts API
  description: The Posts API from Mattermost — 9 operation(s) for posts.
  humanURL: https://api.mattermost.com/
  baseURL: https://your-mattermost-server.com/api/v4
  tags:
  - Posts
  properties:
  - type: OpenAPI
    url: openapi/mattermost-posts-api-openapi.yml
- aid: mattermost:mattermost-teams-api
  name: Mattermost Teams API
  description: The Teams API from Mattermost — 6 operation(s) for teams.
  humanURL: https://api.mattermost.com/
  baseURL: https://your-mattermost-server.com/api/v4
  tags:
  - Team
  tags_raw:
  - Teams
  properties:
  - type: OpenAPI
    url: openapi/mattermost-teams-api-openapi.yml
- aid: mattermost:mattermost-users-api
  name: Mattermost Users API
  description: The Users API from Mattermost — 8 operation(s) for users.
  humanURL: https://api.mattermost.com/
  baseURL: https://your-mattermost-server.com/api/v4
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/mattermost-users-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/mattermost-agentic-access.yml
- type: TrustCenter
  url: security/mattermost-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/mattermost-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/mattermost-domain-security.yml
- type: Authentication
  url: authentication/mattermost-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/mattermost
- type: Website
  url: https://mattermost.com
- type: Documentation
  url: https://docs.mattermost.com
- type: DeveloperPortal
  url: https://developers.mattermost.com/
- type: GitHubOrganization
  url: https://github.com/mattermost
- type: Signup
  url: https://mattermost.com/sign-up/
- type: Pricing
  url: https://mattermost.com/pricing/
- name: MCP Server
  url: https://github.com/mattermost/mmctl-mcp
  type: MCPServer
- url: https://mattermost.com/blog/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/mattermost"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/mattermost/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/mattermost/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.