MCP360 Universal Gateway
Unified MCP gateway that gives AI agents access to 100+ tools, marketplace MCPs, and custom MCP servers through simple search and execute workflows.
Unified MCP gateway that gives AI agents access to 100+ tools, marketplace MCPs, and custom MCP servers through simple search and execute workflows.
Features
Category
Transport
Add to your Claude Desktop config: { "mcpServers": { "mcp360": { "command": "npx", "args": ["-y", "@mcp360/universal-gateway"], "env": { "MCP360_API_KEY": "your_api_key_here" } } } }
search
Discover tools across connected MCP servers
execute
Run any tool dynamically with parameters
// 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" }
});Sequential Thinking
Dynamic and reflective problem-solving through thought sequences
GitHub
Access GitHub repositories, issues, and pull requests.
Everything
Reference / test server with prompts, resources, and tools
Git
Tools to read, search, and manipulate Git repositories
GitLab
GitLab API, enabling project management
Sentry
Retrieving and analyzing issues from Sentry.io