Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Agent Decision & Evidence Tools (MCP + x402)

REMOTE · MCP.EUCOMPLIANCE.TOOLS · SCANNED SEP 21

40 MCP tools: multi-chain RPC, market and transaction decisions, AI, EU compliance and US imports

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 4723 tokens (~118/item across 40 items; 40 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management94
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 2 breaking changes, 0 auth/transport breaks, 23 additions. See how to fix → Fail
Tool Coverage73
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 6% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "prepare_invoice_to_pay_eu" implies "pay" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Fail
  • An AI judge read all 41 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Agent Decision & Evidence Tools (MCP + x402) server?

Agent Decision & Evidence Tools (MCP + x402) is a hosted endpoint at https://mcp.eucompliance.tools/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.eucompliance.tools

# add to Claude Code
claude mcp add --transport http patrickpi1312-eu-compliance 'https://mcp.eucompliance.tools/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "patrickpi1312-eu-compliance": {
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "patrickpi1312-eu-compliance": {
      "type": "http",
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.patrickpi1312-eu-compliance]
url = "https://mcp.eucompliance.tools/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "patrickpi1312-eu-compliance": {
      "type": "remote",
      "url": "https://mcp.eucompliance.tools/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add patrickpi1312-eu-compliance --url 'https://mcp.eucompliance.tools/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  patrickpi1312-eu-compliance:
    url: "https://mcp.eucompliance.tools/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "patrickpi1312-eu-compliance": {
      "Transport": "http",
      "Url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
# add to Vellum
assistant mcp add patrickpi1312-eu-compliance -t streamable-http -u 'https://mcp.eucompliance.tools/mcp'
// mcp.json
{
  "mcpServers": {
    "patrickpi1312-eu-compliance": {
      "type": "http",
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 6 Sept 26 +9
    • Stability: pass → fail security
    • Authorization: unverified → partial security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “agent_spend_statement” rewrote its description, which is the text the model reads security
    • Tool “agentllm_micro” rewrote its description, which is the text the model reads security
    • Tool “ai_act_disclosure” rewrote its description, which is the text the model reads security
    • Tool “check_counterparty_eu” rewrote its description, which is the text the model reads security
    • Tool “eu_vat_rules” rewrote its description, which is the text the model reads security
    • Tool “invoice_to_pay_dossier_eu” rewrote its description, which is the text the model reads security
    • Tool “lookup_company_eu” rewrote its description, which is the text the model reads security
    • Tool “market_data” rewrote its description, which is the text the model reads security
    • Tool “market_history” rewrote its description, which is the text the model reads security
    • Tool “must_verify_before_pay” rewrote its description, which is the text the model reads security
    • Tool “prepare_agentllm_micro” rewrote its description, which is the text the model reads security
    • Tool “prepare_invoice_to_pay_eu” rewrote its description, which is the text the model reads security
    • Tool “prepare_us_import_readiness” rewrote its description, which is the text the model reads security
    • Tool “read_url” rewrote its description, which is the text the model reads security
    • Tool “recover_us_import_readiness” rewrote its description, which is the text the model reads security
    • Tool “screen_sanctions_eu” rewrote its description, which is the text the model reads security
    • Tool “token_status” rewrote its description, which is the text the model reads security
    • Tool “tx_preflight” rewrote its description, which is the text the model reads security
    • Tool “tx_status” rewrote its description, which is the text the model reads security
    • Tool “us_import_readiness_guard” rewrote its description, which is the text the model reads security
    • Tool “validate_einvoice_eu” rewrote its description, which is the text the model reads security
    • Tool “validate_iban” rewrote its description, which is the text the model reads security
    • Tool “validate_vat” rewrote its description, which is the text the model reads security
    • Tool “verify_compliance_receipt” rewrote its description, which is the text the model reads security
    • “must_verify_before_pay” made “payee_iban” required, so existing callers break functional
    • “must_verify_before_pay” made “payee_name” required, so existing callers break functional
    • “must_verify_before_pay” made “payee_vat” required, so existing callers break functional
    • “tx_preflight” changed the type of “amount”: number → string functional
    • “tx_preflight” changed the type of “value_eth”: number → string functional
    • Schema quality: 172 → 118 functional
    • Tool coverage: 0% → 6% functional
    • Tool “agent_spend_statement” now declares an output schema functional
    • Tool “agentllm_micro” now declares an output schema functional
    • Tool “ai_act_disclosure” now declares an output schema functional
    • Tool “check_counterparty_eu” now declares an output schema functional
    • Tool “eu_vat_rules” now declares an output schema functional
    • Tool “invoice_to_pay_dossier_eu” now declares an output schema functional
    • Tool “lookup_company_eu” now declares an output schema functional
    • Tool “market_data” now declares an output schema functional
    • Tool “market_history” now declares an output schema functional
    • Tool “must_verify_before_pay” now declares an output schema functional
    • Tool “prepare_agentllm_micro” now declares an output schema functional
    • Tool “prepare_invoice_to_pay_eu” now declares an output schema functional
    • Tool “tx_status” now declares an output schema functional
    • Tool “prepare_us_import_readiness” now declares an output schema functional
    • Tool “read_url” now declares an output schema functional
    • Tool “recover_us_import_readiness” now declares an output schema functional
    • Tool “screen_sanctions_eu” now declares an output schema functional
    • Tool “token_status” now declares an output schema functional
    • Tool “tx_preflight” now declares an output schema functional
    • Tool “us_import_readiness_guard” now declares an output schema functional
    • Tool “validate_einvoice_eu” now declares an output schema functional
    • Tool “validate_iban” now declares an output schema functional
    • Tool “validate_vat” now declares an output schema functional
    • Tool “verify_compliance_receipt” now declares an output schema functional
    • First check of Tool coverage: 100 functional
    • Server version: 1.4.0 → 1.6.0 functional
    • New tool “agentllm_basic” functional
    • New tool “agentllm_plus” functional
    • New tool “coin_positioning_brief” functional
    • New tool “contract_info” functional
    • New tool “gas_estimate” functional
    • New tool “market_decision_pack” functional
    • New tool “open_social_search” functional
    • New tool “perp_market_data” functional
    • New tool “prepare_agentllm” functional
    • New tool “prepare_x402_purchase_guard” functional
    • New tool “recommend_agent_tool” functional
    • New tool “rpc_read_batch” functional
    • New tool “soft_commodity_stress” functional
    • New tool “spot_price” functional
    • New tool “wallet_balance” functional
    • New tool “x402_purchase_guard” functional
    • “check_counterparty_eu” added an optional parameter “b2b” cosmetic
    • “check_counterparty_eu” added an optional parameter “own_country” cosmetic
    • “check_counterparty_eu” added an optional parameter “relationship” cosmetic
    • “check_counterparty_eu” added an optional parameter “type” cosmetic
    • “eu_vat_rules” added an optional parameter “above_oss_threshold” cosmetic
    • “eu_vat_rules” added an optional parameter “customer_vat_valid” cosmetic
    • “prepare_us_import_readiness” reworded the description of “country_of_origin” cosmetic
    • “prepare_us_import_readiness” reworded the description of “gtin” cosmetic
    • “prepare_us_import_readiness” reworded the description of “hts_code” cosmetic
    • “token_status” reworded the description of “amount” cosmetic
    • “us_import_readiness_guard” reworded the description of “country_of_origin” cosmetic
    • “us_import_readiness_guard” reworded the description of “gtin” cosmetic
    • “us_import_readiness_guard” reworded the description of “hts_code” cosmetic
    • “us_import_readiness_guard” reworded the description of “job_id” cosmetic
    • “us_import_readiness_guard” reworded the description of “recovery_secret” cosmetic
    • Tool “agent_spend_statement” changed its title: Agent spend transfer evidence cosmetic
    • Tool “agentllm_micro” changed its title: AgentLLM Micro inference cosmetic
    • Tool “ai_act_disclosure” changed its title: EU AI Act disclosure evidence cosmetic
    • Tool “check_counterparty_eu” changed its title: Counterparty due diligence (KYB) cosmetic
    • Tool “eu_vat_rules” changed its title: EU VAT decision engine cosmetic
    • Tool “invoice_to_pay_dossier_eu” changed its title: EU Invoice Payment Guard cosmetic
    • Tool “lookup_company_eu” changed its title: Company register lookup cosmetic
    • Tool “market_data” changed its title: Fresh market indicators cosmetic
    • Tool “market_history” changed its title: Archived market history cosmetic
    • Tool “must_verify_before_pay” changed its title: Autonomous payment gate cosmetic
    • Tool “prepare_agentllm_micro” changed its title: Prepare AgentLLM Micro (free) cosmetic
    • Tool “prepare_invoice_to_pay_eu” changed its title: Prepare EU Invoice Payment Guard (free) cosmetic
    • Tool “prepare_us_import_readiness” changed its title: Prepare US Import Readiness Guard (free) cosmetic
    • Tool “read_url” changed its title: Safe page reader cosmetic
    • Tool “recover_us_import_readiness” changed its title: Recover a settled US Import Readiness result (free) cosmetic
    • Tool “screen_sanctions_eu” changed its title: Sanctions screening (EU, UN, UK) cosmetic
    • Tool “token_status” changed its title: ERC-20 balance and allowance evidence cosmetic
    • Tool “tx_preflight” changed its title: Agent Transaction Guard cosmetic
    • Tool “tx_status” changed its title: Transaction status and revert evidence cosmetic
    • Tool “us_import_readiness_guard” changed its title: US Import Readiness Guard cosmetic
    • Tool “validate_einvoice_eu” changed its title: E-invoice validation cosmetic
    • Tool “validate_iban” changed its title: IBAN structure check (free) cosmetic
    • Tool “validate_vat” changed its title: EU VAT identity check (free) cosmetic
    • Tool “verify_compliance_receipt” changed its title: Verify a compliance receipt (free) cosmetic
  • 30 Aug 26 0
    • Stability: 0.97 → pass security
  • 29 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 24 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 1.3.0 → 1.4.0 functional
    • New tool “agentllm_micro” functional
    • New tool “prepare_agentllm_micro” functional
  • 23 Aug 26 68
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “tx_preflight” rewrote its description, which is the text the model reads security
    • Schema quality: 142 → 174 functional
    • Server version: 1.1.0 → 1.3.0 functional
    • New tool “invoice_to_pay_dossier_eu” functional
    • New tool “prepare_invoice_to_pay_eu” functional
    • New tool “prepare_us_import_readiness” functional
    • New tool “recover_us_import_readiness” functional
    • New tool “us_import_readiness_guard” functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://mcp.eucompliance.tools/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=eucompliance.tools CN=YE2,O=Let's Encrypt,C=US 31 Jul 2026 29 Oct 2026 ECDSA 256 ECDSA-SHA384 5bf497255b72f3456c9c4f007612e8b86cb
SANs: api.eucompliance.tools, eucompliance.tools, mcp.eucompliance.tools, www.eucompliance.tools
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.eucompliance.tools. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
tools. present 13831 8 Verified
eucompliance.tools. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.eucompliance.tools/mcp Verified 200
http (plaintext) http://mcp.eucompliance.tools/mcp HTTPS enforced 301 https://mcp.eucompliance.tools/mcp
MCP tools · 40 exposed · ~4,130 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
prepare_us_import_readiness ~235

FREE local completeness and safety check for ordinary goods dispatched from DE/AT to the US. Requires product, material, intended-use, origin, value and explicit regulated-attribute answers. No product URL is accepted or fetched. Returns an opaque job ID and recovery secret for the paid guard.

NameTypeReqDescription
brandstring
country_of_originstringyesValid ISO-3166 manufacturing origin, not dispatch country
customs_value_usdstringyes
destination_countrystring
dispatch_countrystringyes
gtinstringOptional GTIN/UPC/EAN
hts_codestringOptional buyer-declared 6, 8 or 10 digit HTS code
importer_usestringyes
intended_usestringyes
material_or_compositionstringyes
merchant_forwarding_policystringyes
modelstring
product_descriptionstringyes
product_namestringyes
quantityintegeryes
risk_answersobjectyes
NameTypeReqDescription
acceptedarray
chargeableboolean
chargedbooleanWhen present on an error, false means the failed result is uncharged.
contractstring
coverageobject
did_you_meanobject|null
eligible_for_paid_dossierboolean
error
error_codestring
input_fingerprintstring
issuesarray
jobobject
messagestring
missingarray
missing_checksarray
partial_evidenceobject
pricestringNo payment is required for this tool.
privacyobject
purchaseobject|null
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray

No examples provided.

prepare_x402_purchase_guard ~75

FREE strict syntax and supported-v2-shape check for a raw base64/base64url PAYMENT-REQUIRED header. Returns a canonical challenge fingerprint and the policy fields required by the paid guard, without revealing the paid decision, contacting the target, reading a wallet or attempting payment.

NameTypeReqDescription
payment_requiredstringyes
NameTypeReqDescription
acceptedarray
challenge_hash_basisstring
challenge_sha256string
chargedboolean
contractstring
did_you_meanobject|null
error
error_codestring
messagestring
missingarray
missing_checksarray
paid_toolstring
partial_evidenceobject
pricestringNo payment is required for this tool.
ready_for_paid_analysisboolean
ready_to_buyboolean
required_policyarray
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
target_network_calledboolean
target_payment_attemptedboolean
toolstring
unknownarray
wallet_accessedboolean

No examples provided.

read_url ~51

Fetch a public web page as clean Markdown or text while refusing internal and private addresses, suitable for reading evidence before an agent acts on a link.

NameTypeReqDescription
formatstring
urlstringyes
NameTypeReqDescription
acceptedarray
authorstring|null
chargedbooleanWhen present on an error, false means the failed result is uncharged.
contentstring
content_charsinteger
datestring|null
did_you_meanobject|null
error
error_codestring
extensionsobject
fetched_atstring
final_urlstring
formatstring
messagestring
missingarray
missing_checksarray
notestring
partial_evidenceobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sitenamestring|null
statusinteger
status_codeinteger
titlestring|null
toolstring
truncatedboolean
unknownarray
urlstring

No examples provided.

recommend_agent_tool ~151

FREE deterministic router over the published Agent Card. Describe the job and optional category, country, chain, price cap and available input names; receive one to three matching tools with exact catalog prices, required inputs and a safe workflow. It performs no model call, network lookup, payment or target-tool execution and never returns supplied secret values.

NameTypeReqDescription
available_inputsstringOptional comma-separated input field names already available; values must not be supplied.
categorystring
chainstring
countrystring
goalstringyes
max_price_usdcstring
max_resultsinteger
prefer_freeboolean
NameTypeReqDescription
acceptedarray
catalogobject
chargedboolean
did_you_meanobject|null
error
error_codestring
messagestring
missingarray
missing_checksarray
no_matchboolean
no_match_reasonstring|null
partial_evidenceobject
pricestringNo payment is required for this tool.
recommendationsarray
retryableboolean
routingobject
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray

No examples provided.

recover_us_import_readiness ~71

FREE recovery when an x402 settlement succeeded but the signed response was lost. Returns only the already-settled result for the opaque job ID and recovery secret; it never performs a new lookup or creates a new charge.

NameTypeReqDescription
job_idstringyes
recovery_secretstringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
contractstring
cost_viewobject
decisionobject
did_you_meanobject|null
entry_policyobject
error
error_codestring
extensionsobject
forwardingobject
input_fingerprintstring
limitationsarray
messagestring
missingarray
missing_checksarray
next_actionsarray
ordinary_duty_componentobject
partial_evidenceobject
policy_versionstring
pricingobject
privacyobject
productobject
recallsobject
receiptobject
regulatory_routingobject
retryableboolean
routeobject
settledbooleanWhen present on an error, false means no settlement occurred.
source_snapshotsarray
status_codeinteger
tariffobject
toolstring
unknownarray
validityobject

No examples provided.

rpc_read_batch ~105

Run 1-20 standard read-only JSON-RPC requests as one paid call across 28 EVM mainnets. Set one default chain for the batch or override it with an optional chain field on each request. Includes public-node failover, decoded Error/Panic reverts and source evidence; signing, state-changing convenience methods and transaction broadcasting are unavailable.

NameTypeReqDescription
chainstringDefault chain used when a request entry has no chain override.
requestsarrayyes
NameTypeReqDescription
acceptedarray
chainstring
chain_countinteger
chainsobject
chargedbooleanWhen present on an error, false means the failed result is uncharged.
contractstring
did_you_meanobject|null
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
mixed_chain_batchboolean
multi_chainboolean
node_usedstring
nodes_failedarray
partial_evidenceobject
read_onlyboolean
receiptobject
request_countinteger
result
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
took_msinteger
toolstring
transport_attemptsinteger
transport_failuresarray
unknownarray

No examples provided.

screen_sanctions_eu ~106

Check a person or company against the official EU (Commission FSF), UN Security Council and UK (HM Treasury OFSI) sanctions lists. 12,000+ listed entities, 50,000+ name variants, re-indexed daily, fuzzy matching. Each hit states its list, programme, reference and the list date.

NameTypeReqDescription
countrystring
listsstring
namestringyes
thresholdnumber
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
clearboolean
compliance_workflowobject
country_filterstring|null
did_you_meanobject|null
disclaimerstring
entities_screenedinteger
error
error_codestring
extensionsobject
list_generated
lists_screenedarray
match_countinteger
matchesarray
messagestring
missingarray
missing_checksarray
names_screenedinteger
not_included
partial_evidenceobject
querystring
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
source
sourcesarray
status_codeinteger
thresholdnumber
toolstring
unknownarray

No examples provided.

soft_commodity_stress ~76

Calculate a disclosed weather-only supply-stress score from Brazilian growing-belt rainfall and dry days. A paid result also includes at least one usable Ivory Coast cocoa-or-coffee farmgate-price observation from a distinct source as context; availability of both commodities is not guaranteed. This has its own wrapper because its upstream cost is higher.

Input schema present but exposes no named parameters.

NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
coveragestring
dataobject
did_you_meanobject|null
disclaimerstring
error
error_codestring
extensionsobject
freshnessobject
generated_atstring
messagestring
missingarray
missing_checksarray
partial_evidenceobject
productstring
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
signalobject
sourcesarray
status_codeinteger
toolstring
tradeobject
unknownarray

No examples provided.

spot_price ~60

Attempt independent Binance, Coinbase and Kraken public tickers and calculate the median from the live quotes that return. Every delivered quote, quote currency, spread and timestamp is disclosed; fewer than two live sources is an uncharged error.

NameTypeReqDescription
symbolstring
NameTypeReqDescription
acceptedarray
as_ofstring
chargedbooleanWhen present on an error, false means the failed result is uncharged.
did_you_meanobject|null
error
error_codestring
extensionsobject
messagestring
methodstring
missingarray
missing_checksarray
notestring
partial_evidenceobject
price_usdnumber
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sourcesarray
sources_failedarray
spread_pctnumber
status_codeinteger
symbolstring
toolstring
unknownarray

No examples provided.

token_status ~77

Return an owner's token balance and optional spender allowance, including whether both satisfy a requested amount, across five EVM chains.

NameTypeReqDescription
amountExact decimal string preferred; JSON number remains accepted for backwards compatibility.
chainstring
ownerstringyes
spenderstring
tokenstringyes
NameTypeReqDescription
acceptedarray
action_neededstring
allowanceobject
balancestring
balance_rawstring
blocking_reasonsarray
chainstring
chain_idinteger
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
did_you_meanobject|null
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
notestring
ownerstring
partial_evidenceobject
receiptobject
requested_amountstring
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
spenderstring
status_codeinteger
tokenobject
toolstring
unknownarray
would_succeedboolean

No examples provided.

tx_preflight ~167

Read-only decision analysis before signing with five on-chain core checks: native balance/gas price, transaction-specific gas estimate, simulation with decoded revert reason, pending nonce gap and recipient bytecode/type. Token inputs add an optional ERC-20 balance and allowance check. Returns proceed, review or block with evidence, unknowns, limitations and safe next actions. Wallet sanctions screening is not included because official name lists cannot clear or identify a blockchain address. Missing evidence is never approval; there are no follow-up charges.

NameTypeReqDescription
amountstring
chainstring
datastring
senderstringyes
spenderstring
tostringyes
tokenstring
value_ethstring
NameTypeReqDescription
acceptedarray
blocking_reasonsarray
broadcasts_transactionboolean
chainstring
chain_idinteger
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
checksarray
contractstring
decisionobject
did_you_meanobject|null
error
error_codestring
evidenceobject
extensionsobject
gasobject
limitationsarray
messagestring
missingarray
missing_checksarray
next_actionsarray
nonceobject
notestring
partial_evidenceobject
pricingobject
read_onlyboolean
receiptobject
recipientobject
retryableboolean
review_reasonsarray
senderstring
settledbooleanWhen present on an error, false means no settlement occurred.
simulationobject
status_codeinteger
tostring
tokenobject
toolstring
unknownarray
valueobject
verdictstring
wallet_sanctionsobject
would_succeedboolean

No examples provided.

tx_status ~58

Return mined or pending status, success or decoded revert reason, gas used, block and confirmations for a transaction on Base, Ethereum, Arbitrum, Optimism or Polygon.

NameTypeReqDescription
chainstring
tx_hashstringyes
NameTypeReqDescription
acceptedarray
blockinteger
chainstring
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
confirmationsinteger|null
did_you_meanobject|null
error
error_codestring
evidenceobject
extensionsobject
fee_paid_ethstring
fee_paid_weistring
fromstring
gas_usedinteger
known_to_nodeboolean
logsarray
messagestring
missingarray
missing_checksarray
partial_evidenceobject
receiptobject
retryableboolean
revert_reasonstring|null
settledbooleanWhen present on an error, false means no settlement occurred.
statusstring
status_codeinteger
tostring|null
toolstring
tx_hashstring
unknownarray
valuestring

No examples provided.

us_import_readiness_guard ~325

Signed pre-purchase evidence dossier for ordinary goods dispatched from Germany or Austria to the United States. Validates a buyer-declared HTS code or returns non-binding current USITC candidates, calculates only a simple ordinary-duty component, checks CPSC recall candidates and routes declared regulated attributes. Returns PROCEED_TO_CARRIER_QUOTE, REVIEW_REQUIRED or DO_NOT_FORWARD. It never fetches a product URL, orders, creates an address, books shipping or claims exact landed cost, carrier acceptance or customs clearance. Free input check first; source/input failures are not settled.

NameTypeReqDescription
brandstring
country_of_originstringyesValid ISO-3166 manufacturing origin, not dispatch country
customs_value_usdstringyes
destination_countrystring
dispatch_countrystringyes
gtinstringOptional GTIN/UPC/EAN
hts_codestringOptional buyer-declared 6, 8 or 10 digit HTS code
importer_usestringyes
intended_usestringyes
job_idstringyesOpaque job ID returned by the free prepare call
material_or_compositionstringyes
merchant_forwarding_policystringyes
modelstring
product_descriptionstringyes
product_namestringyes
quantityintegeryes
recovery_secretstringyesSecret returned by the free prepare call
risk_answersobjectyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
contractstring
cost_viewobject
decisionobject
did_you_meanobject|null
entry_policyobject
error
error_codestring
extensionsobject
forwardingobject
input_fingerprintstring
limitationsarray
messagestring
missingarray
missing_checksarray
next_actionsarray
ordinary_duty_componentobject
partial_evidenceobject
policy_versionstring
pricingobject
privacyobject
productobject
recallsobject
receiptobject
regulatory_routingobject
retryableboolean
routeobject
settledbooleanWhen present on an error, false means no settlement occurred.
source_snapshotsarray
status_codeinteger
tariffobject
toolstring
unknownarray
validityobject

No examples provided.

validate_einvoice_eu ~75

Validate an XRechnung, ZUGFeRD/Factur-X or Peppol BIS invoice (UBL or CII) against EN 16931: mandatory fields, arithmetic consistency of all totals, VAT breakdown and category rules, each finding with its official BR- rule code.

NameTypeReqDescription
xmlstringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
customization_idstring|null
did_you_meanobject|null
disclaimerstring
document_typestring
error
error_codestring
error_countinteger
errorsarray
extensionsobject
full_schematronboolean
messagestring
missingarray
missing_checksarray
partial_evidenceobject
profilestring
receiptobject
retryableboolean
schematronobject
settledbooleanWhen present on an error, false means no settlement occurred.
sourcestring
standardstring
status_codeinteger
summaryobject
syntaxstring
toolstring
unknownarray
validboolean
warning_countinteger
warningsarray

No examples provided.

validate_iban ~46

FREE IBAN checksum and country-structure validation with BIC and bank-name enrichment where registry data exists. It does not prove account existence or ownership.

NameTypeReqDescription
ibanstringyes
NameTypeReqDescription
acceptedarray
bank_codestring|null
bank_namestring|null
bank_registry_checkedboolean
bank_registry_notestring
bbanstring
bicstring|null
chargedbooleanWhen present on an error, false means the failed result is uncharged.
check_digitsstring
countrystring
did_you_meanobject|null
error
error_codestring
formattedstring
inputstring
lengthinteger
messagestring
missingarray
missing_checksarray
partial_evidenceobject
pricestringNo payment is required for this tool.
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray
validboolean

No examples provided.

validate_vat ~60

FREE live validation of an EU VAT ID against VIES, including the registered name and address when the member state publishes them. Use this as the no-cost entry point before paid VAT, counterparty or invoice decisions.

NameTypeReqDescription
vat_idstringyes
NameTypeReqDescription
acceptedarray
addressstring|null
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
countrystring
did_you_meanobject|null
error
error_codestring
format_validboolean
hintstring
inputstring
messagestring
missingarray
missing_checksarray
namestring|null
normalizedstring
partial_evidenceobject
pricestringNo payment is required for this tool.
registeredboolean
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sourcestring
status_codeinteger
suggested_vat_idstring
toolstring
unknownarray
vies_checkedboolean

No examples provided.

verify_compliance_receipt ~53

Anyone can verify issuer authenticity, integrity and the signed validity window of a eucompliance.tools result locally without payment or network access; this does not validate the underlying facts.

NameTypeReqDescription
document_jsonstringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
content_unchangedboolean
did_you_meanobject|null
error
error_codestring
expiredboolean
failuresarray
issued_atstring
issued_by_usboolean
messagestring
missingarray
missing_checksarray
official_issuer_keystring
partial_evidenceobject
pricestringNo payment is required for this tool.
reasonsarray
recovered_signerstring
retryableboolean
servicestring
settledbooleanWhen present on an error, false means no settlement occurred.
signature_validboolean
status_codeinteger
subjectstring
toolstring
unknownarray
validboolean
valid_untilstring

No examples provided.

wallet_balance ~57

Return a live native balance, exact wei, pending nonce, observed block and RPC-source evidence for a wallet on Base, Ethereum, Arbitrum, Optimism or Polygon.

NameTypeReqDescription
addressstringyes
chainstring
NameTypeReqDescription
acceptedarray
addressstring
balance_nativestring
balance_weistring
chainstring
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
contractstring
did_you_meanobject|null
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
native_symbolstring
observed_blockinteger
partial_evidenceobject
pending_nonceinteger
read_onlyboolean
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sourcesarray
status_codeinteger
toolstring
unknownarray

No examples provided.

x402_purchase_guard ~173

Compare an already received canonical x402 v2 challenge with the buyer's exact resource, method, USDC price limit, network policy, trusted recipient and EVM/Solana signing-mechanism fields. Returns PROCEED_TO_USER_CONFIRMATION, REVIEW_REQUIRED or REJECT_CHALLENGE with normalized evidence and a signed fingerprint. A positive result requires confirmation, pins one exact option and expires after 10 minutes. Never contacts the target, accesses a wallet, signs or submits the target payment; merchant identity, delivery and target request-body binding are outside scope.

NameTypeReqDescription
allowed_networksarrayyes
expected_pay_tostringyes
max_price_usdcstringyes
payment_requiredstringyes
resource_methodstringyes
resource_urlstringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
confirmation_requirementsobject
contractstring
decisionstring
did_you_meanobject|null
error
error_codestring
evidenceobject
executionobject
extensionsobject
messagestring
missingarray
missing_checksarray
normalized_payment_optionsarray
partial_evidenceobject
reasonsarray
receiptobject
retryableboolean
risk_flagsarray
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray

No examples provided.

Common questions

What is the Agent Decision & Evidence Tools (MCP + x402) server?

Agent Decision & Evidence Tools (MCP + x402) is listed in the public MCP registry as io.github.PatrickPi1312/eu-compliance. 40 MCP tools: multi-chain RPC, market and transaction decisions, AI, EU compliance and US imports. This page covers its hosted endpoint (https://mcp.eucompliance.tools/mcp).

Is the Agent Decision & Evidence Tools (MCP + x402) server safe to use?

Agent Decision & Evidence Tools (MCP + x402) scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Agent Decision & Evidence Tools (MCP + x402) server expose?

Agent Decision & Evidence Tools (MCP + x402) exposes 40 tools: validate_vat, validate_iban, recommend_agent_tool, prepare_agentllm, prepare_agentllm_micro, and 35 more. Their descriptions and schemas cost roughly 4,130 tokens of context every time the server is loaded.

Does the Agent Decision & Evidence Tools (MCP + x402) server require authentication?

No. We connected to Agent Decision & Evidence Tools (MCP + x402) without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Agent Decision & Evidence Tools (MCP + x402) server still maintained?

Agent Decision & Evidence Tools (MCP + x402) is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.