← Back to Skills Marketplace
Mcp Integration
by
lunarpulse
· GitHub ↗
· v0.1.1
8289
Downloads
18
Stars
57
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 each exposed tool can do. Prefer local or authenticated HTTPS servers, use read-only and least-privilege credentials, disable this tool for public or untrusted agents, and require human approval outside the plugin for database writes, account changes, publishing, deletion, or administrative actions. Redact logs and config carefully before sharing diagnostics.
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 implementation: it connects to configured MCP servers, lists their tools, and calls them. The concern is that this is a generic bridge to arbitrary server-provided capabilities, including database queries and APIs, which can read or change sensitive systems depending on the configured server.
Instruction Scope
The skill instructions tell agents to discover, select, call, and chain MCP tools. They include basic parameter validation and some security notes, but do not require user confirmation or per-tool risk checks before high-impact calls.
Install Mechanism
The package has a small dependency set and no install scripts, but the README uses placeholder git clone instructions and the metadata does not establish a verified upstream source.
Credentials
Network access to user-configured MCP URLs is expected, but the exposed capabilities can cross trust boundaries and may send prompts, arguments, or derived context to external services.
Persistence & Privilege
The implementation maintains in-memory MCP clients, discovered tools, and MCP session IDs while the service runs, and closes them on stop. The config schema mentions stdio command/env fields, but the current code only uses HTTP URLs.
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 8289 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