Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Gorp405/VettMCP
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "vettmcp": {
      "command": "node",
      "args": ["/path/to/VettMCP/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Gorp405/VettMCP and follow its README for install instructions.
Use cases

MCP Servers overview

# 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.

What people ask about VettMCP

What is Gorp405/VettMCP?

+

Gorp405/VettMCP is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install VettMCP?

+

You can install VettMCP by cloning the repository (https://github.com/Gorp405/VettMCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Gorp405/VettMCP safe to use?

+

Our security agent has analyzed Gorp405/VettMCP and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Gorp405/VettMCP?

+

Gorp405/VettMCP is maintained by Gorp405. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.

Are there alternatives to VettMCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy VettMCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Gorp405/VettMCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gorp405-vettmcp)](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>

More MCP Servers

VettMCP alternatives