MCP360: Unified MCP Gateway
Access all MCP servers through a single unified gateway. MCP360 provides seamless access to 100+ MCP tools from the Marketplace plus support for your custom MCPs, allowing you to discover and execute tools from any connected MCP server through one simple interface.
Features
π Search & Execute - Check available tools across all connected MCP servers and execute them dynamically
π Universal Access - Single gateway to marketplace MCPs and your custom MCPs
π Secure - API key authentication
π¦ Easy Setup - Works with Claude Desktop and any MCP-compatible client
β‘ Fast - Instant tool discovery and execution
π Extensible - Add unlimited custom MCP servers
Quick Example
Once configured, you can interact with all your MCP tools through natural language:
Installation
Global Installation (Recommended)
Local Installation
Quick Start
1. Get Your API Key
Sign up at mcp360.ai
Navigate to Settings β API Keys
Generate a new API key
2. Configure Claude Desktop
Edit your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Or if installed globally:
3. Restart Claude Desktop
Restart Claude Desktop to load the gateway.
Available MCP Services
The Universal Gateway provides access to:
MCP360 Marketplace Services
Keyword Research - SEO keyword research and search volumes
OnPage SEO Checker - Analyze website SEO elements
Email Verification - Validate email addresses
Web Scraping - Extract content from websites
Google Trends - Search trends and interest data
Cryptocurrency - Real-time crypto prices and market data
Your Custom MCPs
All custom MCP servers you've created in your MCP360 account.
Typical Workflow
Execute the tool:
User: Verify email "john@example.com" is valid using MCP360
Environment Variables
MCP360_API_KEY(required): Your MCP360 API keyMCP360_GATEWAY_URL(optional): Custom gateway URL (defaults tohttps://connect.mcp360.ai/v1/mcp360/mcp)
Development
Clone and Build
Development Mode
Type Checking
How It Works
The gateway:
Authenticates with your API key
Aggregates all available tools from marketplace and custom MCPs
Exposes them through 2 simple meta-tools:
searchandexecute
Troubleshooting
Gateway Not Appearing
Check that your
claude_desktop_config.jsonis valid JSONVerify your API key is correct
Restart Claude Desktop completely
Check Claude Desktop logs for errors
Authentication Errors
Verify your API key is valid and not expired
Ensure you have the correct permissions in your MCP360 account
Check that the API key hasn't been revoked
Tool Execution Errors
Use
searchfirst to discover the correct tool nameCheck that all required parameters are provided
Verify parameter types match what the tool expects
Review Claude Desktop logs for detailed error messages
API Reference
For detailed API documentation, visit: help.mcp360.ai
Support
π Documentation: help.mcp360.ai
π Issues: github.com/mcp360/unified-gateway-mcp/issues
π§ Email: support@mcp360.ai
π¬ Discord: discord.gg/mcp360
License
MIT
Contributing
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
Made with β€οΈ by MCP360