MCP Catalogs
Homeunified-gateway-mcp screenshot

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.

developer-toolsproductivityseo
4
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:SEO researchers performing keyword analysis and on-page SEO checks
you:Developers needing access to multiple APIs without individual integrations
you:Businesses automating email verification and web scraping workflows
you:What tools are available through MCP360?
you:How does authentication work?

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 README
  • searchquery?: string

    Discover available tools across connected MCP servers by name or description

  • executetool_name: string, arguments?: object

    Execute 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

nexus-mcpserver-mcpweb-scraper-mcpbrowser-tools-mcp

Installation

Installation

  1. Sign up at [mcp360.ai](https://mcp360.ai) to get your API key
  2. 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-gateway

Then 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.