← Back to Skills Marketplace
Mcp Integration
by
lunarpulse
· GitHub ↗
· v0.1.1
8830
Downloads
18
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-mcp-plugin
Description
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.).
Usage Guidance
Install only if you trust every MCP server you configure and understand what its tools can read or change. Prefer HTTPS or local trusted servers, least-privilege and read-only credentials, per-agent/tool allowlists, and human approval for database writes, account changes, deletion, publishing, or administrative actions. Redact logs and configs before sharing diagnostics, and verify the MCP SDK dependency is updated.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-mcp-plugin
Version: 0.1.1
The OpenClaw MCP Integration plugin is designed to connect to external Model Context Protocol (MCP) servers and expose their tools to AI agents. The code (src/index.js, src/http-transport.js) implements the client-side logic for this, making network requests to configurable URLs. All documentation (SKILL.md, README.md, etc.) provides instructions for using the plugin and contains no evidence of prompt injection attempts, data exfiltration, or other malicious instructions directed at the AI agent. While connecting to external services inherently carries risks if those services are untrusted, the plugin itself does not exhibit intentional harmful behavior. The configuration schema (config/openclaw.plugin.json) mentions a 'stdio' transport with 'command' and 'env' fields, which would be a high-risk capability, but the current implementation (src/index.js) only supports 'http' transport, rendering these fields inert.
Capability Assessment
Purpose & Capability
The stated purpose matches the code: it connects to configured MCP HTTP servers, lists tools, and invokes them. The concern is the breadth of capability, including database/API tools that may expose sensitive data or cause external side effects depending on the configured server.
Instruction Scope
The skill tells agents to discover, call, and chain MCP tools with parameter validation, but it does not require user confirmation, per-tool allowlists, read-only restrictions, or high-impact action checks before invoking remote tools.
Install Mechanism
The package has a small dependency set and no install scripts. The config schema mentions stdio command/env fields, but the implementation only uses HTTP URLs; the scanner-reported MCP SDK advisory should still be reviewed before installation.
Credentials
Network access to user-configured MCP servers is expected, but arguments and derived user context are forwarded to those servers, crossing trust boundaries without strong in-plugin disclosure or controls.
Persistence & Privilege
The plugin keeps MCP clients and session IDs in memory while running and closes them on stop. No artifact-backed hidden persistence, local command execution, or credential harvesting was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-mcp-plugin - After installation, invoke the skill by name or use
/openclaw-mcp-plugin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Initial release of openclaw-mcp-plugin.
- Adds core plugin implementation with unified `mcp` tool and `list`/`call` actions.
- Provides example configuration and transport modules.
- Includes usage guide and integration documentation.
- Supports discovery and invocation of tools from configured MCP servers.
v0.1.0
Initial release of the mcp-integration skill for Model Context Protocol (MCP):
- Enables AI agents to discover and execute external tools from MCP servers (legal databases, APIs, database connectors, weather services, etc.).
- Provides a unified `mcp` tool with `list` (tool discovery) and `call` (tool execution) actions.
- Details multi-step workflows for chaining tool calls and maintaining context between steps.
- Includes guidance for error handling, parameter validation, and response parsing.
- Comprehensive usage guide, reference documentation, and real-world example links included.
Metadata
Frequently Asked Questions
What is Mcp Integration?
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.). It is an AI Agent Skill for Claude Code / OpenClaw, with 8830 downloads so far.
How do I install Mcp Integration?
Run "/install openclaw-mcp-plugin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mcp Integration free?
Yes, Mcp Integration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Mcp Integration support?
Mcp Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mcp Integration?
It is built and maintained by lunarpulse (@lunarpulse); the current version is v0.1.1.
More Skills