Skip to main content
ClaudeWave
zvmzaretsky avatar
zvmzaretsky

validation-suite-mcp

View on GitHub

FabTally Valid MCP server (thin client for valid.fabtally.com)

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · fabtally-valid-mcp
Claude Code CLI
claude mcp add validation-suite-mcp -- npx -y fabtally-valid-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "validation-suite-mcp": {
      "command": "npx",
      "args": ["-y", "fabtally-valid-mcp"]
    }
  }
}
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.
Use cases

MCP Servers overview

# FabTally Valid — MCP server

A developer **validation suite** — the per-call utilities incumbents charge for
(Vatstack $0.01–0.09/call) or lock behind subscriptions, unified. Fronts the
Valid HTTP API at **https://valid.fabtally.com**. Holds no private key.

## Tools (all paid; a call with no payment returns the decoded x402 402 challenge)

| Tool | Price | What it does |
|------|-------|--------------|
| `validate_vat` | $0.003 | **Flagship.** EU/EEA VAT: `{country_code, vat_number}` → per-country format + checksum pre-check AND a **live VIES lookup**, returning valid/registered plus the registered company name & address when VIES has them (cached ~1h to shield the flaky VIES). |
| `validate_iban` | $0.001 | `{iban}` → ISO 13616 length + **mod-97 checksum**, country, human-formatted grouping, and bank identifier (German Bankleitzahl, UK bank code + sort code, …) extracted from the BBAN where derivable. Pure-offline. |
| `validate_email` | $0.002 | `{email}` → RFC-ish syntax + **live MX-record (DNS)** existence + **disposable/throwaway-domain** detection (bundled blocklist) + role-address flag (`info@`, `admin@`). Stateless & non-PII: the address is never stored and no SMTP mailbox is probed. |
| `geo_lookup` | $0.002 | `{query:"Munich, Bavaria, Germany"}` or `{country,state,city}` → normalized names, **ISO 3166-1/-2 codes**, country→subdivision→city hierarchy, population and coordinates, over a bundled open dataset (no per-day API limits). |
| `decode_vin` | $0.002 | `{vin}` → 17-char format + North-American **check-digit** validation and a full **NHTSA vPIC** decode: make, model, year, body class, engine, plant country. VIN-only (never plate→owner). |

Every tool also accepts an optional `x_payment` (base64 x402 payload) that is
forwarded as the `X-PAYMENT` header to settle the call and return the real result.
Humans can instead prepay by card and use an `X-FabTally-Key` credit key against
the HTTP API.

## Transports

- **stdio** (portable): `npx fabtally-valid-mcp` (bin: `fabtally-valid-mcp`)
- **streamable-http** (hosted): `https://valid.fabtally.com/mcp`

Config: `FABTALLY_VALID_BASE` (default `https://valid.fabtally.com`).

Read-only, keyless, stateless, non-PII. Operated by Sunstone Soft
(fabtally.com). Not legal, tax, or financial advice.

What people ask about validation-suite-mcp

What is zvmzaretsky/validation-suite-mcp?

+

zvmzaretsky/validation-suite-mcp is mcp servers for the Claude AI ecosystem. FabTally Valid MCP server (thin client for valid.fabtally.com) It has 0 GitHub stars and was last updated today.

How do I install validation-suite-mcp?

+

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

Is zvmzaretsky/validation-suite-mcp safe to use?

+

zvmzaretsky/validation-suite-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains zvmzaretsky/validation-suite-mcp?

+

zvmzaretsky/validation-suite-mcp is maintained by zvmzaretsky. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to validation-suite-mcp?

+

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

Deploy validation-suite-mcp 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: zvmzaretsky/validation-suite-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zvmzaretsky-validation-suite-mcp)](https://claudewave.com/repo/zvmzaretsky-validation-suite-mcp)
<a href="https://claudewave.com/repo/zvmzaretsky-validation-suite-mcp"><img src="https://claudewave.com/api/badge/zvmzaretsky-validation-suite-mcp" alt="Featured on ClaudeWave: zvmzaretsky/validation-suite-mcp" width="320" height="64" /></a>

More MCP Servers

validation-suite-mcp alternatives