MCP360 is a unified MCP gateway that gives AI agents access to 100+ external tools, including prebuilt MCPs and custom MCP servers. You can connect your agents once and immediately run searches, research tasks, SEO workflows, and other operational actions. Instead of spending days integrating multiple APIs, connect to 100+ tools easily with a simple setup, or add your own Custom MCPs when you need specific logic or data.
- Sign up at mcp360.ai π
- Navigate to Settings β API Keys βοΈ
- Click Generate New Key π
- Copy your API key securely π
π₯οΈ Claude Desktop (Click to expand)
Configuration File Locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Restart Claude Desktop and you're ready! π
π― Cursor
- Open Cursor Settings:
Cmd/Ctrl + Shift + J - Navigate to the MCP section
- Add server configuration:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Restart Cursor to activate! π
π» Claude Code
Configuration File Locations:
- macOS/Linux:
~/.config/claude-code/mcp_settings.json - Windows:
%APPDATA%\claude-code\mcp_settings.json
Add this configuration:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Restart Claude Code to load the gateway! β¨
π Windsurf
Configuration File Locations:
- macOS:
~/Library/Application Support/Windsurf/mcp_config.json - Windows:
%APPDATA%\Windsurf\mcp_config.json
Add this configuration:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Restart Windsurf to activate! π
π§ VS Code (Cline Extension)
- Install the Cline extension
- Open Cline settings
- Add MCP server configuration:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Reload VS Code to activate the gateway! π‘
π€ YourGPT
- Go to your YourGPT Dashboard
- Select Functions from the sidebar
- Choose the MCP Server option
- You'll see two options:
- Browse Marketplace MCP - Select from pre-configured MCP servers
- Add Custom MCP - Add your own MCP server configuration
Use MCP360 in YourGPT:
- Select Add MCP
- Enter the server details:
- Name:
mcp360 - URL:
https://connect.mcp360.ai/v1/mcp360/mcp?token=YOUR_API_KEY
- Name:
Save and activate to start using MCP360 in YourGPT! π
For faster startup times, install globally:
npm install -g @mcp360/universal-gatewayThen update your config to use the global command:
{
"mcpServers": {
"mcp360": {
"command": "mcp360-gateway",
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}The gateway provides 2 powerful meta-tools that unlock access to 100+ services:
Find the perfect tool for your task across all connected MCP servers.
Parameters:
query(optional): Search term to filter by name or description
Examples:
π¬ "Search for email tools"
π¬ "Show me all available tools"
π¬ "Find tools for SEO"
π¬ "What tools can help with keyword research?"Returns: Comprehensive list of matching tools with names, descriptions, and parameters.
Execute any tool from any connected MCP server with dynamic parameters.
Parameters:
tool_name(required): Name of the tool to executearguments(optional): Tool-specific parameters as an object
Examples:
π¬ "Execute verify_email with email 'test@example.com'"
π¬ "Run keyword_research with keyword 'AI tools'"
π¬ "Execute get_crypto_price for Bitcoin"Returns: Tool-specific results tailored to your request.
| Service | Description | Use Cases |
|---|---|---|
| π Keyword Research | SEO keyword analysis & search volumes | Content strategy, SEO optimization |
| π OnPage SEO Checker | Website SEO element analysis | Site audits, optimization |
| βοΈ Email Verification | Validate email addresses | List cleaning, form validation |
| π·οΈ Web Scraping | Extract content from websites | Data collection, monitoring |
| π Google Trends | Search trends & interest data | Market research, trending topics |
| π° Cryptocurrency | Real-time crypto prices & market data | Price tracking, portfolio management |
All custom MCP servers you've created in your MCP360 account are automatically available through the Universal Gateway!
graph LR
A[π Discover Tools] --> B[π Check Parameters]
B --> C[β‘ Execute Tool]
C --> D[π Get Results]
D --> E{Need More?}
E -->|Yes| A
E -->|No| F[β
Done]
# Step 1: Discover
User: "Search for email tools"
β Returns: verify_email, send_email, email_lookup, etc.
# Step 2: Check Details
β See: verify_email requires { email: string }
# Step 3: Execute
User: "Execute verify_email with email 'john@example.com'"
β Returns: { valid: true, deliverable: true, ... }How it works:
- π Authenticate with your API key
- π Aggregate all available tools from marketplace and custom MCPs
- π― Expose them through 2 simple meta-tools:
searchandexecute - β‘ Execute tools dynamically based on your requests
| Variable | Description | URL |
|---|---|---|
MCP360_TOOL_URL |
Your MCP360 API key | https://connect.mcp360.ai/v1/mcp360/_tool_name_/mcp |
MCP360_UNIVERSAL_GATEWAY |
Custom gateway URL | https://connect.mcp360.ai/v1/mcp360/mcp |
For enterprise deployments or custom configurations:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here",
"MCP360_GATEWAY_URL": "https://your-custom-gateway.com/mcp"
}
}
}
}MCP360 supports flexible authentication to get you started quickly:
π Option 1: Manual API Key Setup
- Sign up at mcp360.ai π
- Navigate to Settings β API Keys βοΈ
- Click Generate New Key π
- Copy your API key and add it to your configuration π
π Option 2: Skip API Key - Use OAuth 2.0 (Automatic Fallback)
No API key? No problem! Simply connect MCP360 without an API key, and our OAuth 2.0 flow will automatically activate:
- π Your browser opens to the MCP360 sign-in page
- π You grant permission to access your MCP360 account
- π You select your project and API key
- β Authentication completes seamlessly
Benefits:
- β‘ Zero manual API key management
- π Easy project switching
- π Secure token-based authentication
- π― Granular permission control
Note: If you don't provide an API key in your configuration, OAuth 2.0 authentication will trigger automatically on first use.
MCP360 is built with enterprise security at its core, ensuring your data is protected with industry-leading standards.
| Method | Security Level | Best For |
|---|---|---|
| OAuth 2.0 | πππ Highest | Production environments, team access |
| API Key | ππ High | Development, personal projects |
Security Features:
- π Encrypted Communication: All data transmitted over TLS 1.3
- π Token Rotation: Automatic OAuth token refresh
- π Audit Logs: Complete activity tracking
- π« Rate Limiting: Protection against abuse
- π‘οΈ DDoS Protection: Enterprise-grade infrastructure
- π Anomaly Detection: AI-powered security monitoring
Learn how to set up, test, and manage MCP servers and functions using MCP360:
|
π Bug Reports & Features Report bugs, request features Issue Tracking β’ Feature Requests |
π§ Direct Support Assistance from our support team 24-hr Response β’ Priority Support |
This project is licensed under the MIT License - see the LICENSE file for details.
Built with β€οΈ by the team at MCP360
Special thanks to:
- π All our contributors
- π‘ The Anthropic team for Claude Desktop
- π The open-source community
If you find MCP360 Universal Gateway helpful, please consider giving us a star β
Made with β€οΈ by MCP360
Website β’ Documentation β’ GitHub β’ npm

