x402 List

x402 Protocol Service Directory

Toolcall

Data

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.

UPTIME 24H 100% 7D 100% 30D 100%
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 1h ago

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

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
350ms
avg response
350ms
total checks
1
compliance A (11/12)

11 of 12 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.008 to $0.04 (p49 in Data)
price (min)
$0.008
price (max)
$0.04
category percentile (min)
p49 in Data
category percentile (max)
p64 in Data
endpoints / prices
8 / 4
model
tiered
stability
100%
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.

WHAT IT DOES

ai-derived

Provides various data lookup and verification services including chemical safety, company verification, HS classification, part lookup, recall checks, sanctions screening, financials, and web search.

category
data-lookup
in
query params
auth
none
data-lookupverificationchemical-safetycompany-verifyhs-classificationrecall-checksanctions-screenfinancials

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /t/chem/safety $0.03 Base USDC
GET /t/company/verify $0.02 Base USDC
GET /t/hs/classify $0.04 Base USDC
GET /t/part/lookup $0.04 Base USDC
GET /t/recall/check $0.02 Base USDC
GET /t/sanctions/screen $0.02 Base USDC
GET /t/sec/financials $0.03 Base USDC
GET /t/web/search $0.008 Base USDC
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/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": "20000",
        "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.02 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
  },
  {
    "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": "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": "20000",
        "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.02 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": "20000",
        "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": "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": "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
  }
]

UPTIME

07-16 · uptime 100.0% · 352ms avg07-1607-16
RESPONSE TIME
07-16 · 352ms avg07-16 · 352ms avg07-1607-16
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 354ms
TOTAL CHECKS 5

RECENT CHECKS

TIME STATUS RESP
○ DOWN 321ms
● OK 362ms
● OK 358ms
● OK 347ms
● OK 350ms

OVER TIME

All charts share the 30d window selected here. 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).

PRICE (captured 402, USD)
building price history ($0.03)

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

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

11/12 checks pass · grade A
  • 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
  • response mimeType declared
  • served over HTTPS

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 ]