Tools for AI agents
Your agent is about to act on an answer. Make sure the answer is right.
AgentToolWorks builds the checks an agent needs mid-task: is this company real, is this VAT number live, is this counterparty sanctioned. Official sources, one response shape, billed by the call.
{
"name": "verify_company",
"arguments": { "country": "FR", "query": "552032534" }
}{
"country": "FR",
"registrationNumber": "552032534",
"name": "DANONE",
"status": "active",
"legalForm": "5599",
"activityCode": "70.10Z",
"address": "59-61 RUE LA FAYETTE 75009 PARIS",
"createdAt": "1955-01-01",
"source": "recherche-entreprises.api.gouv.fr (SIRENE/RNE)"
}Measured, not claimed
Every release runs the same scenarios an agent would.
These numbers come from the eval suite run against the deployed server on 2 Aug 2026. When a run fails, the number on this page goes down. That is the point.
Available now
VerifyDesk: know who you are dealing with.
Six tools, one credit balance, official public sources. Built for agents that onboard customers, pay suppliers, or screen counterparties.
| Tool | Credits | What it does |
|---|---|---|
| verify_company | 1 | Look a company up in the official French registry and get its legal status, address and activity back in one normalized shape. France: recherche-entreprises (SIRENE/RNE). United Kingdom is built and ships behind a Companies House key, not enabled on the hosted service yet. |
| verify_vat | 0.2 | Check an EU VAT number against VIES and read back the registered name and address when the member state publishes them. VIES, European Commission. |
| validate_iban | 0.2 | Validate an IBAN offline: country length and ISO 7064 checksum, with a reason when it fails. Structure only, not account existence. Computed locally. No third party sees the IBAN. |
| screen_sanctions | 1 | Screen a person or company against the US and UN sanctions lists, aliases included, and get scored matches with their programs. A hit is a signal for review, not a verdict. OFAC SDN and Consolidated (US Treasury), UN Consolidated List. |
| enrich_company | 1 | Pull officers, legal form, activity and headcount for one registration number you already trust. Same official registries as verify_company. |
| get_usage | free | Read the remaining credit balance and the last 30 days of calls, so an agent can budget before an expensive run. Your account. |
Pricing
Prepaid credits. No subscription, no expiry.
One balance works across every tool we ship. A standard call costs 1 credit, a light read costs 0.2, and a failed call is refunded automatically.
Starter
$101,000 credits. Enough to verify 1,000 companies.
Growth
$455,000 credits. 10 percent off the Starter rate.
Scale
$8010,000 credits. 20 percent off the Starter rate.
Accounts and checkout open with the public launch. The server is live today and the docs show the exact call, so you can see the shape of the answer before you pay for anything.
What we are building next
One platform, more tools, same credit balance.
VerifyDesk live
Company registries, VAT, IBAN, sanctions screening.
JobsRadar live
Search every company job board in one call, across four applicant tracking systems, deduplicated.
InvoiceForge live
Generate and validate compliant e-invoices before the French mandate lands in September 2026.