# agentgate (npm · @zhiliangtech/agentgate)

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

- Trust score: 83/100 (high trust)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- npm · `@zhiliangtech/agentgate`: 83/100 (this document), [markdown](https://verifymcp.io/servers/ciceroyang-agentgate/zhiliangtech-agentgate.md), [page](https://verifymcp.io/servers/ciceroyang-agentgate/zhiliangtech-agentgate)

## Channel facts

- Registry: `npm`
- Package: `@zhiliangtech/agentgate`
- Version: `0.5.0`
- 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-09-22.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to ciceroyang/agentgate).
  - Clear OSI-approved license (AGPL-3.0-only).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 498 tokens (~124/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the agentgate MCP server?

agentgate runs locally as an npm package, launched with npx -y @zhiliangtech/agentgate. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add ciceroyang-agentgate -- npx -y @zhiliangtech/agentgate
```

### Cursor

```json
{
  "mcpServers": {
    "ciceroyang-agentgate": {
      "command": "npx",
      "args": [
        "-y",
        "@zhiliangtech/agentgate"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ciceroyang-agentgate": {
      "command": "npx",
      "args": [
        "-y",
        "@zhiliangtech/agentgate"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add ciceroyang-agentgate -- npx -y @zhiliangtech/agentgate
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ciceroyang-agentgate": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@zhiliangtech/agentgate"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ciceroyang-agentgate --command npx --arg -y --arg @zhiliangtech/agentgate
```

### Hermes

```yaml
mcp_servers:
  ciceroyang-agentgate:
    command: "npx"
    args: ["-y", "@zhiliangtech/agentgate"]
```

### Netclaw

```json
{
  "McpServers": {
    "ciceroyang-agentgate": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@zhiliangtech/agentgate"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add ciceroyang-agentgate -t stdio -c npx -a -y @zhiliangtech/agentgate
```

### Other

```json
{
  "mcpServers": {
    "ciceroyang-agentgate": {
      "command": "npx",
      "args": [
        "-y",
        "@zhiliangtech/agentgate"
      ]
    }
  }
}
```

## 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-09-21 (score 83, +3)

- [security regression] Tool safety: pass → unverified
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Schema quality: 88 → 124
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.10
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.3.0 → 0.5.0

### 2026-09-20 (score 80, 0)

- [functional improvement] Security disclosure: fail → pass

### 2026-09-19 (score 80, +11)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → pass

### 2026-09-18 (score 69)

First indexed and scored.

## MCP tools (4)

### `lookup_server` (~149 tokens)

Look up an MCP server's evidence

Look up one MCP server, or one package, in the local agentgate evidence index. Use this when you know what you are asking about and want its record: the verdict, the coverage block (which scanners ran, which did not, and why), and the findings. Do not use it to check a list of tools you use; inventory_tools answers that question and returns one line per tool instead. A record that is incomplete is reported as incomplete, never as clean.

Input parameters:

- `package` (string): Package name, for example @scope/pkg
- `server` (string): Registry server name, for example org.example/tools
- `version` (string): Exact version, to narrow a package match

Output parameters:

- `found` (boolean): false means this index has no such record; it is not a statement that the tool is safe or that it does not exist
- `indexGeneratedAt` (string|null)
- `indexWarning` (string): Present only when the server was started with a note about the index it loaded.
- `multiple` (boolean): present when found is true
- `query` (object): present when found is false, echoing what was asked
- `record` (object): One index record, reduced to what a reader can act on.
- `records` (array): present instead of record when several matched; at most ten are listed

### `inventory_tools` (~105 tokens)

Match a list of tools against the index

Given the MCP servers and agent tools you actually use, report which ones the index has evidence for, which need your exact version, and which it has never measured. Use this to audit a list of what you run; for a single server or package, lookup_server returns the whole record rather than a one-line state. Nothing is uploaded and nothing is executed.

Input parameters:

- `tools` (array, required): One entry per tool: a name, or an object with name/server/package/registry/version.

Output parameters:

- `indexWarning` (string): Present only when the server was started with a note about the index it loaded.
- `items` (array)
- `summary` (object)

### `coverage_report` (~89 tokens)

How much of the index was actually measured

Report the coverage distribution of the whole index: how many records are fully measured, what stopped the rest, and how many findings came out of the work that ran. Use this before quoting any percentage from this server, because it is the denominator; it is the same number the project quotes in public. It answers a question about the index, not about one tool: for one tool, use lookup_server.

Output parameters:

- `completedRuns` (integer)
- `cross` (object)
- `findings` (object)
- `findingsTotal` (integer)
- `generatedAt` (string|null)
- `indexWarning` (string): Present only when the server was started with a note about the index it loaded.
- `perScanner` (object)
- `problems` (array)
- `reasons` (object)
- `requiredRuns` (integer)
- `scanner` (string|null)
- `states` (object)
- `total` (integer)
- `verdictIncompleteButComplete` (integer)
- `verdicts` (object)

### `check_project` (~155 tokens)

Scan a local project for refused configuration

Run agentgate's own checks over a local directory: MCP client configuration, hooks, manifests and source patterns a policy would refuse. Use it on a project you can read; it is not a record lookup, so for one server's record use lookup_server and for a list of tools use inventory_tools. It only reads files; it does not install, execute or upload anything, and it does not scan the network.

Input parameters:

- `exclude` (string): Comma-separated directories to skip. Defaults to node_modules,.git
- `policy` (string): Path to an agentgate.policy.json. Defaults to the one in root, or the built-in default.
- `root` (string): Directory to check. Defaults to the working directory.

Output parameters:

- `coverage` (object): what the policy could not measure: a check that failed, and evidence the index did not have
- `findings` (array)
- `indexWarning` (string): Present only when the server was started with a note about the index it loaded.
- `policyVersion` (string)
- `relatedRecords` (integer)
- `root` (string)
- `verdict` (string): clean, findings or incomplete; incomplete is not a pass

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ciceroyang-agentgate/zhiliangtech-agentgate#diagnostics

## Score history

- 2026-09-22: 83
- 2026-09-21: 83
- 2026-09-20: 80
- 2026-09-19: 80
- 2026-09-18: 69

## Common questions

### What is the agentgate MCP server?

agentgate is an MCP server listed in the public MCP registry as io.github.ciceroyang/agentgate. Read-only evidence for the tools agents run: MCP server records, coverage and policy. This page covers its npm package (@zhiliangtech/agentgate).

### Is the agentgate MCP server safe to use?

agentgate scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the agentgate MCP server expose?

agentgate exposes 4 tools: lookup_server, inventory_tools, coverage_report, check_project. Their descriptions and schemas cost roughly 498 tokens of context every time the server is loaded.

### Is the agentgate MCP server still maintained?

agentgate is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the agentgate MCP server under?

agentgate declares the AGPL-3.0-only licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@zhiliangtech/agentgate
- Socket report: https://socket.dev/npm/package/@zhiliangtech/agentgate
- Repository: https://github.com/ciceroyang/agentgate
- Website: https://xn--5kvo87g.com/
- Changelog RSS feed: https://verifymcp.io/servers/ciceroyang-agentgate/zhiliangtech-agentgate.xml
- Changelog JSON feed: https://verifymcp.io/servers/ciceroyang-agentgate/zhiliangtech-agentgate.json
- HTML version of this page: https://verifymcp.io/servers/ciceroyang-agentgate/zhiliangtech-agentgate
