# AAI Gateway (npm · aai-gateway)

Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings

- Trust score: 66/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `aai-gateway`: 66/100 (this document), [markdown](https://verifymcp.io/servers/gybob-aai-gateway/aai-gateway.md), [page](https://verifymcp.io/servers/gybob-aai-gateway/aai-gateway)

## Channel facts

- Registry: `npm`
- Package: `aai-gateway`
- Version: `1.1.10`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (130 of 134), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (130 of 134), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 567 tokens (~70/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add gybob-aai-gateway -- npx -y aai-gateway
```

### Codex

```bash
codex mcp add gybob-aai-gateway -- npx -y aai-gateway
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gybob-aai-gateway": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "aai-gateway"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gybob-aai-gateway --command npx --arg -y --arg aai-gateway
```

### Hermes

```yaml
mcp_servers:
  gybob-aai-gateway:
    command: "npx"
    args: ["-y", "aai-gateway"]
```

### Other

```json
{
  "mcpServers": {
    "gybob-aai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "aai-gateway"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 62, +57)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 5, −16)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (8)

### `aai:exec` (~101 tokens)

Execute any AAI tool action. Read the guide first (call app:*, mcp:import, skill:import, or search:discover) — it contains the required schema and parameters.

Input parameters:

- `app` (string): Required for app tools, omit or use "gateway" for gateway tools.
- `args` (object): Arguments for the selected tool.
- `tool` (string, required): Tool name within the app, not prefixed with app id.

### `mcp:import` (~51 tokens)

Import an MCP server as a new app. Call this first to get the import guide, then use aai:exec to perform the import. Never ask the user for API keys or secrets in chat.

### `skill:import` (~38 tokens)

Import a local skill as a new app. Call this first to get the import guide, then use aai:exec to perform the import.

### `listAllAaiApps` (~53 tokens)

List imported apps (MCP servers and skills) for the current agent. This does not include built-in tools like search:discover, mcp:import, or skill:import — those are always available.

### `disableApp` (~64 tokens)

Disable one app for the current agent only. If you do not know the app id, call listAllAaiApps first to find it.

Input parameters:

- `app` (string, required): Required. The app id to disable. Use listAllAaiApps to look up available app ids.

### `enableApp` (~87 tokens)

Enable or re-enable an app for the current agent. When the user asks to enable, start, turn on, or use a specific app by name, call listAllAaiApps first to check if it is already imported before searching for new tools.

Input parameters:

- `app` (string, required): Required. The app id to re-enable. Use listAllAaiApps to look up available app ids.

### `removeApp` (~93 tokens)

Remove one AAI Gateway managed import from all agents. If you do not know the app id, call listAllAaiApps first to find it.

Input parameters:

- `app` (string, required): Required. The imported app id to remove globally. Use listAllAaiApps to look up available app ids.
- `confirm` (boolean, required): Required. Must be true only after the agent explains the global impact and the user explicitly confirms.

### `search:discover` (~80 tokens)

Find and install new tools. Call this when: 1. The user explicitly asks to search for or install tools. 2. The user's request cannot be fulfilled by any currently available tool — proactively suggest and search for a suitable tool. Before searching, check listAllAaiApps first — the user may already have the app imported (possibly disabled).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/gybob-aai-gateway/aai-gateway#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 62
- 2026-08-01: 5
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/aai-gateway
- Socket report: https://socket.dev/npm/package/aai-gateway
- Repository: https://github.com/gybob/aai-gateway
- Changelog RSS feed: https://verifymcp.io/servers/gybob-aai-gateway/aai-gateway/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gybob-aai-gateway/aai-gateway/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gybob-aai-gateway/aai-gateway
