Services
37 pre-integrated connectors for the tools your team uses every day.
Want to see the admin configuration UI hands-on? Open the live demo →
Anything missing? Import any MCP server, generate tools from an OpenAPI spec, or request via MCP.
Productivity & Collaboration
6 services The daily-work surface — email, calendar, chat, docs, knowledge base.
Google Workspace Gmail, Calendar, Drive, Docs, Sheets, Slides.
Microsoft 365 Outlook, Teams, OneDrive, SharePoint, Calendar, Excel.
Slack Message search, channel history, posting, reminders. Setup →
Notion Pages, databases, blocks, comments, file uploads.
Notion MCP Notion’s hosted MCP server — full-content and Notion AI search.
Confluence Spaces, pages, comments, CQL search. Engineering & Operations
8 services Build, ship, monitor. Triage incidents, automate review chains, query logs.
Jira Issues, transitions, sprints, worklogs, comments.
GitLab Issues, MRs, pipelines, deployments, code search, CI/CD vars.
GitHub Issues, pull requests, releases, code search.
Jenkins Jobs, build status, trigger builds, log retrieval.
Sentry Error tracking, issue queries, events, releases, statistics.
Grafana Dashboards, Loki log search, alert history, metrics.
Windmill Trigger your Windmill scripts, flows and endpoints — via Windmill’s hosted MCP server.
Bug & Feature Reports Let users file bug reports and feature requests via the agent. Setup → Marketing, SEO & Analytics
9 services Where leads come from, what content performs, where the funnel drops.
Google Search Console Search analytics, URL inspection, sitemap management, indexing requests.
Bing Webmaster Bing and Copilot search performance, query and page stats, crawl and index data.
Sistrix Visibility index, rankings, keyword data, backlinks.
BigQuery SQL on your data warehouse — attribution, events, business reports.
Google Ads Accounts, campaigns, ad groups, performance reporting (read-only).
Google Analytics GA4 traffic, engagement, and conversion reports (read-only).
Google Tag Manager Stage tags, triggers and variables in workspaces — publishing stays a human step.
Amplitude Charts, active users, cohorts, experiments, session replays. Deal pipelines, accounts, contacts — the sales surface the agent reaches into.
HubSpot Contacts, companies, deals, tickets, engagement activities — via HubSpot’s MCP server.
Pipedrive Deals, persons, organizations, activities, pipelines, leads, notes. Design & Creative
4 services
Figma Files, components, styles, comments, dev resources.
Figma MCP Figma’s hosted MCP server — design-to-code context, design tokens, write-to-canvas.
Miro Visual collaboration boards — items, frames, sticky notes, comments.
Supernova Design system tokens, components, documentation (read-only). Workplace & Content
4 services
WordPress Posts, pages, Yoast SEO metadata. Multi-instance support.
Transifex Translation projects, strings, languages, reviews.
Home Assistant Office sensors, heating control, environment state.
Joan Desk and meeting-room booking, cross-service automation.
App Store Connect iOS app reviews, ratings, versions, builds, TestFlight testers.
Google Play Android app reviews, ratings, release track management.
Google Play Vitals Android crash rate, ANR rate, errors and performance metrics (daily).
Google Play Reports Play Console download reports — installs, store performance, acquisitions (CSV). Beyond the catalog — long-tail discovery
The services above expose a curated surface that ships in every tools/list response — the actions hand-picked for clarity and ergonomics. Most services carry a much larger long-tail auto-generated from their OpenAPI spec (the catalog currently exceeds 17,000 long-tail actions). These do not load into context every turn; the model finds them on demand via gateway_search_actions and pulls a definition only when a query matches.
As of May 2026 long-tail discovery is on by default per service, with a per-service toggle in the dashboard to opt out. See Dynamic action discovery for the full reference, or the launch write-up for the design rationale.
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.