Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
MCP Gateway
One MCP gateway to connect Vertex AI to 310+ enterprise SaaS apps. No auth hassle. Token-efficient by design. Security and governance built-in.
An MCP gateway (also called an MCP aggregator) is a single endpoint that connects an AI agent to multiple
MCP servers via the open Model Context Protocol (opens in new tab).
Some gateways act as proxies, routing traffic to MCP servers customers operate themselves. Others provide the
underlying MCP servers as a managed service.
StackOne is the managed kind. We provide pre-built MCP servers for 310+ enterprise SaaS apps,
including ones with no official MCP server today. For each app you connect, StackOne provides the MCP protocol
layer, the SaaS API integration, action coverage, and the auth orchestration framework. Authentication is
configured per app per organization — your team registers OAuth credentials with the SaaS provider, links them
in StackOne, and end users then authorize access through that flow. Once set up, the agent reaches every
connected app through one URL, with token storage, refresh, and per-user scoping handled by StackOne.
StackOne's MCP gateway — SOC2, HIPAA, CCPA, and GDPR compliant — bundles 310+ pre-built SaaS integrations exposing 20,000+ actions, all reachable from your Vertex AI agent through one URL.
One MCP gateway, every enterprise SaaS your Vertex AI agent
could ever need to act on.
Coverage
Every action is built and maintained by StackOne, tested against the live API, and updated when vendors change their endpoints.
Browse all connectorsTrust
StackOne handles OAuth, API keys, refresh, and scopes for every connector, giving enterprise IT full control through auth configs in a multi-tenant setup.
Agent AuthPerformance
Tool Discovery and Code Mode keep your Vertex AI agent's context lean — only relevant actions, no raw response noise. Sharper agents, lower token costs.
Tools DiscoverySecurity
Defender scans every MCP tool response for prompt injection in real time. Up to 97.44%¹ detection, 0.2% false positives. SOC2, HIPAA, CCPA, GDPR compliant.
Prompt Injection Defense¹ Jayavibhav test, 65,000 samples.
From auth config to first agent tool call in 5 minutes.
In Agent Development Kit (ADK) Python, wrap the StackOne gateway URL in MCPToolset and pass it as a tool on your LlmAgent. Deploy via Agent Engine — available to every agent in your GCP project.
from google.adk.agents import LlmAgent
from google.adk.tools.mcp_tool import (
MCPToolset, StreamableHTTPConnectionParams,
)
stackone = MCPToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://api.stackone.com/mcp",
headers={"Authorization": f"Bearer {STACKONE_TOKEN}"},
)
)
agent = LlmAgent(
model="gemini-2.5-flash",
name="enterprise_agent",
tools=[stackone],
) OAuth or API key per app, done once in your dashboard. Tokens stay server-side.
Read-only, specific objects, or per-role exposure. Toggle from the StackOne dashboard.
StackOne maps the agent's tool call to the right action in the right system. Done.
"Sync this week's Salesforce opportunities into BigQuery and open a Linear ticket for any deal blocking the Q3 forecast."
salesforce_list_opportunities linear_create_issue
Synced 38 Salesforce opportunities to BigQuery. Filed REV-512 for the 4 deals blocking Q3.
Cross-app workflows your Vertex AI agent now runs in seconds instead of click-throughs.
> Pull Salesforce account context and join it with BigQuery product usage for the next-best action.
> Reconcile Workday hires with their GitHub access in seconds.
> Reconcile Stripe revenue with the NetSuite GL for month-end close.
> Open a Linear ticket from a Sentry alert and notify the on-call channel.
Same 310+ MCP servers. Same agent context. Pick yours.
MCPToolset with StreamableHTTPConnectionParams, pass it as a tool on your LlmAgent, and deploy via Agent Engine. 310+ pre-built SaaS connectors are reachable through that single toolset. Full walkthrough in the ADK MCP tools docs. Now part of the Gemini Enterprise Agent Platform.MCPToolset instead of one per app, auth managed once in the dashboard, and tool definitions loaded only when relevant to the prompt.StreamableHTTPConnectionParams headers, stored as a Secret Manager secret in your GCP project), SaaS connector credentials (server-side in your StackOne dashboard), and per-user OAuth or session tokens (server-side, scoped per user). StackOne stores OAuth tokens and API keys, refreshes them automatically, and only exposes the actions you've authorized to the agent.One MCP gateway, 310+ pre-built SaaS connectors. Set up in 5 minutes.