← Back to Skills Marketplace
engsathiago

MCP Business Integration

by engsathiago · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
248
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-business-integration
Description
Integrate AI agents with business data via Model Context Protocol. Query ads, analytics, CRM data through normalized interfaces. Use when connecting agents t...
Usage Guidance
This skill's documentation shows code that will read/write local files, query databases, and call many external services, but the package metadata lists no credentials, config paths, or install steps — that mismatch is suspicious. Before installing: (1) ask the publisher for a complete list of required environment variables, credential types, and minimal scopes (read-only service accounts where possible); (2) request an explicit install spec or dependency list so you can review packages used; (3) avoid giving production/high-privilege credentials — prefer isolated test accounts; (4) run the skill in a sandboxed environment that limits filesystem and network access and monitor its network connections and file activity; and (5) prefer skills with a verifiable source/homepage and clear owner contact. If you cannot get clarifying information, do not install this skill in sensitive environments.
Capability Analysis
Type: OpenClaw Skill Name: mcp-business-integration Version: 1.0.0 The skill bundle is a comprehensive educational guide and documentation for the Model Context Protocol (MCP). It contains standard Python code snippets for building MCP servers and integrating business data (CRM, Analytics, Ads), all of which align with the stated purpose in SKILL.md and _meta.json without any signs of malicious intent or high-risk vulnerabilities.
Capability Assessment
Purpose & Capability
The skill's name/description claim MCP business-data integration (ads, analytics, CRM). The examples show PostgreSQL, Google Ads, Google Analytics, Mixpanel, Salesforce, and filesystem access. A legitimate integration would require credentials, config paths, and dependencies for those services; none are declared. This is disproportionate to the declared metadata and indicates missing or inconsistent requirements.
Instruction Scope
SKILL.md instructs agents to implement resources/tools that perform network requests, database queries, and open/read/write local files (e.g., file://documents/{path}, postgres://users, httpx calls). Those instructions permit reading/writing arbitrary files and contacting external APIs but provide no limits, no guidance on credential handling, and no constraints on which paths or data are allowed.
Install Mechanism
There is no install spec (instruction-only), which reduces direct install risk. However SKILL.md references libraries and clients (mcp, httpx, ads_client, salesforce, mixpanel) without declaring dependencies or install steps; this omission makes it unclear how required packages will be provided and is a practical gap.
Credentials
The skill declares no required env vars or primary credential, yet examples clearly require API keys/service credentials for ads, analytics, CRM, and DB connections. That mismatch is a red flag: the skill either omits critical requirements or expects the agent to use ambient/system credentials, which could lead to unintended credential exposure.
Persistence & Privilege
The skill does not request always:true and is user-invocable only (normal). Still, SKILL.md shows building MCP servers that could open network endpoints and maintain persistent context; combined with the lack of declared credentials/configuration, this amplifies risk if the agent runs these components. No explicit requests to modify other skills or system configs are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-business-integration
  3. After installation, invoke the skill by name or use /mcp-business-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug mcp-business-integration
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MCP Business Integration?

Integrate AI agents with business data via Model Context Protocol. Query ads, analytics, CRM data through normalized interfaces. Use when connecting agents t... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.

How do I install MCP Business Integration?

Run "/install mcp-business-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MCP Business Integration free?

Yes, MCP Business Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MCP Business Integration support?

MCP Business Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MCP Business Integration?

It is built and maintained by engsathiago (@engsathiago); the current version is v1.0.0.

💬 Comments