unified-gateway-mcp
by mcp360·★ 20·Score 43
MCP360 is a unified gateway connecting AI agents to 100+ tools through a simple search and execute interface.
Overview
MCP360 Universal Gateway serves as a central hub that consolidates access to numerous MCP servers and tools. Instead of integrating multiple APIs individually, users connect once and gain access to pre-built MCPs for SEO, email verification, web scraping, and more. The gateway provides two meta-tools: 'search' to discover available tools across all connected services, and 'execute' to run any tool dynamically. The platform supports multiple client environments including Claude Desktop, Cursor, Windsurf, VS Code, and offers enterprise-grade security with API key authentication and OAuth 2.0 support.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose MCP360 when you need access to multiple specialized tools without managing individual MCP configurations, especially for SEO, email verification, and market research workflows.
When NOT to choose this
Avoid if you need direct control over individual MCP server configurations, have strict data residency requirements, or prefer open-source solutions without vendor lock-in.
Tools this server exposes
2 tools extracted from the READMEsearchquery?: stringDiscover available tools across connected MCP servers by name or description
executetool_name: string, arguments?: objectExecute any tool from any connected MCP server with dynamic parameters
Note: The MCP server exposes two core meta-tools: 'search' and 'execute'. These tools act as a gateway to access 100+ services through the marketplace and custom MCPs, but the specific tools available for execution depend on the user's account co
Comparable tools
Installation
Installation
- Sign up at [mcp360.ai](https://mcp360.ai) to get your API key
- Add the MCP server configuration to your client settings
Claude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Global Installation (Optional)
npm install -g @mcp360/universal-gatewayThen update config to use global command:
{
"mcpServers": {
"mcp360": {
"command": "mcp360-gateway",
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}FAQ
- What tools are available through MCP360?
- MCP360 provides access to 100+ tools including SEO analysis, email verification, web scraping, Google Trends, cryptocurrency data, and custom MCP servers you create.
- How does authentication work?
- MCP360 supports both API key authentication and OAuth 2.0. If no API key is provided, the OAuth 2.0 flow will automatically activate on first use.
Compare unified-gateway-mcp with
Last updated · Auto-generated from public README + GitHub signals.