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 20

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 0
    • 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 20 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
agent_spend_statement ~100

Create a complete Base USDC outflow and transfer record for an agent wallet: every observed transfer, recipient, transaction reference and dated ECB EUR conversion, available as JSON or CSV. Transfers remain explicitly unclassified until invoice, supplier identity and supply type are linked; this tool does not assign VAT, reverse-charge or deductible-expense treatment by itself.

NameTypeReqDescription
daysinteger
formatstring
walletstringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
classificationstring
completeboolean
csvstring
daysinteger
did_you_meanobject|null
disclaimerstring
error
error_codestring
extensionsobject
formatstring
gapsarray
generated_atstring
media_typestring
messagestring
missingarray
missing_checksarray
notestring
outgoing_transfer_countinteger
partial_evidenceobject
payeesarray
payment_countinteger
paymentsarray
periodobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sourcesobject
status_codeinteger
toolstring
total_eurnumber
total_usdnumber
transaction_semanticsstring
truncatedboolean
unknownarray
vat_assessmentobject
walletstring

No examples provided.

agentllm_basic ~96

OpenAI-compatible general chat and summaries for exactly 0.005 USDC per call. Run prepare_agentllm with tier basic first. Hard limits are 6,000 UTF-8 input bytes, 16 messages and 750 output tokens; upstream model and usage are disclosed and the result includes a signed receipt.

NameTypeReqDescription
max_tokensinteger
promptstringyes
systemstring
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
choicesarray
createdinteger
did_you_meanobject|null
error
error_codestring
extensionsobject
idstring
messagestring
missingarray
missing_checksarray
modelstring
objectstring
partial_evidenceobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray
usageobject
x402_serviceobject

No examples provided.

agentllm_micro ~68

OpenAI-compatible classification, extraction, routing and short summaries for exactly 0.003 USDC per call. Validate the exact JSON for free first; no account or API key.

NameTypeReqDescription
max_tokensinteger
promptstringyes
systemstring
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
choicesarray
createdinteger
did_you_meanobject|null
error
error_codestring
extensionsobject
idstring
messagestring
missingarray
missing_checksarray
modelstring
objectstring
partial_evidenceobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray
usageobject
x402_serviceobject

No examples provided.

agentllm_plus ~101

OpenAI-compatible stronger drafting, analysis and longer summaries for exactly 0.02 USDC per call. Run prepare_agentllm with tier plus first. Hard limits are 6,000 UTF-8 input bytes, 16 messages and 1,200 output tokens; upstream model and usage are disclosed and the result includes a signed receipt.

NameTypeReqDescription
max_tokensinteger
promptstringyes
systemstring
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
choicesarray
createdinteger
did_you_meanobject|null
error
error_codestring
extensionsobject
idstring
messagestring
missingarray
missing_checksarray
modelstring
objectstring
partial_evidenceobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray
usageobject
x402_serviceobject

No examples provided.

ai_act_disclosure ~104

Create a signed Article 50 provenance record and German/English disclosure for AI-generated content, including a privacy-first hash-only path. This attests declared origin; it does not detect AI in arbitrary content.

NameTypeReqDescription
contentstring
content_sha256string
deployerstring
kindstring
languagestring
modelstring
model_providerstring
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
did_you_meanobject|null
disclosureobject
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
obligationsarray
partial_evidenceobject
penalty_exposurestring
provenanceobject
receiptobject
regulationstring
retryableboolean
scope_and_limitsobject
settledbooleanWhen present on an error, false means no settlement occurred.
standardstring
status_codeinteger
toolstring
unknownarray

No examples provided.

check_counterparty_eu ~100

VAT ID validation (VIES) plus sanctions screening plus IBAN check in one call, condensed into a traffic-light verdict with reasons and a recommendation.

NameTypeReqDescription
b2bboolean
countrystring
ibanstring
namestring
own_countrystring
relationshipstring
typestring
vatstring
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
checks_missingarray
checks_performedarray
compliance_workflowobject
coverageobject
did_you_meanobject|null
disclaimerstring
error
error_codestring
extensionsobject
iban_resultobject
inputobject
legal_entityobject
messagestring
missingarray
missing_checksarray
partial_evidenceobject
receiptobject
retryableboolean
riskobject
sanctionsobject
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray
vatobject

No examples provided.

coin_positioning_brief ~79

Calculate a disclosed crowded-long/short score from current Hyperliquid funding and premium. The response also includes an at-least-two-exchange spot median, open interest, volume and the service's six-hour archive trend as separate context; a still-filling archive is labelled and does not enter this score.

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
evidenceobject
extensionsobject
messagestring
missingarray
missing_checksarray
notestring
partial_evidenceobject
perpobject
positioningstring
positioning_scoreinteger
receiptobject
retryableboolean
rulestring
settledbooleanWhen present on an error, false means no settlement occurred.
spotobject
status_codeinteger
symbolstring
toolstring
trendobject
unknownarray

No examples provided.

contract_info ~56

Inspect live runtime bytecode, native balance, transaction count and observed block, returning deployed_contract, eoa_or_empty or precompile_or_system_address without claiming wallet ownership.

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

No examples provided.

eu_vat_rules ~138

Place of supply, reverse charge, intra-Community supply or export, the rate, plus the EN 16931 VAT category code (BT-151), exemption reason code (BT-121) and invoice wording. Supplier/customer jurisdictions are always required; customer VAT validity, transaction type and OSS-threshold evidence are conditionally required when the selected VAT rule depends on them. Missing evidence is reported, not inferred.

NameTypeReqDescription
above_oss_threshold
b2bboolean
customerstringyes
customer_vat_valid
supplierstringyes
typestring
NameTypeReqDescription
acceptedarray
b2bboolean
charge_vatboolean|null
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
customer_countrystring|null
customer_in_euboolean
decisionstring
did_you_meanobject|null
disclaimerstring
en16931_exemption_reason_codestring|null
en16931_exemption_reason_textstring|null
en16931_vat_category_codestring
error
error_codestring
extensionsobject
invoice_note_destring|null
invoice_note_enstring|null
legal_referencestring
messagestring
missingarray
missing_checksarray
notesarray
partial_evidenceobject
place_of_supplystring
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
standard_rate_as_ofstring
standard_rate_sourcestring
status_codeinteger
supplier_countrystring
supplier_country_namestring
supply_typestring
toolstring
unknownarray
vat_rate_percentnumber|null

No examples provided.

gas_estimate ~76

Return the current gas price and, when transaction fields are supplied, eth_estimateGas plus an execution-fee estimate with excluded rollup components stated explicitly.

NameTypeReqDescription
chainstring
datastring
senderstring
tostring
value_nativestring
NameTypeReqDescription
acceptedarray
chainstring
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
contractstring
did_you_meanobject|null
error
error_codestring
estimated_execution_fee_nativestring
estimated_execution_fee_weistring
extensionsobject
fee_components_not_includedarray
gas_limitstring
gas_price_gweistring
gas_price_weistring
max_priority_fee_weistring|null
messagestring
missingarray
missing_checksarray
native_symbolstring
observed_blockinteger
partial_evidenceobject
read_onlyboolean
receiptobject
retryableboolean
revert_reasonstring|null
settledbooleanWhen present on an error, false means no settlement occurred.
sourcesarray
status_codeinteger
toolstring
total_fee_completeboolean
transactionobject
transaction_estimatedboolean
unknownarray
would_revertboolean

No examples provided.

invoice_to_pay_dossier_eu ~264

One signed decision before an EU invoice is paid: READY_FOR_BUYER_APPROVAL, HOLD_FOR_REVIEW or DO_NOT_PAY with evidence and safe next actions. Accepts UBL/CII XML or ZUGFeRD/Factur-X with one embedded invoice XML, not ordinary/scanned PDFs. Complete EN 16931 validation, live VIES, EU/UN/UK sanctions, VAT treatment and a buyer-trusted IBAN match. READY_FOR_BUYER_APPROVAL does not prove delivery, internal approval, duplicate-ledger status or bank-account ownership. Free input check first; 1.00 USDC per completed dossier, no subscription or paid follow-up.

NameTypeReqDescription
b2bboolean
buyer_countrystringyes
document_base64string
expected_amountstringyes
expected_buyer_vatstring
expected_currencystringyes
expected_supplier_namestring
expected_supplier_vatstring
filenamestring
invoice_xmlstring
purchase_order_referencestring
supply_typestring
trusted_payee_ibanstringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checksarray
contractstring
decisionobject
did_you_meanobject|null
error
error_codestring
evidenceobject
evidence_coverageobject
extensionsobject
input_fingerprintstring
invoiceobject
limitationsarray
messagestring
missingarray
missing_checksarray
next_actionsarray
partial_evidenceobject
paymentobject
policy_versionstring
pricingobject
privacyobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
source_snapshotsarray
status_codeinteger
supplierobject
toolstring
unknownarray
validityobject

No examples provided.

lookup_company_eu ~85

Live extract from official national registers in France, Norway, Czechia, Finland, Slovakia and Poland: name, registration number, status, legal form, address and registration date. Germany and Austria are not covered because their registers are not available here as an equivalent open lookup.

NameTypeReqDescription
countrystringyes
idstring
namestring
NameTypeReqDescription
acceptedarray
available_countriesarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checked_atstring
did_you_meanobject|null
disclaimerstring
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
not_covered
partial_evidenceobject
queryobject
receiptobject
registerstring
register_urlstring
result_countinteger
resultsarray
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray

No examples provided.

market_data ~55

Return one computed market_brief, Base gas or yield indicator with source coverage, freshness, a stable repeat URL and a do-not-repurchase-before time. Soft commodities use soft_commodity_stress.

NameTypeReqDescription
productstring
NameTypeReqDescription
acceptedarray
automationobject
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
related_resourcesarray
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
signalobject
sourcesarray
status_codeinteger
toolstring
tradeobject
unknownarray

No examples provided.

market_decision_pack ~69

Return ENTER_RISK, WAIT or REDUCE_RISK with score, evidence-coverage confidence, reasons, risk flags, invalidation conditions and a 15-minute expiry. One call combines regime, gas, APY, BTC/ETH/SOL spot, top perps and seven-day history.

Input schema present but exposes no named parameters.

NameTypeReqDescription
acceptedarray
automationobject
chargedbooleanWhen present on an error, false means the failed result is uncharged.
componentsobject
coveragestring
decisionobject
did_you_meanobject|null
disclaimerstring
error
error_codestring
extensionsobject
freshnessobject
generated_atstring
history_7dobject
messagestring
missingarray
missing_checksarray
partial_evidenceobject
perpsobject
productstring
receiptobject
related_resourcesarray
retryableboolean
rulestring
settledbooleanWhen present on an error, false means no settlement occurred.
spotobject
status_codeinteger
toolstring
unknownarray

No examples provided.

market_history ~89

Return the service's own archived gas, yield, commodity or market-brief series as raw observations or daily medians. At least two usable points must remain after the requested resolution; an empty, one-point or incompletely readable archive returns an uncharged error and is never sold as a time series.

NameTypeReqDescription
daysinteger
productstringyes
resolutionstring
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
coverage_notestring|null
did_you_meanobject|null
disclaimerstring
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
partial_evidenceobject
pointsarray
productstring
receiptobject
resolutionstring
retryableboolean
rulestring
settledbooleanWhen present on an error, false means no settlement occurred.
statsobject
status_codeinteger
toolstring
unitstring|null
unknownarray
window_daysinteger

No examples provided.

must_verify_before_pay ~99

Return allow or deny before an agent pays a counterparty, using sanctions screening, live VIES validation and IBAN structure evidence. Deny is the default and the decision carries a signed receipt.

NameTypeReqDescription
amountnumber
countrystring
currencystring
payee_ibanstringyes
payee_namestringyes
payee_vatstringyes
NameTypeReqDescription
acceptedarray
allowedboolean
amountnumber
chargedbooleanWhen present on an error, false means the failed result is uncharged.
checksarray
currencystring
decisionstring
detailobject
did_you_meanobject|null
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
partial_evidenceobject
payeeobject
policystring
reasonsarray
receiptobject
retryableboolean
risk_levelstring
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
toolstring
unknownarray
verify_offlinestring

No examples provided.

open_social_search ~94

Search Bluesky and Hacker News for every query; for a single public tag, additionally search Mastodon's anonymous tag timeline. Mastodon is not applicable to phrase search. Results are delivered only when every source promised for that query answers; a source failure is an uncharged error, never a partial paid result. Twitter/X and TikTok are deliberately excluded.

NameTypeReqDescription
limitinteger
querystringyes
NameTypeReqDescription
acceptedarray
chargedbooleanWhen present on an error, false means the failed result is uncharged.
coverage_completeboolean
coverage_notestring
did_you_meanobject|null
error
error_codestring
extensionsobject
messagestring
missingarray
missing_checksarray
partial_evidenceobject
postsarray
querystring
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sources_failedarray
sources_not_applicablearray
sources_okarray
status_codeinteger
toolstring
unknownarray

No examples provided.

perp_market_data ~61

Return Hyperliquid mark and oracle prices, funding, open interest, 24-hour volume, premium and maximum leverage for one coin or the top markets by volume, with source and timestamp.

NameTypeReqDescription
coinstring
topinteger
NameTypeReqDescription
acceptedarray
as_ofstring
chargedbooleanWhen present on an error, false means the failed result is uncharged.
did_you_meanobject|null
error
error_codestring
evidenceobject
extensionsobject
market_count_totalinteger
marketsarray
messagestring
missingarray
missing_checksarray
notestring
partial_evidenceobject
receiptobject
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
sourcestring
status_codeinteger
toolstring
unknownarray

No examples provided.

prepare_agentllm ~100

FREE deterministic validation and exact-price routing for all AgentLLM tiers. Choose Micro for classification, extraction and short summaries, Basic for general chat, or Plus for stronger drafting, analysis and longer summaries. It validates the exact arguments without calling a model or charging; continue only when ready_to_buy is true.

NameTypeReqDescription
max_tokensinteger
promptstringyes
systemstring
tierstring
NameTypeReqDescription
acceptedarray
accepted_max_output_tokensinteger
chargedboolean
contractstring
did_you_meanobject|null
error
error_codestring
fixed_price_usdcstring
input_bytesinteger
limitsobject
messagestring
message_countinteger
missingarray
missing_checksarray
modelstring
okboolean
paid_argumentsobject
paid_toolstring
partial_evidenceobject
paymentobject
pricestringNo payment is required for this tool.
ready_to_buyboolean
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
tierstring
toolstring
unknownarray
upstream_calledboolean

No examples provided.

prepare_agentllm_micro ~67

FREE validation of the exact AgentLLM prompt, system instruction and token limit before purchase. It enforces the input and output limits without calling a model or charging anything.

NameTypeReqDescription
max_tokensinteger
promptstringyes
systemstring
NameTypeReqDescription
acceptedarray
accepted_max_output_tokensinteger
chargedboolean
contractstring
did_you_meanobject|null
error
error_codestring
fixed_price_usdcstring
input_bytesinteger
limitsobject
messagestring
message_countinteger
missingarray
missing_checksarray
modelstring
okboolean
paid_argumentsobject
paid_toolstring
partial_evidenceobject
paymentobject
pricestringNo payment is required for this tool.
ready_to_buyboolean
retryableboolean
settledbooleanWhen present on an error, false means no settlement occurred.
status_codeinteger
tierstring
toolstring
unknownarray
upstream_calledboolean

No examples provided.

prepare_invoice_to_pay_eu ~208

FREE local input and safety check before purchase. Accepts UBL/CII XML or a base64 ZUGFeRD/Factur-X PDF with exactly one embedded invoice XML plus buyer country, expected amount/currency and a trusted payee IBAN. It checks format, limits and required context, but does not reveal the paid decision or query VIES/sanctions. Subject to daily abuse protection.

NameTypeReqDescription
b2bboolean
buyer_countrystringyes
document_base64string
expected_amountstringyes
expected_buyer_vatstring
expected_currencystringyes
expected_supplier_namestring
expected_supplier_vatstring
filenamestring
invoice_xmlstring
purchase_order_referencestring
supply_typestring
trusted_payee_ibanstringyes
NameTypeReqDescription
acceptedarray
chargeableboolean
chargedbooleanWhen present on an error, false means the failed result is uncharged.
contractstring
coverageobject
detectedobject
did_you_meanobject|null
eligible_for_paid_dossierboolean
error
error_codestring
input_fingerprintstring
issuesarray
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.

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 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.