Unified Gateway
Unified MCP Gateway Platform, Marketplace & Custom MCPs
What is Unified Gateway?
Unified Gateway is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to unified mcp gateway platform, marketplace & custom mcps
Unified MCP Gateway Platform, Marketplace & Custom MCPs
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Unified MCP Gateway Platform, Marketplace & Custom MCPs
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx unified-gatewayConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Unified Gateway
The Unified Gateway MCP server acts as a single entry point to a marketplace of MCP tools and custom MCP servers, letting AI agents discover and execute any connected tool through just two meta-tools: search and execute. Rather than configuring dozens of individual MCP servers, developers can connect to the MCP360 gateway with one API key and access keyword research, SEO analysis, email verification, web scraping, Google Trends data, cryptocurrency pricing, and any custom MCPs they have built. This dramatically simplifies MCP infrastructure for teams managing multiple agent tools.
Prerequisites
- Node.js 18 or later with npm and npx available
- An MCP360 account and MCP360_API_KEY from the MCP360 platform
- An MCP-compatible client: Claude Desktop, Cursor, or Claude Code
Install the Unified Gateway package globally (optional)
You can install globally or use npx directly. Global install avoids download time on each start.
npm install -g @mcp360/universal-gatewayObtain your MCP360 API key
Sign up at the MCP360 platform and retrieve your API key from the dashboard. This key authenticates all requests through the unified gateway.
Add the Unified Gateway to your MCP client configuration
Add the gateway server to your Claude Desktop or Cursor MCP settings with your MCP360 API key.
{
"mcpServers": {
"unified-gateway": {
"command": "npx",
"args": ["unified-gateway"],
"env": {
"MCP360_API_KEY": "your-mcp360-api-key"
}
}
}
}Discover available tools via the search tool
Ask your AI assistant to search the tool marketplace to see what capabilities are available through the gateway.
Execute tools through the gateway
Once you have found a tool via search, use the execute meta-tool to run it with the appropriate parameters. The gateway routes the call to the correct backend service.
Unified Gateway Examples
Client configuration
Claude Desktop or Cursor MCP configuration for the Unified Gateway with your MCP360 API key.
{
"mcpServers": {
"unified-gateway": {
"command": "npx",
"args": ["unified-gateway"],
"env": {
"MCP360_API_KEY": "your-mcp360-api-key",
"MCP360_GATEWAY_URL": "https://gateway.mcp360.com"
}
}
}
}Prompts to try
Example prompts that leverage the Unified Gateway's search and execute tools.
- "Search for tools related to SEO keyword research"
- "Execute the email verification tool for [email protected]"
- "Find web scraping tools in the marketplace and use one to extract content from a URL"
- "Search for Google Trends tools and show me trending topics for 'AI agents'"
- "List all available tools in the unified gateway marketplace"Troubleshooting Unified Gateway
Authentication error on startup
Verify MCP360_API_KEY is set correctly in your MCP config env block. The key must be active and associated with a valid MCP360 account. Log in to the MCP360 dashboard to regenerate a key if needed.
search tool returns no results
Try a broader search query or use an empty query to list all available tools. If results are still empty, check that MCP360_GATEWAY_URL points to the correct endpoint and that your API key has access to the marketplace.
execute tool fails with 'tool not found'
Use the search tool first to get the exact tool name as registered in the marketplace. Tool names are case-sensitive. Ensure the tool is available in your MCP360 plan tier.
Frequently Asked Questions about Unified Gateway
What is Unified Gateway?
Unified Gateway is a Model Context Protocol (MCP) server that unified mcp gateway platform, marketplace & custom mcps It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Unified Gateway?
Follow the installation instructions on the Unified Gateway GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Unified Gateway?
Unified Gateway works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Unified Gateway free to use?
Yes, Unified Gateway is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Unified Gateway Alternatives — Similar Developer Tools Servers
Looking for alternatives to Unified Gateway? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Unified Gateway in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Unified Gateway?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.