Add eucompliance.tools to the ecosystem page - #270
Open
PatrickPi1312 wants to merge 2 commits into
Open
Conversation
EU compliance and on-chain pre-flight checks priced per call, from \.002, no account. Every answer carries an EIP-191 signed receipt that verifies offline. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an entry under Services for
eucompliance.tools.What it is
Compliance and pre-transaction checks priced per call over x402 (
exact,eip155:8453, USDC), from $0.002, no account and no API key. Also exposed as an MCP server.The set that is probably most relevant to this ecosystem is the on-chain pre-flight group, because it addresses a failure mode every paying agent hits:
send/do not sendwith every blocking reason.Plus the EU compliance side: sanctions screening (EU/UN/UK, re-indexed daily), VAT ID validation against VIES, IBAN, counterparty due diligence with GLEIF LEI, EU VAT treatment with EN 16931 codes, e-invoice validation, and bookkeeping for an agent'"'"'s own USDC spending (chain → EUR at the ECB rate of the payment date → CSV).
Notes for review
pip install eucompliance-verify(MIT source)./.well-known/x402and/llms.txt; already listed in the Bazaar and the MCP registry.curl "https://api.eucompliance.tools/free/vat-rules?supplier=AT&customer=DE&b2b=true&type=service"I could not add a logo file in this PR — happy to follow up with one in the convention used under
typescript/site/public/logos/, or to drop thelogoUrlfield if an entry without a logo is preferred.