- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Documented (README)
- !No description
git clone https://github.com/Gorp405/VettMCP{
"mcpServers": {
"vettmcp": {
"command": "node",
"args": ["/path/to/VettMCP/dist/index.js"]
}
}
}Resumen de MCP Servers
# Vett Compliance MCP Server
Read-only [Model Context Protocol](https://modelcontextprotocol.io) tools for the Vett
compliance API — sanctions/PEP/watchlist screening, product recalls, US business lookup, and
federal contract search. Free tier: **20 calls/hour per IP**, no API key required.
Hosted at `https://wimberly.solutions/mcp` (streamable HTTP transport). No installation —
point any MCP client at the URL below.
> This repo is the public discovery/documentation surface for the hosted server. The
> screening logic itself lives in a private repo alongside the rest of the Vett API — this
> is intentionally a docs-only repo, not a self-hostable server.
## Tools
| Tool | What it does |
|---|---|
| `screen_name` | Screen a person/company against 12 sanctions, PEP, watchlist, and recall databases (OFAC SDN, UK OFSI, UN SC, US CSL, EU FSF, Canada SEMA, Australia DFAT, US PEP, FBI Most Wanted, World Bank debarred, US watchlists, product recalls) |
| `screen_wallet` | Check a crypto wallet address (BTC/ETH/XMR/etc.) against OFAC's sanctioned-address list |
| `check_recall` | Check a product/manufacturer against CPSC/FDA/NHTSA recalls |
| `lookup_business` | Look up a US business in the SAM.gov entity registry (UEI, CAGE code, NAICS) |
| `search_gov_contracts` | Search active US federal contract solicitations by keyword/NAICS |
| `list_status` | Freshness + entry counts for every source `screen_name` fans out to |
All tools are read-only — no mutations, no PII beyond what's already public record.
## Claude Desktop
Add to your MCP config (`claude_desktop_config.json`):
```json
{
"mcpServers": {
"vett-compliance": {
"url": "https://wimberly.solutions/mcp"
}
}
}
```
## Claude Code
```bash
claude mcp add --transport http vett-compliance https://wimberly.solutions/mcp
```
## Generic MCP client (streamable HTTP)
```python
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client
async with streamablehttp_client("https://wimberly.solutions/mcp") as (read, write, _):
async with ClientSession(read, write) as session:
await session.initialize()
result = await session.call_tool("screen_name", {"query": "some name"})
```
## Rate limits
20 calls/hour per IP address, unauthenticated. Exceeding it returns a 429 with an upgrade
hint pointing at the full [RapidAPI listing](https://rapidapi.com/Gorp405/api/complete-compliance-suite)
(higher limits, more sources, API key auth).
## About
Built and operated by [Wimberly Solutions](https://wimberly.solutions). Questions or issues:
open a GitHub issue on this repo.
Lo que la gente pregunta sobre VettMCP
¿Qué es Gorp405/VettMCP?
+
Gorp405/VettMCP es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala VettMCP?
+
Puedes instalar VettMCP clonando el repositorio (https://github.com/Gorp405/VettMCP) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Gorp405/VettMCP?
+
Nuestro agente de seguridad ha analizado Gorp405/VettMCP y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene Gorp405/VettMCP?
+
Gorp405/VettMCP es mantenido por Gorp405. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.
¿Hay alternativas a VettMCP?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega VettMCP en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/gorp405-vettmcp)<a href="https://claudewave.com/repo/gorp405-vettmcp"><img src="https://claudewave.com/api/badge/gorp405-vettmcp" alt="Featured on ClaudeWave: Gorp405/VettMCP" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!