x402 List

x402 Protocol Service Directory

Toolcall

Data PAYMENT-READY

payment-ready until 2026-08-20

Keyless pay-per-call APIs for AI agents: 30 tools across compliance (sanctions/AML, HS codes, company/VAT), safety (chemical, FDA drug/device, product recalls), web (search, reader, screenshot, tech-stack), and data (SEC financials, electronic parts, jobs, local places). Pay per call with USDC on Base via x402. No account, no API key.

Pay from $0.008 to $0.04 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-07-14 · $6.42 all-time · settled via coinbase

BASE URL https://toolcall.click WEBSITE https://toolcall.click ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-16 MONITORED SINCE 2026-07-16

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 99.8%
uptime 24h
100%
uptime 7d
100%
uptime 30d
99.8%
uptime 90d
99.8%
response p95
1720ms
avg response
386ms
total checks
2,510

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.008 to $0.04 (p41 in Data)
price (min)
$0.008
price (max)
$0.04
category percentile (min)
p41 in Data
category percentile (max)
p53 in Data
endpoints / prices
8 / 4
model
tiered
stability
0%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
21d
registrar
Dynadot, LLC
hosting
custom
domain created
2026-07-16

Identity facts, not a risk score.

traction $6.423 30d · 14 buyers
volume 30d
$6.423
buyers 30d
14
settlements 30d
265
first settlement
2026-07-14
last settlement
2026-08-13
top buyer share
45% of 30d volume
trend 7d vs 30d
0.01x the 30d daily rate
networks
eip155:8453
volume all-time
$6.42
settlements all-time
265
median settlement 30d
$0.02
max settlement 30d
$0.25
settled via
coinbase ($6.42, 265 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

CHANGES

1 event, detecting since 2026-07-24

Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.

changes price changed 16d ago (1 since 2026-07-24)

price changed · 16d ago

GET /t/company/verify · eip155:8453 · USDC: 2000010000

GET /t/recall/check · eip155:8453 · USDC: 2000010000

GET /t/sanctions/screen · eip155:8453 · USDC: 2000010000

Amounts are on-wire atomic units in the named asset.

see all changes for this service

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /t/chem/safety $0.03 Base USDC header
GET /t/company/verify $0.01 Base USDC header
GET /t/hs/classify $0.04 Base USDC header
GET /t/part/lookup $0.04 Base USDC header
GET /t/recall/check $0.01 Base USDC header
GET /t/sanctions/screen $0.01 Base USDC header
GET /t/sec/financials $0.03 Base USDC header
GET /t/web/search $0.008 Base USDC header
8 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /t/chem/safety returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://toolcall.click/t/chem/safety'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/sec/financials",
      "tags": [
        "sec",
        "edgar",
        "xbrl",
        "financials",
        "revenue",
        "10-k",
        "stocks",
        "fundamentals"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "Key financials for any US-listed company by ticker, straight from SEC EDGAR XBRL filings: latest annual revenue, gross profit, operating and net income, total assets, liabilities, stockholders equity, cash and diluted EPS, plus up to 5 years of history for each. Official as-reported 10-K figures. Pass ticker=. JSON response. $0.03 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ticker": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "latest": {
                "revenue": 391035000000,
                "netIncome": 93736000000,
                "epsDiluted": 6.08,
                "totalAssets": 364980000000
              },
              "ticker": "AAPL",
              "company": "Apple Inc.",
              "latestFiscalYear": 2025
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "ticker"
                  ],
                  "properties": {
                    "ticker": {
                      "type": "string",
                      "description": "US-listed ticker symbol, e.g. AAPL"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "40000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/hs/classify",
      "tags": [
        "hs code",
        "hts",
        "tariff",
        "customs",
        "duty rate",
        "import",
        "export",
        "trade compliance"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "Classify any product to its HS / HTS customs code from a plain-English description. Expert LLM classification grounded in the live official USITC Harmonized Tariff Schedule: returns the 10-digit HTS code, international HS6, official description path, US duty rate (general + special programs), confidence, reasoning and alternates. JSON response. $0.04 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "desc": "stainless steel water bottle with bamboo lid, 750ml"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "hs6": "9617.00",
              "duty": {
                "usGeneral": "7.2%"
              },
              "htsCode": "9617.00.10.00",
              "reasoning": "Vacuum vessel with steel body...",
              "alternates": [
                {
                  "hts": "7323.93.00",
                  "note": "if not vacuum-insulated"
                }
              ],
              "confidence": 0.85
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "desc"
                  ],
                  "properties": {
                    "desc": {
                      "type": "string",
                      "description": "Plain-English product description, max 500 chars"
                    },
                    "dest": {
                      "type": "string",
                      "description": "Destination country ISO code, default US (duty shown is US MFN)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/recall/check",
      "tags": [
        "product recall",
        "safety alert",
        "nhtsa",
        "cpsc",
        "fda",
        "vin check",
        "consumer safety"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "One call checks product recalls and safety alerts across US federal agencies: NHTSA vehicle recalls (by VIN, auto-decoded, or make/model/year), CPSC consumer product recalls, and FDA food, drug and device enforcement actions. Query by vin=, upc=, query= (product name), or brand=. Unified JSON list with hazard, remedy, date and official links. $0.01 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "query": "infant swing"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "total": 3,
              "counts": {
                "CPSC": 2,
                "FDA-food": 1
              },
              "recalls": [
                {
                  "id": "26561",
                  "url": "https://www.cpsc.gov/...",
                  "date": "2026-06-18",
                  "hazard": "Choking hazard",
                  "remedy": "Refund",
                  "source": "CPSC",
                  "product": "Example Swing"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "upc": {
                      "type": "string",
                      "description": "Product UPC/EAN barcode, 8-14 digits"
                    },
                    "vin": {
                      "type": "string",
                      "description": "Vehicle VIN, decoded via NHTSA vPIC"
                    },
                    "brand": {
                      "type": "string",
                      "description": "Manufacturer or brand name"
                    },
                    "query": {
                      "type": "string",
                      "description": "Product name or keyword"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/chem/safety",
      "tags": [
        "chemical safety",
        "ghs",
        "sds",
        "hazmat",
        "msds",
        "cas number",
        "pubchem",
        "compliance"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "Full safety profile for any chemical by CAS number or name: GHS hazard classification (signal word, pictograms, H-statements, P-codes), first-aid measures for inhalation/skin/eye/ingestion, fire-fighting guidance, UN transport number, PPE, and CAMEO reactivity profile. Sourced live from PubChem (NIH) authoritative annotations. JSON response. $0.03 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "cas": "7681-52-9"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "cid": 23665760,
              "ghs": {
                "pictograms": [
                  "Corrosive"
                ],
                "signalWord": "Danger",
                "hazardStatements": [
                  "H314: Causes severe skin burns and eye damage"
                ]
              },
              "name": "Sodium Hypochlorite",
              "firstAid": {
                "skin": "Rinse with plenty of water..."
              },
              "transport": {
                "unNumber": "1791"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "cas": {
                      "type": "string",
                      "description": "CAS registry number, e.g. 7681-52-9"
                    },
                    "name": {
                      "type": "string",
                      "description": "Chemical name, alternative to cas"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "8000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/web/search",
      "tags": [
        "web search",
        "search engine",
        "serp",
        "grounded answers",
        "research",
        "live web"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "Keyless web search for agents: pass a query, get a concise web-grounded answer plus the top source results (title, URL, snippet). Live web access, no API key or account needed. JSON response. $0.008 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "best open source vector databases 2026"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "query": "best open source vector databases",
              "answer": "The leading options are...",
              "results": [
                {
                  "url": "https://...",
                  "title": "Example",
                  "snippet": "..."
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "q"
                  ],
                  "properties": {
                    "q": {
                      "type": "string",
                      "description": "Search query, 1-300 chars"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "40000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/part/lookup",
      "tags": [
        "electronic components",
        "mpn",
        "datasheet",
        "stock",
        "component pricing",
        "bom",
        "distributors",
        "lifecycle"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "Everything about an electronic component from its manufacturer part number: live distributor stock and price breaks across DigiKey, Mouser, Farnell, RS, Arrow and more, lifecycle status, MOQ, packaging, lead times, datasheet link, key specs and drop-in alternates. Optional country= for regional pricing. One call instead of checking each distributor. JSON response. $0.04 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "mpn": "LM358MX/NOPB"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "mpn": "LM358MX/NOPB",
              "specs": {
                "Case/Package": "SOIC"
              },
              "offers": [
                {
                  "stock": 52000,
                  "currency": "USD",
                  "distributor": "DigiKey",
                  "priceBreaks": [
                    {
                      "qty": 100,
                      "price": 0.45
                    }
                  ]
                }
              ],
              "lifecycle": "Production",
              "alternates": [
                {
                  "mpn": "LM358DR",
                  "manufacturer": "Texas Instruments"
                }
              ],
              "totalStock": 250000,
              "manufacturer": "Texas Instruments"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "mpn"
                  ],
                  "properties": {
                    "mpn": {
                      "type": "string",
                      "description": "Manufacturer part number, e.g. LM358MX/NOPB"
                    },
                    "country": {
                      "type": "string",
                      "description": "ISO country for regional pricing, default US"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/sanctions/screen",
      "tags": [
        "sanctions",
        "ofac",
        "sdn",
        "aml",
        "kyc",
        "compliance",
        "watchlist",
        "screening"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "AML / KYC sanctions screening: check a person, company or vessel name against the four major official sanctions lists in one call: OFAC SDN (US), UN Consolidated, EU Consolidated (FSF) and the UK Sanctions List (FCDO). Fuzzy matching across primary names and aliases with a match score, entry details (type, programs, country, DOB) and list freshness. Refreshed daily from primary sources. Built for compliance and counterparty checks. JSON response.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": "Sergei Ivanov"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "hits": [
                {
                  "list": "OFAC",
                  "type": "individual",
                  "score": 0.95,
                  "programs": "UKRAINE-EO13661",
                  "strength": "strong",
                  "matchedName": "IVANOV, Sergei"
                }
              ],
              "hitCount": 1,
              "updatedAt": "2026-07-14T00:00:00Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "name"
                  ],
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "Person, company or vessel name, 2-120 chars"
                    },
                    "type": {
                      "enum": [
                        "individual",
                        "entity",
                        "vessel",
                        "aircraft"
                      ],
                      "type": "string",
                      "description": "Optional type filter"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 25,
                      "minimum": 1,
                      "description": "Max hits, default 10"
                    },
                    "country": {
                      "type": "string",
                      "description": "Optional country filter (name or fragment)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x84FA7Ea8303d4f503267e2e998A3F7D980e814a5",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://toolcall.click/t/company/verify",
      "tags": [
        "company verification",
        "vat",
        "vies",
        "lei",
        "gleif",
        "companies house",
        "kyb",
        "due diligence"
      ],
      "iconUrl": "https://toolcall.click/icon.png",
      "mimeType": "application/json",
      "description": "Verify a business in one call: EU VAT validation against official VIES, legal-entity lookup via the GLEIF LEI registry (name, status, jurisdiction, company number, direct parent), and official UK Companies House data (profile by company number, or name search) with status, incorporation date, SIC codes and registered address. Query by vat= (e.g. DE811569869), lei=, name= (+country=), or number= (UK). JSON response. $0.01 USDC per call, pay via x402, no API key.",
      "serviceName": "Toolsmith"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "vat": "DE811569869"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "vat": {
                "valid": true,
                "source": "EU VIES (official)",
                "vatNumber": "DE811569869"
              },
              "entities": [
                {
                  "lei": "529900...",
                  "status": "ACTIVE",
                  "legalName": "Example GmbH",
                  "jurisdiction": "DE",
                  "registeredAs": "HRB 12345"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "lei": {
                      "type": "string",
                      "description": "20-char LEI code, alternative to vat"
                    },
                    "vat": {
                      "type": "string",
                      "description": "EU VAT number with country prefix, e.g. DE811569869"
                    },
                    "name": {
                      "type": "string",
                      "description": "Company name search via GLEIF (and Companies House when country=GB), alternative to vat/lei"
                    },
                    "number": {
                      "type": "string",
                      "description": "UK Companies House company number, e.g. 00445790"
                    },
                    "country": {
                      "type": "string",
                      "description": "ISO country filter for name search"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/toolcall/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-16 · uptime 87.9% · 332ms avg07-16 · uptime 87.9% · 332ms avg07-17 · uptime 100.0% · 339ms avg07-18 · uptime 100.0% · 306ms avg07-19 · uptime 100.0% · 299ms avg07-20 · uptime 100.0% · 320ms avg07-21 · uptime 100.0% · 248ms avg07-22 · uptime 100.0% · 262ms avg07-23 · uptime 100.0% · 288ms avg07-24 · uptime 100.0% · 287ms avg07-25 · uptime 100.0% · 336ms avg07-26 · uptime 100.0% · 322ms avg07-27 · uptime 100.0% · 389ms avg07-28 · uptime 100.0% · 311ms avg07-29 · uptime 100.0% · 482ms avg07-30 · uptime 100.0% · 459ms avg07-31 · uptime 100.0% · 398ms avg08-01 · uptime 100.0% · 362ms avg08-02 · uptime 100.0% · 464ms avg08-03 · uptime 100.0% · 287ms avg08-04 · uptime 100.0% · 433ms avg08-05 · uptime 100.0% · 405ms avg08-06 · uptime 100.0% · 370ms avg08-07 · uptime 100.0% · 370ms avg08-08 · uptime 100.0% · 214ms avg08-09 · uptime 100.0% · 197ms avg08-10 · uptime 100.0% · 233ms avg08-11 · uptime 100.0% · 700ms avg08-12 · uptime 100.0% · 1052ms avg08-13 · uptime 100.0% · 948ms avg07-1608-13
90d UPTIME 99.8%
RESPONSE TIME
07-16 · 332ms avg07-16 · 332ms avg07-17 · 339ms avg07-17 · 339ms avg07-18 · 306ms avg07-18 · 306ms avg07-19 · 299ms avg07-19 · 299ms avg07-20 · 320ms avg07-20 · 320ms avg07-21 · 248ms avg07-21 · 248ms avg07-22 · 262ms avg07-22 · 262ms avg07-23 · 288ms avg07-23 · 288ms avg07-24 · 287ms avg07-24 · 287ms avg07-25 · 336ms avg07-25 · 336ms avg07-26 · 322ms avg07-26 · 322ms avg07-27 · 389ms avg07-27 · 389ms avg07-28 · 311ms avg07-28 · 311ms avg07-29 · 482ms avg07-29 · 482ms avg07-30 · 459ms avg07-30 · 459ms avg07-31 · 398ms avg07-31 · 398ms avg08-01 · 362ms avg08-01 · 362ms avg08-02 · 464ms avg08-02 · 464ms avg08-03 · 287ms avg08-03 · 287ms avg08-04 · 433ms avg08-04 · 433ms avg08-05 · 405ms avg08-05 · 405ms avg08-06 · 370ms avg08-06 · 370ms avg08-07 · 370ms avg08-07 · 370ms avg08-08 · 214ms avg08-08 · 214ms avg08-09 · 197ms avg08-09 · 197ms avg08-10 · 233ms avg08-10 · 233ms avg08-11 · 700ms avg08-11 · 700ms avg08-12 · 1052ms avg08-12 · 1052ms avg08-13 · 948ms avg08-13 · 948ms avg07-1608-13
AVG RESP 388ms
PRICE (captured 402, USD)
07-16 · $0.02507-28 · $0.0208-13 · $0.02$0.0207-1608-13

Median across 8 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-16 uptime: 81.8% compliance: 92% checks07-17 uptime: 96.6% compliance: 100% checks07-18 uptime: 97.9% compliance: 100% checks07-19 uptime: 98.6% compliance: 100% checks07-20 uptime: 98.9% compliance: 100% checks07-21 uptime: 99.1% compliance: 100% checks07-22 uptime: 99.3% compliance: 100% checks07-23 uptime: 99.4% compliance: 100% checks07-24 uptime: 99.5% compliance: 100% checks07-25 uptime: 99.5% compliance: 100% checks07-26 uptime: 99.6% compliance: 100% checks07-27 uptime: 99.6% compliance: 100% checks07-28 uptime: 99.6% compliance: 100% checks07-29 uptime: 99.7% compliance: 100% checks07-30 uptime: 99.7% compliance: 100% checks07-31 uptime: 99.7% compliance: 100% checks08-01 uptime: 99.7% compliance: 100% checks08-02 uptime: 99.7% compliance: 100% checks08-03 uptime: 99.8% compliance: 100% checks08-04 uptime: 99.8% compliance: 100% checks08-05 uptime: 99.8% compliance: 100% checks08-06 uptime: 99.8% compliance: 100% checks08-07 uptime: 99.8% compliance: 100% checks08-08 uptime: 99.8% compliance: 100% checks08-09 uptime: 99.8% compliance: 100% checks08-10 uptime: 99.8% compliance: 100% checks08-11 uptime: 99.8% compliance: 100% checks08-12 uptime: 99.8% compliance: 100% checks08-13 uptime: 99.8% compliance: 100% checksuptimecompliance07-1608-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
07-14 · $107-15 · $0.3607-16 · $207-17 · $0.0407-18 · $107-19 · $0.6307-20 · $0.0207-21 · $0.0907-22 · $0.0107-24 · $0.0307-25 · $107-26 · $0.2907-30 · $0.0008-02 · $0.0008-04 · $0.0108-10 · $0.0108-12 · $0.0108-13 · $0.00peak $207-1408-13
DISTINCT BUYERS
07-14 · 1 buyer07-15 · 2 buyers07-16 · 2 buyers07-17 · 1 buyer07-18 · 2 buyers07-19 · 1 buyer07-20 · 2 buyers07-21 · 3 buyers07-22 · 1 buyer07-24 · 1 buyer07-25 · 1 buyer07-26 · 3 buyers07-30 · 1 buyer08-02 · 1 buyer08-04 · 1 buyer08-10 · 1 buyer08-12 · 1 buyer08-13 · 1 buyerpeak 3 buyers07-1408-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-28 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 260ms
● OK 334ms
● SLOW 1545ms
● OK 343ms
● SLOW 1381ms
● SLOW 1384ms
● SLOW 1497ms
● OK 456ms
● SLOW 1499ms
● SLOW 1290ms
● OK 212ms
● OK 264ms
● SLOW 1315ms
● OK 220ms
● OK 115ms
● OK 245ms
● SLOW 1514ms
● OK 225ms

EMBED THIS BADGE

Show that Toolcall is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Toolcall listed on x402-list
status
Toolcall uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/toolcall?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/toolcall.svg" alt="Toolcall listed on x402-list" height="28">
</a>
// Markdown
[![Toolcall on x402-list](https://x402-list.com/badge/toolcall.svg)](https://x402-list.com/services/toolcall?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/toolcall?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/toolcall.svg?data=uptime" alt="Toolcall uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/toolcall/update.