CtrlK
BlogDocsLog inGet started
Tessl Logo

cli-mcp

Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.

58

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Advisory

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./skills/cli-mcp/SKILL.md
SKILL.md
Quality
Evals
Security

Overview

Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.

Quick install

npm install -g omniroute   # or: npx omniroute
omniroute --version

Subcommands

mcp

Example:

omniroute mcp

mcp status

Show MCP server status

Flags:

  • --json

Example:

omniroute mcp status

mcp restart

Restart the MCP server

Example:

omniroute mcp restart

mcp call <tool> [argsJson]

Flags:

  • --args <json>
  • --args-file <path>
  • --stream
  • --scope <s>

Example:

omniroute mcp call <tool> [argsJson]

mcp scopes

Flags:

  • --tool <name>

Example:

omniroute mcp scopes

mcp tools

Example:

omniroute mcp tools

mcp list

Flags:

  • --scope <s>

Example:

omniroute mcp list

mcp info <name>

Example:

omniroute mcp info <name>

mcp schema <name>

Flags:

  • --io <kind>

Example:

omniroute mcp schema <name>

mcp audit

Example:

omniroute mcp audit

mcp tail

Flags:

  • --follow
  • --limit <n>

Example:

omniroute mcp tail

mcp stats

Flags:

  • --period <p>

Example:

omniroute mcp stats
Repository
diegosouzapw/OmniRoute
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.