Token导航 LogoToken导航TokenDH.com
Unified Gateway MCP logo
AI代理未说明官方级别未说明来源级核验

Unified Gateway MCP

MCP Server

MCP360统一网关是一个提供100+外部工具访问的集成平台,支持AI代理快速执行搜索、研究任务和SEO工作流,简化多API集成过程。

工具数

2

提示词数

0

GitHub Stars

20

资源数

0
AI代理企业安全TypeScriptClaudeAPI网关Claude DesktopClaudeCursorWindsurfClineVS Code

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mcp360

提供方

mcp360

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

🚀 MCP360通用网关

![License: MIT](https://opensource.org/licenses/MIT) ](https://nodejs.org)

开始使用特性文档支持

______________________________________________________________________

🎯 什么是MCP360?

MCP360是一个统一的MCP网关 这使AI代理能够访问 100+外部工具,包括预构建的MCP和定制的MCP服务器。您可以一次性连接您的代理,并立即运行搜索、研究任务、SEO工作流和其他操作操作。无需花费数天时间集成多个API,只需简单设置即可轻松连接100多种工具,或添加自己的工具 自定义MCP 当你需要特定的逻辑或数据时。

______________________________________________________________________

✨ 主要特点

Smart Discovery

Find the perfect tool across all connected MCP servers

Universal Execution

Run any tool from any MCP server with a single command

Enterprise Security

API key authentication with secure token handling

Universal Access

Single gateway to marketplace MCPs and custom integrations

Lightning Fast

Optimized for performance with global CDN delivery

Universal Compatibility

Works with Claude Desktop, Cursor, Windsurf, VS Code & more

______________________________________________________________________

🚀 快速开始

步骤1:获取API密钥

  1. 注册mcp360.ai 🎉
  2. 导航到 设置→ API密钥 ⚙️
  3. 点击 生成新密钥 🔑
  4. 安全复制API密钥📋

第二步:选择您的平台

🖥️ Claude Desktop (Click to expand)

配置文件位置:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • 窗户: %APPDATA%\Claude\claude_desktop_config.json

添加此配置:

{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": ["-y", "@mcp360/universal-gateway"],
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

重新启动克劳德桌面 你准备好了! 🎊

🎯 Cursor

  1. 打开光标设置: Cmd/Ctrl + Shift + J
  2. 导航到 主控程序 部分
  3. 添加服务器配置:
{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": ["-y", "@mcp360/universal-gateway"],
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

重新启动游标 激活! 🚀

💻 Claude Code

配置文件位置:

  • macOS/Linux: ~/.config/claude-code/mcp_settings.json
  • 窗户: %APPDATA%\claude-code\mcp_settings.json

添加此配置:

{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": ["-y", "@mcp360/universal-gateway"],
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

重新启动Claude代码 加载网关! ✨

🌊 Windsurf

配置文件位置:

  • macOS: ~/Library/Application Support/Windsurf/mcp_config.json
  • 窗户: %APPDATA%\Windsurf\mcp_config.json

添加此配置:

{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": ["-y", "@mcp360/universal-gateway"],
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

重新启动Windsurf 激活! 🌟

🔧 VS Code (Cline Extension)

  1. 安装 临床扩展
  2. 打开 临床设置
  3. 添加MCP服务器配置:
{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": ["-y", "@mcp360/universal-gateway"],
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

重新加载VS代码 激活网关! 💡

🤖 YourGPT

  1. 去你的 YourGPT仪表板
  2. 选择 函数 从侧边栏
  3. 选择 MCP服务器 选项
  4. 您将看到两个选项:

- 浏览市场MCP -从预配置的MCP服务器中选择 - 添加自定义MCP -添加您自己的MCP服务器配置

在您的GPT中使用MCP360:

  • 选择 添加MCP
  • 输入服务器详细信息:

- 姓名: mcp360 - 网址: https://connect.mcp360.ai/v1/mcp360/mcp?token=YOUR_API_KEY

保存并激活 开始在YourGPT中使用MCP360! 🎉

🚄 专业提示:全球安装

对于 更快的启动时间,全局安装:

npm install -g @mcp360/universal-gateway

然后更新配置以使用global命令:

{
  "mcpServers": {
    "mcp360": {
      "command": "mcp360-gateway",
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

______________________________________________________________________

🛠️ 核心工具

网关提供 2个强大的元工具 解锁100多种服务:

1️⃣ search -发现可用工具

在所有连接的MCP服务器上找到适合您任务的完美工具。

参数:

  • query *(可选)*:按名称或描述筛选的搜索词

示例:

💬 "Search for email tools"
💬 "Show me all available tools"
💬 "Find tools for SEO"
💬 "What tools can help with keyword research?"

退货: 包含名称、描述和参数的匹配工具的综合列表。

______________________________________________________________________

2️⃣ execute -运行任何工具

使用动态参数从任何连接的MCP服务器执行任何工具。

参数:

  • tool_name *(必填)*:要执行的工具的名称
  • arguments *(可选)*:作为对象的工具特定参数

示例:

💬 "Execute verify_email with email 'test@example.com'"
💬 "Run keyword_research with keyword 'AI tools'"
💬 "Execute get_crypto_price for Bitcoin"

退货: 根据您的要求定制特定工具的结果。

______________________________________________________________________

🌟 可用服务

🏪 MCP360市场

服务描述用例
🔍 关键词研究SEO关键词分析和搜索量内容策略、SEO优化
📊 OnPage SEO检查器网站SEO元素分析网站审计、优化
✉️ 邮箱验证验证电子邮件地址列表清理、表单验证
🕷️ Web剪贴从网站中提取内容数据收集、监控
📈 谷歌趋势搜索趋势和兴趣数据市场研究、趋势主题
💰 加密货币实时加密货币价格和市场数据价格跟踪、投资组合管理

🔧 您的自定义MCP

您在MCP360帐户中创建的所有自定义MCP服务器都可以通过通用网关自动使用!

______________________________________________________________________

📖 典型工作流程

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, ... }

______________________________________________________________________

它是如何工作的:

  1. 🔐 验证 使用API密钥
  2. 🔄 聚合 来自市场和定制MCP的所有可用工具
  3. 🎯 暴露 通过两个简单的元工具: searchexecute
  4. 执行 根据您的请求动态地使用工具

______________________________________________________________________

🔧 配置

环境变量

变量描述URL
MCP360_TOOL_URL您的MCP360 API密钥https://connect.mcp360.ai/v1/mcp360/_tool_name_/mcp
MCP360_UNIVERSAL_GATEWAY自定义网关URLhttps://connect.mcp360.ai/v1/mcp360/mcp

自定义网关URL

对于企业部署或自定义配置:

{
  "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"
      }
    }
  }
}

🚀 快速开始

步骤1:获取API密钥(可选)

MCP360支持 灵活的身份验证 让你快速开始:

🔑 Option 1: Manual API Key Setup

  1. 注册mcp360.ai 🎉
  2. 导航到 设置→ API密钥 ⚙️
  3. 点击 生成新密钥 🔑
  4. 复制API密钥并将其添加到配置中📋

🔐 Option 2: Skip API Key - Use OAuth 2.0 (Automatic Fallback)

没有API密钥?没问题! 只需在没有API密钥的情况下连接MCP360,我们的OAuth 2.0流将自动激活:

  1. 🌐 您的浏览器将打开MCP360登录页面
  2. 🔓 您授予访问MCP360帐户的权限
  3. 📂 您选择您的项目和API密钥
  4. ✅ 身份验证无缝完成

优点:

  • ⚡ 零人工API密钥管理
  • 🔄 轻松切换项目
  • 🔒 基于安全令牌的身份验证
  • 🎯 精细的权限控制
注: 如果您的配置中没有提供API密钥,OAuth 2.0身份验证将在首次使用时自动触发。

______________________________________________________________________

🔒 企业级安全

🛡️ 安全合规与认证

MCP360以企业安全为核心构建,确保您的数据受到行业领先标准的保护。

🇪🇺 GDPR Compliant

Full compliance with European data protection regulations

✓ Data Privacy

✓ User Consent

✓ Right to Delete

🔐 SOC 2 Type II

Rigorous security, availability, and confidentiality controls

✓ Security Controls

✓ Availability

✓ Confidentiality

🏆 ISO 27001

International standard for information security management

✓ Risk Management

✓ Asset Protection

✓ Continuous Improvement

🔑 安全身份验证选项

方法安全级别最适合
OAuth 2.0🔒🔒🔒 最高生产环境、团队访问
API密钥🔒🔒 高发展,个人项目

安全功能:

  • 🔐 加密通信:所有通过TLS 1.3传输的数据
  • 🔄 代币轮换:自动刷新OAuth令牌
  • 📊 审计日志:完成活动跟踪
  • 🚫 速率限制:防止虐待
  • 🛡️ DDoS防护:企业级基础设施
  • 🔍 异常检测:AI驱动的安全监控

______________________________________________________________________

📚 资源

了解如何使用MCP360设置、测试和管理MCP服务器和功能:

🚀 MCP360 Integration

Step-by-step installation, configuration, and your first tool execution. Perfect for beginners!

⚡ Advanced Capabilities

Deep dive into powerful features, custom MCPs, and advanced workflows for power users.

📖 其他学习资源

Help Center

Comprehensive guides, API references, and best practices

Dev.to Tutorial

Build an Amazon Price Alert system with n8n integration

Code Examples

Ready-to-use code snippets and integration samples

______________________________________________________________________

💬 支持与社区

🐛 Bug Reports & Features

Report bugs, request features

Issue Tracking • Feature Requests

📧 Direct Support

Assistance from our support team

24-hr Response • Priority Support

📄 许可证

该项目根据 MIT许可证 -看看 许可证 文件以获取详细信息。

______________________________________________________________________

🙏 致谢

内置于❤️ 由团队在 MCP360

特别感谢:

  • 🌟 我们所有的贡献者
  • 💡 Claude Desktop的Anthropic团队
  • 🚀 开源社区

______________________________________________________________________

🌟 在GitHub上为我们点赞!

如果您觉得MCP360通用网关有用,请考虑给我们一颗星⭐

](https://github.com/mcp360/universal-gateway)

由...制作❤️ 通过 MCP360

网站文档 • •

目录标签

目录标签

AI代理企业安全TypeScriptClaudeAPI网关本地部署工具集成SEO工具

支持客户端

Claude DesktopClaudeCursorWindsurfClineVS Code

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

oauth

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明oauthremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP