MCP360 Universal Gateway

Official
TypeScript

Unified MCP gateway that gives AI agents access to 100+ tools, marketplace MCPs, and custom MCP servers through simple search and execute workflows.

About MCP360 Universal Gateway MCP Server

Unified MCP gateway that gives AI agents access to 100+ tools, marketplace MCPs, and custom MCP servers through simple search and execute workflows.

Features

Tools

Transport

streamable-http
Getting Started

Add to your Claude Desktop config: { "mcpServers": { "mcp360": { "command": "npx", "args": ["-y", "@mcp360/universal-gateway"], "env": { "MCP360_API_KEY": "your_api_key_here" } } } }

Tools (2)
Functions this server exposes to AI clients

search

Discover tools across connected MCP servers

execute

Run any tool dynamically with parameters

Example
// Search for tools
const tools = await mcp360.search({ query: "web scraping" });

// Execute a tool
const result = await mcp360.execute({ 
  toolName: "web-scraper",
  parameters: { url: "https://example.com" }
});
Compatible With
Claude Desktop
Cursor
Windsurf
VS Code