← 返回 Skills 市场
lunarpulse

mcp-adapter

作者 lunarpulse · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
5556
总下载
4
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-adapter
功能描述
Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.).
安全使用建议
Install only if you understand and trust the MCP servers you configure. Prefer HTTPS, read-only or least-privilege credentials, restrict the mcp tool to trusted agents, require separate approval for tools that write/delete/publish/query sensitive records, and review diagnostic reports before sharing them.
功能分析
Type: OpenClaw Skill Name: mcp-adapter Version: 0.1.0 The skill bundle is classified as suspicious due to the declared `stdio` transport capability within the `config/openclaw.plugin.json` schema. This schema explicitly includes properties like `command`, `args`, and `env` for the `stdio` transport, which would allow for arbitrary command execution on the host system. While the current JavaScript implementation in `src/index.js` only supports the `http` transport, the declaration of this high-risk capability in the plugin's configuration schema makes the bundle inherently risky, even if not actively exploited by the current code. The `SKILL.md` and other documentation files are benign and do not contain prompt injection attempts.
能力评估
Purpose & Capability
The runtime behavior matches the stated purpose: it connects to configured HTTP MCP servers, lists their tools, and forwards requested tool calls and arguments. This can include sensitive or mutating tools such as database queries, but that capability is central to the skill and is documented.
Instruction Scope
The skill exposes a broad generic mcp list/call interface and does not enforce per-tool allowlists, read-only mode, or confirmations itself. The documentation includes some security guidance, but control is delegated to OpenClaw agent configuration and the configured MCP servers.
Install Mechanism
The package uses normal npm dependencies and has no package scripts or install-time execution beyond dependency installation. The documented install flow is a standard extension install and OpenClaw restart.
Credentials
Network access to configured MCP HTTP endpoints is proportionate for an MCP adapter. The config schema mentions stdio command/args/env fields, but the current implementation only uses HTTP URLs and does not spawn commands.
Persistence & Privilege
No hidden persistence, credential harvesting, local file indexing, destructive filesystem behavior, or background privilege escalation was found. The service keeps in-memory MCP connections while OpenClaw is running and closes them on stop.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-adapter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-adapter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release as "mcp-integration" for accessing external data and tool APIs via the Model Context Protocol. - Provides unified `mcp` tool with `list` and `call` actions for tool discovery and execution. - Includes detailed usage guide covering tool discovery, parameter validation, tool execution, response parsing, error handling, and multi-step workflows. - Added real-world examples, error handling patterns, and reference links for setup and troubleshooting. - Designed to enable AI agents to integrate external services such as legal databases, APIs, and weather data through MCP servers.
元数据
Slug mcp-adapter
版本 0.1.0
许可证
累计安装 209
当前安装数 24
历史版本数 1
常见问题

mcp-adapter 是什么?

Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5556 次。

如何安装 mcp-adapter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-adapter」即可一键安装,无需额外配置。

mcp-adapter 是免费的吗?

是的,mcp-adapter 完全免费(开源免费),可自由下载、安装和使用。

mcp-adapter 支持哪些平台?

mcp-adapter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mcp-adapter?

由 lunarpulse(@lunarpulse)开发并维护,当前版本 v0.1.0。

💬 留言讨论