Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas.
claude mcp add vet -- npx -y @getvetai/mcp
claude_desktop_config.json
{
"mcpServers": {
"vet": {
"command": "npx",
"args": [
"-y",
"@getvetai/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"vet": {
"command": "npx",
"args": [
"-y",
"@getvetai/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vet": {
"command": "npx",
"args": [
"-y",
"@getvetai/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"vet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getvetai/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vet": {
"command": "npx",
"args": [
"-y",
"@getvetai/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.getvet--vet/reviews or the review_server meta-tool.
POST /mcp