Animica x402 Directory

Directory / agent-api-production.tim1712.workers.dev

agent-api-production.tim1712.workers.dev/v1/business/eu-vat-check

Use when an agent needs the current official VIES validation status of an EU VAT number before B2B onboarding, invoicing or procurement. Queries the European Commission VIES REST API and returns whether the number is currently valid, plus the registered company name and address when the member state returns them. It does not give tax advice and is not proof a company is legitimate, an invoice is compliant, or a sanctions/KYC/AML check.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://agent-api-production.tim1712.workers.dev/v1/business/eu-vat-check'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://agent-api-production.tim1712.workers.dev/v1/business/eu-vat-check'

Endpoint: https://agent-api-production.tim1712.workers.dev/v1/business/eu-vat-check. Operated by agent-api-production.tim1712.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agent-api-production.tim1712.workers.dev

agent-api-production.tim1712.workers.dev/v1/npm/install-preflight

Use before a coding agent installs an unfamiliar npm dependency. Returns current facts from the official npm registry: the version `npm install` resolves (dist-…

POST · $0.005

agent-api-production.tim1712.workers.dev/v1/shopping/product-search

Use when an agent already knows the product it wants and needs real current Shopify listings for a structured query. Returns normalized product/variant price, c…

POST · $0.01

agent-api-production.tim1712.workers.dev/v1/web/resource-preflight

Use before spending tokens, money or crawler capacity fetching an unfamiliar web resource. Resolves redirects (manually, bounded, re-validated per hop) and retu…

POST · $0.003

All 4 endpoints on agent-api-production.tim1712.workers.dev →