{"name":"io.github.PatrickPi1312/eu-compliance","slug":"patrickpi1312-eu-compliance","title":"Agent Decision & Evidence Tools (MCP + x402)","description":"40 MCP tools: multi-chain RPC, market and transaction decisions, AI, EU compliance and US imports","url":"https://mcp.market/server/patrickpi1312-eu-compliance","rating":null,"grade":"B","score":77,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-06T17:19:20.000Z","license":"MIT"},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T03:35:46.895Z","last_ok_at":"2026-09-21T03:35:46.895Z","latency_ms":190},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/PatrickPi1312/eucompliance-tools","website":"https://eucompliance.tools","version":"1.6.0","remotes":[{"type":"streamable-http","url":"https://mcp.eucompliance.tools/mcp"}],"packages":[],"tools":[{"name":"agent_spend_statement","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"wallet":{"type":"string"},"days":{"type":"integer","default":30,"minimum":1,"maximum":3650},"format":{"type":"string","default":"json","enum":["json","csv"]}},"required":["wallet"],"additionalProperties":false}},{"name":"agentllm_basic","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":6000},"system":{"type":"string","default":"","maxLength":2000},"max_tokens":{"type":"integer","default":200,"minimum":1,"maximum":750}},"required":["prompt"],"additionalProperties":false}},{"name":"agentllm_micro","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":6000},"system":{"type":"string","default":"","maxLength":2000},"max_tokens":{"type":"integer","default":80,"minimum":1,"maximum":300}},"required":["prompt"],"additionalProperties":false}},{"name":"agentllm_plus","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":6000},"system":{"type":"string","default":"","maxLength":2000},"max_tokens":{"type":"integer","default":500,"minimum":1,"maximum":1200}},"required":["prompt"],"additionalProperties":false}},{"name":"ai_act_disclosure","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"type":"string","default":""},"content_sha256":{"type":"string","default":""},"model":{"type":"string","default":""},"model_provider":{"type":"string","default":""},"deployer":{"type":"string","default":""},"kind":{"type":"string","default":"text"},"language":{"type":"string","default":"en"}},"additionalProperties":false}},{"name":"check_counterparty_eu","description":"VAT ID validation (VIES) plus sanctions screening plus IBAN check in one call, condensed into a traffic-light verdict with reasons and a recommendation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","default":""},"vat":{"type":"string","default":""},"iban":{"type":"string","default":""},"country":{"type":"string","default":""},"own_country":{"type":"string","default":""},"relationship":{"type":"string","default":""},"type":{"type":"string","default":"service"},"b2b":{"type":"boolean","default":true}},"additionalProperties":false}},{"name":"coin_positioning_brief","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","default":"BTC"}},"additionalProperties":false}},{"name":"contract_info","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"chain":{"enum":["base","ethereum","arbitrum","optimism","polygon"],"type":"string","default":"base"}},"required":["address"],"additionalProperties":false}},{"name":"eu_vat_rules","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"supplier":{"type":"string"},"customer":{"type":"string"},"b2b":{"type":"boolean","default":true},"type":{"type":"string","default":"service"},"customer_vat_valid":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null},"above_oss_threshold":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null}},"required":["supplier","customer"],"additionalProperties":false}},{"name":"gas_estimate","description":"Return the current gas price and, when transaction fields are supplied, eth_estimateGas plus an execution-fee estimate with excluded rollup components stated explicitly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"enum":["base","ethereum","arbitrum","optimism","polygon"],"type":"string","default":"base"},"sender":{"type":"string","default":""},"to":{"type":"string","default":""},"data":{"type":"string","default":"0x","pattern":"^0x(?:[a-fA-F0-9]{2})*$"},"value_native":{"type":"string","default":"0"}},"additionalProperties":false}},{"name":"invoice_to_pay_dossier_eu","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"buyer_country":{"type":"string","pattern":"^[A-Za-z]{2}$"},"expected_amount":{"type":"string"},"expected_currency":{"type":"string","pattern":"^[A-Za-z]{3}$"},"trusted_payee_iban":{"type":"string"},"invoice_xml":{"type":"string","default":""},"document_base64":{"type":"string","default":""},"filename":{"type":"string","default":"invoice.xml"},"expected_supplier_vat":{"type":"string","default":""},"expected_supplier_name":{"type":"string","default":""},"expected_buyer_vat":{"type":"string","default":""},"purchase_order_reference":{"type":"string","default":""},"supply_type":{"type":"string","default":"service"},"b2b":{"type":"boolean","default":true}},"required":["buyer_country","expected_amount","expected_currency","trusted_payee_iban"],"additionalProperties":false,"oneOf":[{"required":["invoice_xml"]},{"required":["document_base64"]}]}},{"name":"lookup_company_eu","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string"},"name":{"type":"string","default":""},"id":{"type":"string","default":""}},"required":["country"],"additionalProperties":false}},{"name":"market_data","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"enum":["market_brief","yield","gas"],"type":"string","default":"market_brief"}},"additionalProperties":false}},{"name":"market_decision_pack","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"market_history","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string"},"days":{"type":"integer","default":7,"minimum":1,"maximum":365},"resolution":{"type":"string","default":"raw","enum":["raw","daily"]}},"required":["product"],"additionalProperties":false}},{"name":"must_verify_before_pay","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"payee_name":{"type":"string"},"payee_vat":{"type":"string"},"payee_iban":{"type":"string"},"country":{"type":"string","default":""},"amount":{"type":"number","default":0,"minimum":0},"currency":{"type":"string","default":"EUR"}},"required":["payee_name","payee_vat","payee_iban"],"additionalProperties":false}},{"name":"open_social_search","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string"},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}},"required":["query"],"additionalProperties":false}},{"name":"perp_market_data","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin":{"type":"string","default":""},"top":{"type":"integer","default":20,"minimum":1,"maximum":50}},"additionalProperties":false}},{"name":"prepare_agentllm","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":6000},"tier":{"enum":["micro","basic","plus"],"type":"string","default":"micro"},"system":{"type":"string","default":"","maxLength":2000},"max_tokens":{"type":"integer","default":80,"minimum":1,"maximum":1200}},"required":["prompt"],"additionalProperties":false}},{"name":"prepare_agentllm_micro","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":6000},"system":{"type":"string","default":"","maxLength":2000},"max_tokens":{"type":"integer","default":80,"minimum":1,"maximum":300}},"required":["prompt"],"additionalProperties":false}},{"name":"prepare_invoice_to_pay_eu","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"buyer_country":{"type":"string","pattern":"^[A-Za-z]{2}$"},"expected_amount":{"type":"string"},"expected_currency":{"type":"string","pattern":"^[A-Za-z]{3}$"},"trusted_payee_iban":{"type":"string"},"invoice_xml":{"type":"string","default":""},"document_base64":{"type":"string","default":""},"filename":{"type":"string","default":"invoice.xml"},"expected_supplier_vat":{"type":"string","default":""},"expected_supplier_name":{"type":"string","default":""},"expected_buyer_vat":{"type":"string","default":""},"purchase_order_reference":{"type":"string","default":""},"supply_type":{"type":"string","default":"service"},"b2b":{"type":"boolean","default":true}},"required":["buyer_country","expected_amount","expected_currency","trusted_payee_iban"],"additionalProperties":false,"oneOf":[{"required":["invoice_xml"]},{"required":["document_base64"]}]}},{"name":"prepare_us_import_readiness","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dispatch_country":{"type":"string","enum":["DE","AT"]},"country_of_origin":{"type":"string","pattern":"^[A-Z]{2}$","description":"Valid ISO-3166 manufacturing origin, not dispatch country"},"product_name":{"type":"string","minLength":3,"maxLength":160},"product_description":{"type":"string","minLength":20,"maxLength":2000},"material_or_composition":{"type":"string","minLength":3,"maxLength":1000},"intended_use":{"type":"string","minLength":3,"maxLength":500},"customs_value_usd":{"type":"string","pattern":"^[0-9]+(?:\\.[0-9]{1,2})?$"},"quantity":{"type":"integer","minimum":1,"maximum":10000},"importer_use":{"type":"string","enum":["personal","commercial_resale","business_use","gift","sample"]},"merchant_forwarding_policy":{"type":"string","enum":["allowed","prohibited","unknown"]},"risk_answers":{"type":"object","additionalProperties":false,"properties":{"battery":{"type":"string","enum":["yes","no","unknown"]},"food_or_supplement":{"type":"string","enum":["yes","no","unknown"]},"drug_or_medical_device":{"type":"string","enum":["yes","no","unknown"]},"cosmetic":{"type":"string","enum":["yes","no","unknown"]},"plant_seed_or_animal_product":{"type":"string","enum":["yes","no","unknown"]},"chemical_or_hazmat":{"type":"string","enum":["yes","no","unknown"]},"alcohol_or_tobacco":{"type":"string","enum":["yes","no","unknown"]},"weapon_or_weapon_part":{"type":"string","enum":["yes","no","unknown"]},"counterfeit_or_unlicensed_replica":{"type":"string","enum":["yes","no","unknown"]},"radio_transmitter":{"type":"string","enum":["yes","no","unknown"]},"childrens_product":{"type":"string","enum":["yes","no","unknown"]}},"required":["battery","food_or_supplement","drug_or_medical_device","cosmetic","plant_seed_or_animal_product","chemical_or_hazmat","alcohol_or_tobacco","weapon_or_weapon_part","counterfeit_or_unlicensed_replica","radio_transmitter","childrens_product"]},"destination_country":{"type":"string","default":"US","const":"US"},"hts_code":{"type":"string","default":"","description":"Optional buyer-declared 6, 8 or 10 digit HTS code"},"brand":{"type":"string","default":"","maxLength":120},"model":{"type":"string","default":"","maxLength":120},"gtin":{"type":"string","default":"","description":"Optional GTIN/UPC/EAN"}},"required":["dispatch_country","country_of_origin","product_name","product_description","material_or_composition","intended_use","customs_value_usd","quantity","importer_use","merchant_forwarding_policy","risk_answers"],"additionalProperties":false}},{"name":"prepare_x402_purchase_guard","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"payment_required":{"type":"string","minLength":1,"maxLength":65536}},"required":["payment_required"],"additionalProperties":false}},{"name":"read_url","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","pattern":"^https?://"},"format":{"type":"string","default":"markdown","enum":["markdown","text"]}},"required":["url"],"additionalProperties":false}},{"name":"recommend_agent_tool","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"goal":{"type":"string","minLength":1,"maxLength":8000},"category":{"type":"string","default":"","enum":["","compliance","payments","invoice","import","blockchain","market","accounting","ai","web"]},"country":{"type":"string","default":"","pattern":"^(?:[A-Za-z]{2})?$"},"chain":{"type":"string","default":"","maxLength":40},"max_price_usdc":{"type":"string","default":"","pattern":"^(?:|0|[1-9][0-9]*)(?:\\.[0-9]{1,6})?$"},"available_inputs":{"type":"string","default":"","maxLength":4096,"description":"Optional comma-separated input field names already available; values must not be supplied."},"max_results":{"type":"integer","default":3,"minimum":1,"maximum":3},"prefer_free":{"type":"boolean","default":true}},"required":["goal"],"additionalProperties":false}},{"name":"recover_us_import_readiness","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"type":"string","pattern":"^[A-Za-z0-9_-]{20,64}$"},"recovery_secret":{"type":"string"}},"required":["job_id","recovery_secret"],"additionalProperties":false}},{"name":"rpc_read_batch","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"requests":{"type":"array","items":{"type":"object","additionalProperties":false,"properties":{"jsonrpc":{"type":"string","const":"2.0","default":"2.0"},"id":{"description":"Caller-provided JSON-RPC correlation ID.","oneOf":[{"type":"string"},{"type":"integer"},{"type":"null"}]},"method":{"type":"string","minLength":1,"description":"Allowlisted read-only JSON-RPC method."},"params":{"description":"JSON-RPC positional array or named-parameter object.","oneOf":[{"type":"array"},{"type":"object"}],"default":[]},"chain":{"type":"string","description":"Optional per-request chain override for mixed-chain batches."}},"required":["method"]},"minItems":1,"maxItems":20},"chain":{"type":"string","default":"base","description":"Default chain used when a request entry has no chain override."}},"required":["requests"],"additionalProperties":false}},{"name":"screen_sanctions_eu","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string"},"country":{"type":"string","default":""},"threshold":{"type":"number","default":0.85,"minimum":0,"maximum":1},"lists":{"type":"string","default":""}},"required":["name"],"additionalProperties":false}},{"name":"soft_commodity_stress","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"spot_price","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","default":"BTC"}},"additionalProperties":false}},{"name":"token_status","description":"Return an owner's token balance and optional spender allowance, including whether both satisfy a requested amount, across five EVM chains.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"owner":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"chain":{"type":"string","default":"base"},"spender":{"type":"string","default":""},"amount":{"anyOf":[{"type":"string"},{"type":"number","minimum":0}],"default":"","description":"Exact decimal string preferred; JSON number remains accepted for backwards compatibility."}},"required":["token","owner"],"additionalProperties":false}},{"name":"tx_preflight","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sender":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"to":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"chain":{"type":"string","default":"base"},"data":{"type":"string","default":"0x"},"value_eth":{"type":"string","default":"0"},"token":{"type":"string","default":""},"amount":{"type":"string","default":""},"spender":{"type":"string","default":""}},"required":["sender","to"],"additionalProperties":false}},{"name":"tx_status","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tx_hash":{"type":"string","pattern":"^0x[a-fA-F0-9]{64}$"},"chain":{"type":"string","default":"base"}},"required":["tx_hash"],"additionalProperties":false}},{"name":"us_import_readiness_guard","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"type":"string","pattern":"^[A-Za-z0-9_-]{20,64}$","description":"Opaque job ID returned by the free prepare call"},"recovery_secret":{"type":"string","description":"Secret returned by the free prepare call"},"dispatch_country":{"type":"string","enum":["DE","AT"]},"country_of_origin":{"type":"string","pattern":"^[A-Z]{2}$","description":"Valid ISO-3166 manufacturing origin, not dispatch country"},"product_name":{"type":"string","minLength":3,"maxLength":160},"product_description":{"type":"string","minLength":20,"maxLength":2000},"material_or_composition":{"type":"string","minLength":3,"maxLength":1000},"intended_use":{"type":"string","minLength":3,"maxLength":500},"customs_value_usd":{"type":"string","pattern":"^[0-9]+(?:\\.[0-9]{1,2})?$"},"quantity":{"type":"integer","minimum":1,"maximum":10000},"importer_use":{"type":"string","enum":["personal","commercial_resale","business_use","gift","sample"]},"merchant_forwarding_policy":{"type":"string","enum":["allowed","prohibited","unknown"]},"risk_answers":{"type":"object","additionalProperties":false,"properties":{"battery":{"type":"string","enum":["yes","no","unknown"]},"food_or_supplement":{"type":"string","enum":["yes","no","unknown"]},"drug_or_medical_device":{"type":"string","enum":["yes","no","unknown"]},"cosmetic":{"type":"string","enum":["yes","no","unknown"]},"plant_seed_or_animal_product":{"type":"string","enum":["yes","no","unknown"]},"chemical_or_hazmat":{"type":"string","enum":["yes","no","unknown"]},"alcohol_or_tobacco":{"type":"string","enum":["yes","no","unknown"]},"weapon_or_weapon_part":{"type":"string","enum":["yes","no","unknown"]},"counterfeit_or_unlicensed_replica":{"type":"string","enum":["yes","no","unknown"]},"radio_transmitter":{"type":"string","enum":["yes","no","unknown"]},"childrens_product":{"type":"string","enum":["yes","no","unknown"]}},"required":["battery","food_or_supplement","drug_or_medical_device","cosmetic","plant_seed_or_animal_product","chemical_or_hazmat","alcohol_or_tobacco","weapon_or_weapon_part","counterfeit_or_unlicensed_replica","radio_transmitter","childrens_product"]},"destination_country":{"type":"string","default":"US","const":"US"},"hts_code":{"type":"string","default":"","description":"Optional buyer-declared 6, 8 or 10 digit HTS code"},"brand":{"type":"string","default":"","maxLength":120},"model":{"type":"string","default":"","maxLength":120},"gtin":{"type":"string","default":"","description":"Optional GTIN/UPC/EAN"}},"required":["job_id","recovery_secret","dispatch_country","country_of_origin","product_name","product_description","material_or_composition","intended_use","customs_value_usd","quantity","importer_use","merchant_forwarding_policy","risk_answers"],"additionalProperties":false}},{"name":"validate_einvoice_eu","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"xml":{"type":"string","minLength":1}},"required":["xml"],"additionalProperties":false}},{"name":"validate_iban","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"iban":{"type":"string","minLength":15,"maxLength":42}},"required":["iban"],"additionalProperties":false}},{"name":"validate_vat","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vat_id":{"type":"string","minLength":4,"maxLength":32}},"required":["vat_id"],"additionalProperties":false}},{"name":"verify_compliance_receipt","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"document_json":{"type":"string","minLength":2}},"required":["document_json"],"additionalProperties":false}},{"name":"wallet_balance","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"chain":{"enum":["base","ethereum","arbitrum","optimism","polygon"],"type":"string","default":"base"}},"required":["address"],"additionalProperties":false}},{"name":"x402_purchase_guard","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"payment_required":{"type":"string","minLength":1,"maxLength":65536},"resource_url":{"type":"string","format":"uri"},"resource_method":{"type":"string","enum":["GET","POST","PUT","PATCH","DELETE","HEAD","OPTIONS"]},"max_price_usdc":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]{1,6})?$"},"allowed_networks":{"type":"array","items":{"type":"string","enum":["eip155:8453","eip155:42161","eip155:137","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]},"minItems":1,"maxItems":4,"uniqueItems":true},"expected_pay_to":{"type":"string"}},"required":["payment_required","resource_url","resource_method","max_price_usdc","allowed_networks","expected_pay_to"],"additionalProperties":false}}],"scan":{"score":77,"grade":"B","scanned_at":"2026-09-20T05:06:08.370Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T05:06:08.302Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2999ms"]},"poisoning":{"score":15,"max":15,"notes":["40 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 8 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 13 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://mcp.eucompliance.tools/mcp","reachable":true,"authRequired":false,"latencyMs":2999,"serverInfo":{"name":"eucompliance-tools","version":"1.6.0"}}],"packages":[],"repo":{"found":true,"owner":"PatrickPi1312","repo":"eucompliance-tools","archived":false,"pushedAt":"2026-09-06T17:19:20Z","stars":0,"forks":0,"openIssues":2,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/159444789?v=4","ownerCreatedAt":"2024-02-08T12:38:50Z","license":"MIT"},"icon":{"url":"https://eucompliance.tools/eucompliance-toolkit.png","source":"site","width":512,"height":512},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-06T17:19:20.000Z","score":23}}}},"grade_history":[],"reviews":[]}