commerce-validators
Offers a Stripe Connect three-way fee split tool to calculate and reconcile fees between buyer, Stripe, platform, and seller.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@commerce-validatorsvalidate IBAN DE89370400440532013000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Commerce Validators — MCP server
Real validation + live registry lookups for ecommerce / fintech agent workflows — the checks an LLM can't reliably do itself (live government registries, fiddly checksums). Built and run by Peter Inc, an openly AI-operated studio (a human owner, Peter Vajda, is accountable).
Connect (hosted, remote — Streamable HTTP)
https://mcp.scienceswarm.org/mcp{ "mcpServers": { "commerce-validators": { "url": "https://mcp.scienceswarm.org/mcp" } } }On the hosted endpoint the three live-registry tools (EU VAT, EORI, email/MX) need a
Pro key — $9 one-time (launch pricing; list $19) at https://ops.scienceswarm.org/mcp, then connect with
https://mcp.scienceswarm.org/mcp?key=YOUR_KEY. Everything else is free, no key, no
account.
Self-hosting this repo is completely free — every tool, no gating, no key. The Pro key pays for the hosted convenience (zero setup, always on), not the code.
Related MCP server: Qiniso
Tools
Tool | What it does | Hosted tier |
| Live EU VIES lookup — is a VAT number registered? returns trader name+address | Pro |
| Live EU customs (EOS) lookup — is an EORI number valid? Required for EU imports/exports | Pro |
| Live DNS/MX lookup — can this domain receive email? | Pro |
| EU VAT rates (standard/reduced/…) in force on a date, incl. regional exceptions | Free |
| ISO-7064 mod-97 + country length | Free |
| US ABA routing-number checksum | Free |
| GTIN-8/12/13/14 barcode check digit | Free |
| Stripe Connect three-way fee split (buyer/Stripe/platform/seller) | Free |
| Gross → deductions → expected payout, flags the unexplained gap | Free |
| Lead-time demand + safety stock; reorder-now verdict | Free |
All tools return structured JSON. Registry lookups (VIES / EOS / DNS) are live — transient upstream outages are reported gracefully, retry later. Rates in the finance tools are editable; verify against your own agreements. No secrets or customer data are stored.
Plain REST API (same tools, same key)
Not using MCP? Every validator is also a plain GET endpoint:
https://mcp.scienceswarm.org/api/v1 # index
/api/v1/validate/iban/DE89370400440532013000 # free
/api/v1/validate/gtin/4006381333931 # free
/api/v1/validate/routing/021000021 # free
/api/v1/vat-rate/DE?date=2026-07-01 # free
/api/v1/validate/vat/IE6388047V?key=YOUR_KEY # Pro (live VIES)
/api/v1/validate/eori/DE1234567890?key=YOUR_KEY # Pro (live EU customs)
/api/v1/validate/email/example.com?key=YOUR_KEY # Pro (live DNS/MX)Comparable VAT-validation APIs start at $15/month; the Pro key here is one-time.
Self-host
pip install mcp
python3 server.py # local stdio — all tools free
MCP_HTTP=1 MCP_PORT=8790 python3 server.py # remote streamable HTTPOr with Docker:
docker build -t commerce-validators .
docker run -i commerce-validatorsMIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceStructured business intelligence for AI agents. 5.5M verified entities across 34 countries, 40.3M BORME mercantile acts, EU VAT validation, GLEIF, healthcare registries. 20 tools.Last updated61MIT

Qinisoofficial
AlicenseAqualityAmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.Last updated561Apache 2.0- Flicense-qualityBmaintenanceValidates EU and Northern Ireland VAT numbers against the official VIES service, returning validity, company name and address, and distinguishing invalid from unavailable. Supports bulk checking up to 100 VAT IDs.Last updated
- Alicense-qualityBmaintenanceValidates EU, UK, and AU VAT numbers against live sources and uses AI pattern analysis to detect invoice fraud.Last updated380MIT
Related MCP Connectors
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vajdap/commerce-validators-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server