mcpbeat Sign in

Vet MCP Server

local only

Vet runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 16 · avg 8 · +22% w/w
a month agotoday
39
Installs / week
npm · @getvetai/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository getvetai/vet
пакет @getvetai/mcp ссылается на getvetai/mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vet -- npx -y @getvetai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vet": {
      "args": [
        "-y",
        "@getvetai/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vet]
command = "npx"
args = ["-y", "@getvetai/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vet": {
      "args": [
        "-y",
        "@getvetai/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vet": {
      "args": [
        "-y",
        "@getvetai/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VET_API_KEY (Optional Vet API key for full tool input/output schemas. Free at https://getvet.ai/dashboard. Search and discovery work without it.), VET_API_URL (Optional Vet API base URL (defaults to https://getvet.ai).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vet

same job, measured the same way
MCP Shield
by craftedtrust

Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers.

4 tools answering
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only
Cybersec Toolkit
by 26zl

Authorization-gated MCP server to discover and run 670+ security tools for CTF, pentest, and DFIR.

local only
Singularity - MCP Discovery & Security Gateway
by gaurav-kumar-sinha-060705

Find, vet, and run MCP tools through a secure audited gateway with prompt-injection risk scoring

5 tools answering
Rqwstr
by kjopstad-it

AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control

local only
MySQL (security-first)
by kurok1

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

local only
Mcpshield
by mcpshield-dev

Security scanner for MCP servers - detects tool poisoning and injection

27 installs/wk local only
Loaditout
by loaditoutadmin

Search and install 20,000+ security-graded MCP servers and agent skills.

31 installs/wk local only

Vet — questions

Answers built from our own checks of this server.

Why is there no uptime for Vet?
Vet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @getvetai/mcp was installed 39 times last week.
Is Vet still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Vet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @getvetai/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vet?
The npm package @getvetai/mcp was installed 39 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.