MCP 服务器概览
What is Unified Gateway Mcp?
Unified Gateway Mcp (MCP360 Universal Gateway) is a unified MCP gateway and marketplace that exposes 100+ external tools (marketplace MCPs and your custom MCP servers) to AI agents. It aggregates tools and exposes two meta-tools — search (discover available tools) and execute (run any tool) — so agents and developer clients can discover and run services via a single, secure gateway.
How to use the project?
- Get an API key at mcp360.ai (or use the OAuth 2.0 automatic fallback).
- Install/run the gateway locally via npx (@mcp360/universal-gateway) or globally (npm i -g @mcp360/universal-gateway) and add the MCP server configuration to your agent/client (Claude Desktop, Cursor, Claude Code, Windsurf, VS Code Cline extension, OpenClaw, YourGPT, etc.).
- Configure your client with the provided JSON snippet (set MCP360_API_KEY and optionally MCP360_GATEWAY_URL).
- Use the
searchmeta-tool to find tools andexecuteto run them with the required arguments. - Troubleshoot or extend via provided examples, docs (help.mcp360.ai), and GitHub issues.
Key features
- Smart Discovery: search across connected MCP servers to find the best tool.
- Universal Execution: run any tool from any MCP server with a single command.
- Enterprise Security: API key and OAuth 2.0 support, token handling, audit logs, TLS, SOC2/GDPR/ISO claims.
- Universal Access & Compatibility: single gateway for marketplace MCPs and custom MCPs; works with Claude Desktop, Cursor, VS Code, OpenClaw, YourGPT and more.
- Performance & Reliability: optimized for speed with CDN delivery, rate limiting and DDoS protections.
- Extensible: add your own custom MCP servers and use marketplace MCPs immediately.
Use cases
- SEO & content workflows: keyword research, on-page SEO checks, trend data aggregation.
- Data collection & automation: web scraping and structured data extraction for monitoring and research.
- Email & list hygiene: email verification and validation in ingestion pipelines.
- Finance/market data: fetch crypto prices and market metrics for agent workflows.
- Agent tooling: give AI agents a single integrated toolset to discover and execute external services.
- Enterprise integrations: centralize many third-party APIs behind a secure gateway with access controls.
FAQ
-
Q: How do I authenticate? A: You can use an API key (generated in MCP360 Settings) or the OAuth 2.0 automatic flow (no manual API key required). Both are supported and recommended for different scenarios (API key for dev, OAuth for production/team setups).
-
Q: Which clients and platforms are supported? A: Official examples and configuration snippets are provided for Claude Desktop, Cursor, Claude Code, Windsurf, VS Code (Cline extension), OpenClaw, YourGPT, and general NPM/global installs. Any agent runtime that supports MCP servers can connect.
-
Q: Can I add my own tools or custom MCP servers? A: Yes — you can register custom MCP servers in your MCP360 account and they become available through the universal gateway alongside marketplace MCPs.
-
Q: What are the core commands/tools exposed? A: Two core meta-tools:
search(discover available tools) andexecute(run a named tool with parameters). These return structured tool definitions and tool-specific results. -
Q: Is the gateway secure for enterprise use? A: The project advertises enterprise-grade security (TLS, token rotation/OAuth, audit logs, rate limiting) and compliance claims (GDPR, SOC 2, ISO 27001). For production, use OAuth and review enterprise docs.
-
Q: Where can I get help or report issues? A: Use the GitHub repository (issues) and support@mcp360.ai. Documentation and examples are available at help.mcp360.ai and the repo’s examples folder.
-
Q: What’s the license? A: The project is MIT-licensed.