Catalog
ai.getvet/vet
OfficialDiscover and vet MCP servers: search 200K+ AI tools with security verification and schemas.
Search and vet MCP servers with security verification across 200K+ AI tools.
README not available yet.
Install
Configuration
Environment variables
VET_API_KEYsecretOptional Vet API key for full tool input/output schemas. Free at https://getvet.ai/dashboard. Search and discovery work without it.
VET_API_URLOptional Vet API base URL (defaults to https://getvet.ai).
claude_desktop_config.json
{
"mcpServers": {
"vet": {
"command": "npx",
"args": [
"-y",
"@getvetai/mcp@0.4.2"
],
"env": {
"VET_API_KEY": "<YOUR_VET_API_KEY>",
"VET_API_URL": "<YOUR_VET_API_URL>"
}
}
}
}