Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jaccen/AIRoute --skill cli-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jaccen-cli-mcp)More formats (shields.io, HTML) on the badges page.
---
name: cli-mcp
description: Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.
---
<!-- 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 AIRoute # or: npx AIRoute
AIRoute --version
```
## Subcommands
### `mcp`
**Example:**
```bash
AIRoute mcp
```
### `mcp status`
Show MCP server status
**Flags:**
- `--json`
**Example:**
```bash
AIRoute mcp status
```
### `mcp restart`
Restart the MCP server
**Example:**
```bash
AIRoute mcp restart
```
### `mcp call <tool> [argsJson]`
**Flags:**
- `--args <json>`
- `--args-file <path>`
- `--stream`
- `--scope <s>`
**Example:**
```bash
AIRoute mcp call <tool> [argsJson]
```
### `mcp scopes`
**Flags:**
- `--tool <name>`
**Example:**
```bash
AIRoute mcp scopes
```
### `mcp tools`
**Example:**
```bash
AIRoute mcp tools
```
### `mcp list`
**Flags:**
- `--scope <s>`
**Example:**
```bash
AIRoute mcp list
```
### `mcp info <name>`
**Example:**
```bash
AIRoute mcp info <name>
```
### `mcp schema <name>`
**Flags:**
- `--io <kind>`
**Example:**
```bash
AIRoute mcp schema <name>
```
### `mcp audit`
**Example:**
```bash
AIRoute mcp audit
```
### `mcp tail`
**Flags:**
- `--follow`
- `--limit <n>`
**Example:**
```bash
AIRoute mcp tail
```
### `mcp stats`
**Flags:**
- `--period <p>`
**Example:**
```bash
AIRoute mcp stats
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!