unified-gateway
Unified MCP Gateway Platform, Marketplace & Custom MCPs
claude mcp add --transport stdio mcp360-unified-gateway-mcp npx -y @mcp360/universal-gateway \ --env MCP360_API_KEY="your_api_key_here"
How to use
MCP360 Universal Gateway acts as a centralized access point to a large collection of MCP servers and tools. Once configured with your API key, it enables smart discovery and universal execution across all connected services, allowing AI agents to search for the most suitable tool and run operations from any MCP server through a single gateway. Two core meta-tools are exposed: search for discovering available tools across the marketplace and connected custom MCPs, and execute for running any chosen tool with its required parameters. This setup streamlines workflows such as SEO research, data scraping, email verification, and more by consolidating access behind one gateway rather than wiring multiple APIs. To use it, configure the gateway in your environment (or install globally) and point your client or agent to the gateway through your preferred MCP interfaces, providing your API key for authentication. You can also leverage the optional global installation to speed up startup times and then reference the gateway by a shorter command name.
How to install
Prerequisites:
- Node.js v18 or newer
- npm (comes with Node.js)
Installation steps:
- Install the gateway globally (recommended for faster startup):
npm install -g @mcp360/universal-gateway
- Configure your MCP gateway in your client apps or agents by referencing the global command as shown:
{
"mcpServers": {
"mcp360": {
"command": "mcp360-gateway",
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}
- Alternatively, run via npx without global install (as described in the repository):
npx -y @mcp360/universal-gateway
- If you prefer local usage, install in your project and invoke via node/npm scripts as needed.
Prereqs and notes:
- Obtain an MCP360 API key from your account settings.
- The MCP360_API_KEY must be provided to authenticate requests through the gateway.
Additional notes
Tips and caveats:
- API key: Always keep MCP360_API_KEY secure and do not expose it in client-side code.
- If you install globally, you can simplify your config by using command mcp360-gateway in the mcpServers config.
- The gateway exposes two main tools, search and execute, to discover tools and run any tool from any connected MCP server.
- You can integrate the gateway with various clients (Claude Desktop, Cursor, Windsurf, Claude Code, VS Code, YourGPT) by adding the mcp360 configuration blocks shown in the README to each platform's config file.
- If you encounter connectivity or authentication issues, verify your API key, ensure the gateway process has network access, and check that the target MCP server(s) are online and accessible.
- You can expand the setup by adding more MCP servers or using custom configurations as needed; the config format supports multiple servers under mcpServers.
- Environment variables can be extended with additional options as required by your deployment environment.
Related MCP Servers
shodan
Shodan MCP server for Claude, Cursor & VS Code. 20 tools for passive reconnaissance, CVE/CPE intelligence, DNS analysis, and device search. 4 tools work free without an API key. OSINT and vulnerability research from your IDE.
xcatcher -manifest
Agent-first Remote MCP for X (Twitter) batch crawling with x402 USDC top-up (Base/Solana). Includes OpenAPI + copy-paste ADK/curl E2E examples.
cadre-ai
Your AI agent squad for Claude Code. 17 specialized agents, persistent memory, desktop automation, and a common sense engine.
uxc
Universal API calling CLI for URL-first discovery and invocation across OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC.
aguara
MCP server for Aguara. Gives AI agents security scanning as a tool — checks skills, plugins, and configs before install.
agent-comm
MCP server for AI agent task communication and delegation with diagnostic lifecycle visibility