A

Agent Miner Tools · Business EU VAT Check

by Agent Miner Tools

POSTBase Sepolia

$0.01

per call · USDC on Base Sepolia

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.

Endpoint

POST https://agent-api-testnet.tim1712.workers.dev/v1/business/eu-vat-check

1

Calls / 30d

1

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agent-api-testnet.tim1712.workers.dev/v1/business/eu-vat-check", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "countryCode": "NL",
    "vatNumber": "123456789B01"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent-api-testnet.tim1712.workers.dev/v1/business/eu-vat-check" \
  -H "Content-Type: application/json" \
  -d '{"countryCode":"NL","vatNumber":"123456789B01"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "EXAMPLESTRAAT 1\n1234 AB AMSTERDAM",
  "checkedAt": "2026-08-30T10:00:02.000Z",
  "countryCode": "NL",
  "name": "EXAMPLE HOLDING B.V.",
  "requestDate": "2026-08-30T00:00:00.000Z",
  "source": "eu-vies",
  "valid": true,
  "vatNumber": "123456789B01",
  "warnings": []
}

Payment details

Pay to0x5229384bd502d85aa7eca0a31b515e5e48d3910f
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Agent Miner Tools & similar services

A

Agent Miner Tools · Shopping Budget Basket

agent-api-testnet.tim1712.workers.dev

Use when an agent already knows several products/categories a buyer needs and wants one real Shopify product for each need while staying within one overall item-price budget. Each need.query must already carry the important compatibility and preference details; this service does not reinterpret intent. Returns a cross-merchant basket plan with per-item checkout URLs. It is not a generic product search and does not create carts or checkouts.

POSTBase SepoliaAI & Inference
$0.03 / call4 calls / 30d
A

Agent Miner Tools · NPM Install Preflight

agent-api-testnet.tim1712.workers.dev

Use before a coding agent installs an unfamiliar npm dependency. Returns current facts from the official npm registry: the version `npm install` resolves (dist-tags.latest), prerelease and deprecation status, engines.node compatibility with an optional target Node version (real SemVer evaluation), license, days since release, best-effort weekly downloads, repository URL and maintainer count. Facts only — no safety, trust, or malware verdict.

POSTBase SepoliaDeveloper Tools
$0.005 / call2 calls / 30d
A

Agent Miner Tools · Shopping Product Search

agent-api-production.tim1712.workers.dev

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, currency, seller, rating, product URL and checkout URL in upstream search-rank order, with an optional maximum item price. The query must already carry the compatibility and preference details. Not a recommendation engine, intent interpretation, web search, or cart/checkout.

POSTBaseSearch & Web
$0.01 / call1 calls / 30d