cli-mcp
cli-mcp provides command-line interface tools for managing Model Context Protocol servers, including checking server status, discovering available tools and scopes, executing tool invocations with custom arguments, and reviewing audit logs with filtering and statistics. Use this skill when you need to monitor MCP server health, explore registered capabilities, test tool functionality directly from the CLI, or investigate historical tool usage patterns.
git clone --depth 1 https://github.com/diegosouzapw/OmniRoute /tmp/cli-mcp && cp -r /tmp/cli-mcp/skills/cli-mcp ~/.claude/skills/cli-mcpSKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI. ## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `mcp` **Example:** ```bash omniroute mcp ``` ### `mcp status` Show MCP server status **Flags:** - `--json` **Example:** ```bash omniroute mcp status ``` ### `mcp restart` Restart the MCP server **Example:** ```bash omniroute mcp restart ``` ### `mcp call <tool> [argsJson]` **Flags:** - `--args <json>` - `--args-file <path>` - `--stream` - `--scope <s>` **Example:** ```bash omniroute mcp call <tool> [argsJson] ``` ### `mcp scopes` **Flags:** - `--tool <name>` **Example:** ```bash omniroute mcp scopes ``` ### `mcp tools` **Example:** ```bash omniroute mcp tools ``` ### `mcp list` **Flags:** - `--scope <s>` **Example:** ```bash omniroute mcp list ``` ### `mcp info <name>` **Example:** ```bash omniroute mcp info <name> ``` ### `mcp schema <name>` **Flags:** - `--io <kind>` **Example:** ```bash omniroute mcp schema <name> ``` ### `mcp audit` **Example:** ```bash omniroute mcp audit ``` ### `mcp tail` **Flags:** - `--follow` - `--limit <n>` **Example:** ```bash omniroute mcp tail ``` ### `mcp stats` **Flags:** - `--period <p>` **Example:** ```bash omniroute mcp stats ```
Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively.
Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
Submit and monitor batch inference jobs from the CLI. Upload and manage files for batch processing, retrieve results, and integrate batch pipelines with CI/CD workflows.
Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration.
Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
View cost breakdowns, token usage, and call logs from the CLI. Filter by provider, model, or date range. Export usage reports and inspect per-connection spending.
Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI.