Unified Gateway

v1.0.0Developer Toolsstable

Unified MCP Gateway Platform, Marketplace & Custom MCPs

agent-toolsagentic-aiai-agentsclaudedeveloper-tools
Share:
20
Stars
0
Downloads
0
Weekly
0/5

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

Access custom MCP servers through unified marketplace platform. Integrate and manage multiple agent tools through single gateway.
mcp360

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedApr 6, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx unified-gateway

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-gateway
2

Obtain 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.

3

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"
      }
    }
  }
}
4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "unified-gateway": { "command": "npx", "args": ["-y", "unified-gateway"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides