Services

The most common KMU tools come pre-integrated. Enable a service by entering its credentials in the setup wizard or .env file. Anything missing? Import any MCP server, generate tools from an OpenAPI spec — or request via MCP.

Productivity & Collaboration

Google Workspace

Gmail, Calendar, Drive, Docs, Sheets, Slides. ~90 actions covering the full Google Workspace API. Requires a Google OAuth app with appropriate API scopes.

CategoryActions
GmailSearch, read, compose, send, label, archive
CalendarList events, create, update, delete, find free slots
DriveSearch files, read content, create, share
DocsRead, create, append content
SheetsRead ranges, write data, create spreadsheets

Microsoft 365

Outlook, Teams, OneDrive, SharePoint, Calendar — eight sub-services covered through one OAuth flow. Two-file extension architecture keeps the auth setup clean across Microsoft's varying scopes.

Slack

Search messages, read channels, post messages, manage reminders. Uses User Token (OAuth) for user-scoped data access + Bot Token for DM notifications. Setup guide →

Notion

Pages, databases, blocks, comments, file uploads. Full CRUD via OAuth. Supports multi-step flows (query database → filter results).

Confluence

Spaces, pages, comments, CQL search. Full v2 API coverage with granular OAuth scopes. Hybrid v1+v2 fallback for older Confluence Cloud instances.

Development & DevOps

Jira

22 actions: create/update issues, transitions, worklogs, comments, watchers, sprints. Pre-hooks auto-convert Markdown to Jira's ADF format and apply project-specific templates.

GitLab

Issues, merge requests, pipelines, deployments, commits, tags, CI/CD variables, code search, repository tree. 60+ read/write actions.

GitHub

Issues, pull requests, code search, releases, repositories. Full spec coverage with per-user OAuth.

Jenkins

View jobs, build status, trigger builds, read logs. Per-user Basic Auth credentials stored in Redis.

Sentry

Error tracking, issue queries, events, releases, stats. Shared auth token for read-only access. Optional per-user token for write actions (resolve, assign, comment).

Design & Analytics

Figma

Access Figma files and FigJam boards: components, styles, comments, dev resources. OAuth user-scoped.

Miro

Visual collaboration boards: items, frames, sticky notes, comments. MCP proxy to Miro’s official MCP server with OAuth passthrough.

Grafana

Dashboards, Loki log queries, alert history, metrics. Service Account token auth. Includes short-circuit hooks for complex log queries.

Amplitude

Product analytics: charts, active users, cohorts, experiments, session replays. MCP proxy to official Amplitude MCP server with OAuth passthrough.

Metabase

BI dashboards, native SQL queries, schema exploration. Google SSO for user auth + session exchange.

Infrastructure & IoT

Home Assistant

Office sensors, heating control, environment data. Server-side Bearer token. Pre-hooks filter entities and resolve room aliases.

Joan

Desk and meeting room booking. OAuth 2.0 Client Credentials. Supports cross-service automation (book desk → schedule heating).

Content & Publishing

WordPress

Posts, pages, and Yoast SEO metadata. Multi-instance support: connect multiple WordPress sites with separate credentials.

Transifex

Translation projects, strings, languages, reviews. OAuth-driven with translate-review-clear workflow built in.

App Stores

App Store Connect

iOS app reviews, ratings, versions, builds, TestFlight testers. JWT auth (ES256).

Google Play

Android app reviews, ratings, release tracks. GCP Service Account auth.

Other

BigQuery

SQL queries on your data warehouse. GCP Service Account auth with configurable project and credentials.

Supernova

Design system tokens, components, documentation. API key auth. Read-only.

Adding custom services

mcpgate is YAML-extensible. Add a new service by creating an actions.yaml file in modules/custom/. No code required — define endpoints, auth, parameters, and response mapping in YAML.

See Configuration for details on the extension format.