Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.freshfos/dropcoin-validation

io.github.freshfos/dropcoin-validation

EU compliance checks for AI agents: sanctions, company, VAT ID, IBAN, email. Pay per call.

Uptime
100.0%
3 direct probes · 30d
Response
337ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

validate_vatid_format

Free EU VAT-ID FORMAT check (syntax only, no registry lookup), rate-limited per IP, no API key needed. For a live VIES registry check use the paid validate_vatid tool (5 credits).

validate_email

Validate an email address: syntax, disposable-domain check, MX record via DNS-over-HTTPS. Returns a deliverability verdict. 2 credits, requires an API key.

validate_vatid

Validate an EU VAT ID against the live VIES registry (format check first — an invalid format still costs the full price, it never reaches VIES but you got an answer). 5 credits, requires an API key.

validate_iban

Validate an IBAN (ISO 13616 check digits) incl. SEPA membership. 2 credits, requires an API key.

screen_sanctions

Screen a person or company against the official EU, US (OFAC SDN) and UK (OFSI) sanctions lists. Fuzzy name matching with an auditable reason per hit — review every hit yourself; a clean result is not…

verify_company

Verify a business partner in one call: EU VAT registration (VIES), LEI register (GLEIF), IBAN checksum and country consistency — one verdict (pass|fail|inconclusive) with an auditable check log. Provi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.freshfos/dropcoin-validation": {
      "url": "https://validation-api.dropcoin.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}