mcp-operations

Route tool calls between stateless MCP servers and credential-dependent CLI scripts.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/CC90210/CMO-Agent --skill mcp-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-operations
Source: https://github.com/CC90210/CMO-Agent/tree/main/skills/mcp-operations
Command: npx skills add https://github.com/CC90210/CMO-Agent --skill mcp-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill resolves the reliability issues inherent in credential-dependent MCP servers by providing a robust, CLI-first architecture for managing agent tools.

Core Features & Use Cases

  • Stateless Tool Routing: Seamlessly manages reliable MCP servers like Playwright and Context7 for browser automation and documentation lookups.
  • Credential-Safe CLI Execution: Provides a stable interface for sensitive operations like n8n workflows, social media publishing via Zernio, database queries in Supabase, and Stripe billing management.
  • Use Case: When an agent needs to post content to social media or query a database, this skill ensures the request is routed to the correct CLI tool, bypassing unstable MCP implementations.

Quick Start

Use the mcp-operations skill to list all active n8n workflows by executing the n8n tool list command.

Frequently Asked Questions about mcp-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route agent tools between MCP servers and CLI scripts?

Tool routing between stateless MCP servers and credential-dependent CLI scripts is standardized by using a CLI-first architecture to ensure reliable agent execution. This bypasses unstable MCP implementations by routing requests to the correct local Python CLI tool.

Why does my credential-dependent MCP server fail during agent execution?

Credential-dependent MCP servers often suffer from reliability issues during agent execution. This problem is resolved by adopting a CLI-first architecture that provides a stable interface for sensitive operations like database queries and social media publishing.

How do I automate n8n workflows and social media publishing from an agent?

You can automate n8n workflows and social media publishing via Zernio by executing CLI tool invocations routed through the skill. It requires local Python execution and direct access to environment variables for API authentication.

Can I use Playwright and Supabase together in an agentic workflow?

Yes, you can use Playwright for browser automation and Supabase for database interaction within the same agentic workflow. The skill seamlessly manages stateless MCP servers for Playwright while providing credential-safe CLI execution for Supabase queries.

Do I need environment variables to manage Stripe billing through agent operations?

Yes, direct access to environment variables is required for API authentication when managing Stripe billing. This credential-safe CLI execution approach ensures stable routing for sensitive financial operations away from unstable MCP servers.

What is the best way to manage stateless MCP servers like Context7 for documentation lookups?

Stateless MCP servers like Context7 are best managed through unified tool routing that standardizes the interface between the servers and credential-dependent CLI scripts. This ensures reliable documentation lookups and cross-platform workflow automation.