# ai.getvet/vet (npm · @getvetai/mcp)

Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas.

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

## Components

- npm · `@getvetai/mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ai-getvet-vet/getvetai-mcp.md), [page](https://verifymcp.io/servers/ai-getvet-vet/getvetai-mcp)

## Channel facts

- Registry: `npm`
- Package: `@getvetai/mcp`
- Version: `0.4.2`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 48 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 526 tokens (~87/item across 6 items; 6 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 ai-getvet-vet -- npx -y @getvetai/mcp
```

### Codex

```bash
codex mcp add ai-getvet-vet -- npx -y @getvetai/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-getvet-vet --command npx --arg -y --arg @getvetai/mcp
```

### Hermes

```yaml
mcp_servers:
  ai-getvet-vet:
    command: "npx"
    args: ["-y", "@getvetai/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "ai-getvet-vet": {
      "command": "npx",
      "args": [
        "-y",
        "@getvetai/mcp"
      ]
    }
  }
}
```

## 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 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

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

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 31, +9)

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

### 2026-07-31 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 40, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (6)

### `discover_tools` (~167 tokens)

Search the Vet registry for verified MCP servers and agent skills. Returns tools with verification status, security analysis, and schema counts. Use this to find tools for any capability. Use type="skill" to find Claude Code skills.

Input parameters:

- `limit` (number): Number of results
- `query` (string, required): What capability are you looking for? e.g. "database", "github", "email", "file management"
- `runtime` (string): Filter by runtime environment
- `secure` (boolean): Exclude tools flagged as malicious
- `type` (string): Filter by tool type: mcp (MCP servers) or skill (agent skills)
- `verified` (boolean): Only return verified tools (MCP: Level 2+ probe verified, Skills: clean security scan)

### `get_tool_detail` (~55 tokens)

Get full details about a specific tool including verification results, security analysis, requirements, and available tool schemas. Use after discover_tools to learn more about a specific tool.

Input parameters:

- `slug` (string, required): Tool slug from discover_tools results

### `get_install_config` (~56 tokens)

Get ready-to-use MCP configuration for a tool. Returns JSON configs for Claude Desktop, OpenClaw, and generic MCP clients. Includes env var placeholders and security warnings.

Input parameters:

- `slug` (string, required): Tool slug from discover_tools results

### `ask_vet` (~94 tokens)

Ask Vet AI questions about MCP servers, agent skills, and AI tools. Uses RAG with 136K+ tools in the registry. Great for comparing tools, understanding capabilities, security advice, and finding the right tool for a task. Multi-turn conversations supported.

Input parameters:

- `history` (array): Previous conversation messages for multi-turn context
- `query` (string, required): Your question about AI tools, MCP servers, or skills

### `generate_tool` (~104 tokens)

Generate a new MCP server from a natural language description. Vet finds similar verified tools as examples and generates working code using Claude Sonnet. Returns complete, ready-to-run source code. Optionally verify the generated code in a Docker sandbox.

Input parameters:

- `prompt` (string, required): Describe the MCP server you want, e.g. "An MCP server for Notion that can read and create pages"
- `runtime` (string): Preferred runtime
- `transport` (string): MCP transport type

### `get_tool_schemas` (~50 tokens)

Get the full input/output schemas for all tools exposed by an MCP server. Requires a Vet API key for full schemas (free tier shows tool names only).

Input parameters:

- `slug` (string, required): Tool slug

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ai-getvet-vet/getvetai-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 31
- 2026-07-31: 22
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/@getvetai/mcp
- Socket report: https://socket.dev/npm/package/@getvetai/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ai-getvet-vet/getvetai-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-getvet-vet/getvetai-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-getvet-vet/getvetai-mcp
