Services

40 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 WorkspaceGmail, Calendar, Drive, Docs, Sheets, Slides.
Microsoft 365Outlook, Teams, OneDrive, SharePoint, Calendar, Excel.
SlackMessage search, channel history, posting, reminders.
NotionPages, databases, blocks, comments, file uploads.
Notion MCPNotion’s hosted MCP server — full-content and Notion AI search.
ConfluenceSpaces, pages, comments, CQL search.

Engineering & Operations

10 services

Build, ship, monitor. Triage incidents, automate review chains, query logs.

JiraIssues, transitions, boards, sprints, backlogs, worklogs, comments.
GitLabIssues, MRs, pipelines, deployments, code search, CI/CD vars.
GitHubIssues, pull requests, releases, code search.
JenkinsJobs, build status, trigger builds, log retrieval.
SentryError tracking, issue queries, events, releases, statistics.
GrafanaDashboards, Loki log search, alert history, metrics.
Google Cloud LoggingRead Cloud Logging entries and Cloud Audit Logs — who did what, when, on GCP.
Google Admin SDK ReportsGoogle Workspace audit activities — who created, edited, moved or deleted which file, when (admin-only).
WindmillTrigger your Windmill scripts, flows and endpoints — via Windmill’s hosted MCP server.
Bug & Feature ReportsLet users file bug reports and feature requests via the agent.

Marketing, SEO & Analytics

9 services

Where leads come from, what content performs, where the funnel drops.

Google Search ConsoleSearch analytics, URL inspection, sitemap management, indexing requests.
Bing WebmasterBing and Copilot search performance, query and page stats, crawl and index data.
SistrixVisibility index, rankings, keyword data, backlinks.
BigQuerySQL on your data warehouse — attribution, events, business reports.
Google AdsAccounts, campaigns, ad groups, performance reporting (read-only).
Google AnalyticsGA4 traffic, engagement, and conversion reports (read-only).
Google Tag ManagerStage tags, triggers and variables in workspaces — publishing stays a human step.
AmplitudeCharts, active users, cohorts, experiments, session replays.
MetabaseBI dashboards, native SQL, schema exploration.

Sales & CRM

2 services

Deal pipelines, accounts, contacts — the sales surface the agent reaches into.

HubSpotContacts, companies, deals, tickets, engagement activities — via HubSpot’s MCP server.
PipedriveDeals, persons, organizations, activities, pipelines, leads, notes.

Design & Creative

5 services
FigmaFiles, components, styles, comments, dev resources.
Figma MCPFigma’s hosted MCP server — design-to-code context, design tokens, write-to-canvas.
MiroVisual collaboration boards — items, frames, sticky notes, comments.
SupernovaDesign system tokens, components, documentation (read-only).
Supernova MCPSupernova’s hosted MCP server — design tokens, components, documentation and assets.

Workplace & Content

4 services
WordPressPosts, pages, Yoast SEO metadata. Multi-instance support.
TransifexTranslation projects, strings, languages, reviews.
Home AssistantOffice sensors, heating control, environment state.
JoanDesk and meeting-room booking, cross-service automation.

App Stores

4 services
App Store ConnectiOS app reviews, ratings, versions, builds, TestFlight testers.
Google PlayAndroid app reviews, ratings, release track management.
Google Play VitalsAndroid crash rate, ANR rate, errors and performance metrics (daily).
Google Play ReportsPlay 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.