What is the MCP Gateway?
While the Tools library allows you to add individual MCP servers to your projects, the MCP Gateway takes this further by letting you:- Combine multiple MCP servers into a single, unified endpoint
- Cherry-pick specific tools from each server instead of including everything
- Authenticate once and use connections across unlimited gateways
- Control access at the gateway level with Personal or Tenant visibility
- Consume gateways externally via Cursor, Claude Desktop, Claude Code, or any MCP-compatible client
Why Cherry-Pick Tools?
When you connect entire MCP servers to your AI, every tool definition consumes context tokens. This creates three problems:- Token Bloat: Large tool libraries can spend thousands of tokens on definitions alone, increasing costs before your AI even processes your request.
- Context Window Depletion: Every token used for unused tools is a token unavailable for instructions, conversation history, or reasoning.
- Decision Paralysis: When presented with 100+ options, AI models make worse decisions—they select suboptimal tools, combine them incorrectly, or hesitate when a clear choice exists.
Connect Once, Use Everywhere
With the MCP Gateway, you authenticate into an app once. That connection is then available across every gateway you create:- Connect to Microsoft 365 once, use it in your development gateway, support gateway, and analytics gateway
- Update credentials in one place, automatically propagate to all gateways
- No more juggling OAuth flows across different configurations
Access Control and Visibility
The MCP Gateway supports two visibility levels:- Personal: Gateway is only visible and usable by you
- Tenant: Gateway is available to all users in your organization
- Restrict which MCP servers are available to users
- Grant or revoke access to specific servers
- Promote gateways from Personal to Tenant visibility
- Authenticate into apps on behalf of end users without sharing credentials (delegated authentication)
Observability and Logging
The MCP Gateway provides visibility into gateway usage and activity:- For Administrators: Full visibility across the entire tenant, including all gateways (both Personal and Tenant-level), usage metrics, request logs, and activity across all users.
- For End Users: Visibility limited to your own Personal gateways, including usage metrics and request history for gateways you created.
Getting Started
Navigate to the MCP Gateway
- In the Airia platform sidebar, expand the Gateway section.
- Click MCP Gateway to see the submenu.
- Select Gateway List to view and manage your gateways.
- Select Server Management to curate which MCP servers are available to end users (requires admin access). This allows administrators to control the list of approved servers that end users can include in their Personal gateways, preventing access to applications that should be restricted.
Connect Your Services
- Navigate to Gateway > MCP Gateway > Server Management.
- Browse the catalog of 175+ verified MCP applications.
- Click on an application to initiate the connection.
- For OAuth-based apps, complete the authentication flow. For API key-based apps, enter your credentials.
- Once connected, the integration is saved to your account.
Create a Gateway
- Navigate to Gateway > MCP Gateway > Gateway List.
- Click New Gateway.
- Enter a descriptive name for your gateway (e.g., “Development Tools”, “Customer Support”).
- Select which connected apps to include.
- Cherry-pick specific tools from each app—include only what you need.
- Choose visibility: Personal or Tenant.
- Click Create to save your gateway.
Edit a Gateway
Gateways are designed to evolve with your needs:- Start small, grow later: Begin with 2-3 essential tools, then add more as your workflow expands.
- Start large, refine over time: Include all tools initially, then prune unused ones based on actual usage.
Using Your Gateway
Within the Airia Platform
Your gateways are automatically available in the pipeline builder:- Add a model node to your pipeline.
- In the Tools section, select MCP Tools.
- Choose your gateway from the dropdown.
- Select which tools from that gateway to make available to the model.
With External MCP Clients
Your gateway provides an SSE endpoint for external tools. Choose your client below:Cursor IDE
Add to your~/.cursor/mcp.json:
Claude Desktop
Add to your Claude Desktop configuration file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code
Run the following command:Advanced: Radar (Dynamic Tool Discovery)
For gateways with large tool libraries (50+ tools), enable Radar to dynamically discover and deliver only relevant tools based on each request.How Radar Works
- Analyzes the incoming request to understand what capabilities are needed.
- Searches your full tool library to find the most relevant matches.
- Dynamically caches frequently-used tools for fast retrieval.
- Delivers only the relevant tools to your AI model.
Enabling Radar
Change/mcp to /radar in your gateway URL:
When to Use Radar
| Scenario | Recommendation |
|---|---|
| Gateways with 50+ tools | Use Radar |
| Multi-domain gateways | Use Radar |
| Cost-sensitive applications | Use Radar |
| Focused gateways (20 tools) | Standard /mcp |
| Single-purpose integrations | Standard /mcp |
Beta testers report 60-80% reduction in token usage for tool definitions when using Radar.
Best Practices
Start small, grow intentionally
Start small, grow intentionally
Begin with 2-3 integrations you’ll use most frequently, then expand as needed.
Cherry-pick ruthlessly
Cherry-pick ruthlessly
For each app, ask: “Which specific tools will my AI actually use?”
Create purpose-specific gateways
Create purpose-specific gateways
Instead of one mega-gateway, create focused gateways:
- Development Gateway: GitHub + Linear + Slack
- Support Gateway: Zendesk + Notion + Slack
- Analytics Gateway: Google Analytics + BigQuery + Sheets
Iterate and refine
Iterate and refine
After using a gateway, review which tools are called, remove unused ones, and add tools you wish you had.
Use Radar for large libraries
Use Radar for large libraries
If your gateway has more than 20 tools, enable Radar for significant performance gains.
Security
Verified Applications
175+ verified MCP applications with security-scanned code and continuous monitoring
SOC 2 Compliant
SOC 2 Type II compliant infrastructure
End-to-End Encryption
All credentials and tokens are encrypted end-to-end
Tenant Isolation
No credential sharing between tenants
