# CLI MCP

> ---

- Skill: `jaccen/cli-mcp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaccen/cli-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaccen/cli-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jaccen (https://skillmd.com/u/jaccen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jaccen/cli-mcp

---

﻿---
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
```

