| eu-verify Latest-release metadata from the official PyPI JSON API (live): version, license, requires_python compatibility, requires_dist dependency specs (max 100), yanked flag, last upload time and project URLs. Query: ?pkg=requests. No personal author/maintainer data. 1h cache. | greeneris.io | - | $0.002 | listed |
| eu-verify Live EORI (Economic Operators Registration and Identification) validation via the European Commission EOS/DDS2 service -- the number every business needs to clear customs in the EU. Query: ?eori=FR38347481400100 (2-letter country + up to 15 alphanumerics). Returns valid true/false plus registered name and address when the operator consented to publication. SOAP upstream, clean JSON out; 24h cache. | greeneris.io | - | $0.003 | listed |
| eu-verify Annual macroeconomic series from the World Bank Indicators API, normalized JSON. Query: ?country=USA&indicator=FP.CPI.TOTL.ZG&years=5 (ISO3 country code; common indicators: FP.CPI.TOTL.ZG inflation %, NY.GDP.MKTP.CD GDP current US$, GC.DOD.TOTL.GD.ZS gov debt %GDP, SL.UEM.TOTL.ZS unemployment %). Returns the last N years with values, newest first. 200+ countries; 24h cache. | greeneris.io | - | $0.005 | listed |
| eu-verify French address geocoding on the official Base Adresse Nationale (api-adresse.data.gouv.fr, Etalab/IGN, continuously updated). Forward: ?q=8 boulevard du port amiens with optional &type=housenumber|street|locality|municipality &citycode=80021 (INSEE filter). Reverse: ?lat=49.897&lon=2.290. &limit=1-10 (default 3). Each match returns normalized label, confidence score, lat/lon, street, postcode, city, INSEE citycode and context. No match returns 400 (not billed). Cached 24h. | greeneris.io | - | $0.001 | listed |
| eu-verify Annual accounts filed with the French RNE (INPI). Query: ?siren=552032534 (9 digits, Luhn-validated). Returns the filing history -- closing date, filing date, type (complet/simplifie/consolide), public or confidential -- which is a KYB signal in itself. For the latest public filing it adds headline figures (revenue, operating and net result, total assets, equity) when the liasse scheme is mapped, else says not_covered rather than guessing. 24h cache. | greeneris.io | - | $0.03 | listed |
| eu-verify One-call due diligence on a French company by SIREN or SIRET: checksum, existence and status (SIRENE), insolvency proceedings (BODACC), VAT validity (VIES) and sanctions screening across EU/OFAC/UN/UK/FR lists, condensed into a risk verdict (low, medium, high or critical) with reasons and a 0-100 score. Query: siren=NNNNNNNNN or siret=NNNNNNNNNNNNNN. Sub-checks degrade gracefully; buyers are never charged on failure. | greeneris.io | - | $0.05 | listed |
| eu-verify Security audit of one exact dependency version, backed by OSV.dev (Google), which aggregates public advisories (GHSA, PyPA, RustSec...) in near real time. Query: ?pkg=lodash&ecosystem=npm&version=4.17.20 (ecosystems: npm, pypi, go, crates.io, maven, nuget, rubygems, packagist, hex, pub). Returns vuln_count, max_severity, advisory ids and the versions that fix them; vuln_count=0 means clean. Cached 1h. | greeneris.io | - | $0.01 | listed |
| eu-verify Historical daily solar irradiance and weather series from NASA POWER for any lat/lon: ALLSKY_SFC_SW_DWN (kWh/m2/day), T2M (deg C), WS10M (m/s) and other POWER codes. Query: ?latitude=48.85&longitude=2.35&start=20260601&end=20260630¶meters=ALLSKY_SFC_SW_DWN,T2M. Coverage 1981..present (few days lag), max 366 days per call, -999 marks missing days. 24h cache. Sized for PV project due diligence, agrivoltaics and off-grid design. | greeneris.io | - | $0.01 | listed |
| eu-verify Screen a name against the five official sanctions lists (EU, US OFAC SDN, UN, UK FCDO, French asset freezes) from a snapshot refreshed daily, with per-list dates. Query: name=NAME (optional threshold=0.6-1.0, lists=eu,ofac,un,uk,fr). Returns scored matches with entity type and programs, and a verdict: match, possible_match or no_match. | greeneris.io | - | $0.01 | listed |
| eu-verify Depeg monitor for USD stablecoins (USDT, USDC, DAI, FDUSD, TUSD, USDe, PYUSD): DeFiLlama market-aggregate price per coin, converted to a deviation from 1.0 in basis points, with a depeg_alert flag (triggered beyond 50 bps) and the worst deviation across the set. Query: symbols=USDT,USDC,DAI (max 8, default shown). JSON, 60s cache. Derived risk signal, not a raw feed. | greeneris.io | - | $0.02 | listed |
| eu-verify Deribit DVOL index (30-day annualized implied volatility from the options order book) for BTC or ETH, delivered as a risk signal: current level, 24h change, and min/max/percentile over a lookback window. Query: ?asset=BTC|ETH&window=7d|30d|90d (defaults BTC, 30d). JSON, 5min cache. Derived from Deribit public volatility-index candles. | greeneris.io | - | $0.02 | listed |
| eu-verify One-call compliance check for the French e-invoicing reform (from 2026-09-01 the customer's SIREN is a mandatory invoice mention). Query: ?siren=552032534 or ?siret=55203253400041. Runs the Luhn checksum, confirms existence and active status in the official SIRENE registry, computes the FR VAT number and validates it live against VIES. Returns a single verdict: ready / not_ready / check_vat_manually (VIES flakiness never blocks the answer). 1h cache. | greeneris.io | - | $0.02 | listed |
| eu-verify Package intelligence from deps.dev (Google Open Source Insights, data CC-BY 4.0): resolved license list, known advisory ids, source project, GitHub stars and OpenSSF Scorecard overall score. Query: ?system=npm&pkg=react&version=latest (systems: npm, pypi, go, maven, cargo, nuget; version defaults to the registry default release). Refreshed upstream continuously; served with a 6h cache. | greeneris.io | - | $0.01 | listed |
| evm-contract-abi Fetch just the ABI of a verified EVM contract, resolving a proxy to its implementation ABI as well. A cheap slice for when you only need the interface to encode calls or decode data, not the full source. Unverified contracts are reported honestly. | agentstools.dev | - | $0.008 | listed |
| evm-contract-source Fetch a verified smart-contract's full source, ABI, compiler settings and NatSpec docs for an EVM address, and automatically resolve a proxy to its implementation so the response also carries the implementation ABI. One call returns everything an audit or integration agent needs to understand the contract, keyless and pay-per-call. Unverified contracts are reported honestly. | agentstools.dev | - | $0.02 | listed |
| evm-decode-signature Reverse a 4-byte function selector, an event topic hash, or raw calldata into its human-readable signature using the 4byte database, with collisions resolved so the real signature (the oldest registered) is returned first and the attacker-registered lookalikes are flagged. Parameter types are parsed out. | agentstools.dev | - | $0.003 | listed |
| evm-event-logs Read a contract's recent event logs on an EVM network over a bounded block window and decode them. Logs are decoded from an event signature you supply, or from the contract's verified ABI, or by resolving the topic to a name via 4byte. Raw logs are always returned; decoded fields are added where possible. | agentstools.dev | - | $0.01 | listed |
| evm-internal-tx List the internal transactions of an EVM transaction: the nested contract calls and their value transfers and call types, via Blockscout. Reveals the value flow and call tree that a plain receipt hides. Rate-limited upstream degrades gracefully rather than erroring. | agentstools.dev | - | $0.01 | listed |
| fee_estimate Current network fee conditions -- gas price (ETH/Base/Arbitrum/Optimism/Polygon), sat/vB fee tiers (Bitcoin), or recent prioritization fees (Solana) -- useful for an agent about to construct a transaction itself. | duckdns.org | - | $0.01 | listed |
| fetch_clean Fetch a URL and extract clean, boilerplate-free Markdown from it -- SSRF-guarded, size-capped, redirect-safe. | duckdns.org | - | $0.015 | listed |
| fetchwerk Web Extraction Extract up to ten URLs in one paid call. | netzhandwerker.de | - | $0.008 | listed |
| fetchwerk Web Extraction Return the structured offer of one product page: identifiers, price, availability, shipping, variants, ratings, images and seller, each with its source. | netzhandwerker.de | - | $0.005 | listed |
| fetchwerk Web Extraction Fetch one URL and return clean article Markdown without navigation, ads or cookie banners. | netzhandwerker.de | - | $0.001 | listed |
| fetchwerk Web Extraction Read the mandatory public disclosure of one domain and return company, postal address, e-mail, phone, VAT and register data with a source for every value. | netzhandwerker.de | - | $0.006 | listed |
| fetchwerk Web Extraction Return title, description, OpenGraph card, canonical URL, feeds, favicon and detected technologies for one URL. | halowerk.com | - | $0.002 | listed |
| fetchwerk Web Extraction Return the structured offer of one product page: identifiers, price, availability, shipping, variants, ratings, images and seller, each with its source. | halowerk.com | - | $0.005 | listed |
| fetchwerk Web Extraction Fill a caller supplied JSON Schema from one web page and report source and confidence for every field. | netzhandwerker.de | - | $0.005 | listed |
| fetchwerk Web Extraction Return title, description, OpenGraph card, canonical URL, feeds, favicon and detected technologies for one URL. | netzhandwerker.de | - | $0.002 | listed |
| fetchwerk Web Extraction Fetch one URL and return clean article Markdown without navigation, ads or cookie banners. | halowerk.com | - | $0.001 | listed |
| fetchwerk Web Extraction Fill a caller supplied JSON Schema from one web page and report source and confidence for every field. | halowerk.com | - | $0.005 | listed |
| fetchwerk Web Extraction Read the mandatory public disclosure of one domain and return company, postal address, e-mail, phone, VAT and register data with a source for every value. | halowerk.com | - | $0.006 | listed |
| fetchwerk Web Extraction Extract up to ten URLs in one paid call. | halowerk.com | - | $0.008 | listed |
| fetchx402 Trace HTTPS redirects for a hostname. Use when you need live hop facts and must not guess. HEAD of https://{domain}/ on :443 (GET if 405/501); follow Location up to 5 hops. HTTPS :443 only after ConnectGuard. Bodies are omitted. | fetchx402.com | - | $0.005 | listed |
| fetchx402 Resolve public DNS records (A, AAAA, MX, TXT, CNAME, NS, SOA) for a domain. Use when you need live DNS data and must not guess from memory or training data. | fetchx402.com | - | $0.005 | listed |
| fetchx402 Look up domain registration facts via RDAP (registrar, status, dates, nameservers, DNSSEC). Use when you need live registry data and must not guess. Unregistered names return not_found. | fetchx402.com | - | $0.005 | listed |
| fetchx402 Read allowlisted HTTPS response headers for a hostname (HSTS, CSP, server, CORS). Use when you need live origin headers and must not guess. HEAD of https://{domain}/ on :443; GET if HEAD is 405/501. Redirects are not followed. | fetchx402.com | - | $0.005 | listed |
| fetchx402 Inspect the leaf TLS certificate for a public hostname (validity, issuer, SANs, fingerprint, expiry). Use when you need live cert facts and must not guess. Expired or hostname-mismatched certs still return JSON flags. | fetchx402.com | - | $0.005 | listed |
| fetchx402 One-shot reachability: DNS, leaf TLS, and origin headers for one hostname in a single settle. Use when you need live up/degraded/down and must not guess. Child errors stay in-field; we do not invent data. | fetchx402.com | - | $0.015 | listed |
| fetchx402 DNS, leaf TLS, and RDAP/WHOIS for one hostname in a single settle. Use when you need live host facts together and must not guess. Child errors stay in-field; we do not invent data. | fetchx402.com | - | $0.015 | listed |
| ffpipe Convert any video to a clean, web-ready MP4. Provide a source URL or upload the file directly; the paid request returns a status URL to poll, and the finished MP4 (plus a thumbnail) is downloadable for 24 hours. Fixed price per conversion in USDC over x402; no account or API key. Failures on our side automatically mint a free retry voucher. Input up to 100 MB. | ffpipe.dev | - | $0.05 | listed |
| fittings Screen a name against the US Consolidated Screening List, which merges the OFAC SDN and non-SDN lists with the BIS Denied Persons, Entity and Unverified lists and the State Department debarred lists. | fittings.sh | - | $0.0149 | listed |
| fittings Chemical releases reported by one TRI facility for one reporting year, in pounds, totalled per chemical and split into air, water, land and underground injection. | fittings.sh | - | $0.01099 | listed |
| fittings Screens open ClinicalTrials.gov studies for a condition against a patient age, sex and healthy-volunteer status, returning the trials the structured criteria do not exclude with their inclusion and exclusion criteria split out. | fittings.sh | - | $0.0149 | listed |
| fittings Screen a person name against Wikidata position-held claims, returning every government or state office the matching people have held, with start and end dates. | fittings.sh | - | $0.012 | listed |
| fittings Map an RxNorm concept or drug name to every associated NDC package code in 5-4-2 form, or reverse-map an NDC to its RxCUI with active status and history. | fittings.sh | - | $0.01298 | listed |
| fittings Candidate HTS classifications for a plain-language product description, each with its code, description, units of quantity and duty rates where the line carries them. A statistical line shows no rate of its own because it inherits its parent’s, which v1/hts/lookup resolves. | fittings.sh | - | $0.00598 | listed |
| fittings Search the National Vulnerability Database by keyword, CPE, publication window or CVSS severity, returning a paginated list with scores and CWE classifications. | fittings.sh | - | $0.00596 | listed |
| fittings Industrial facilities reporting to the EPA Toxics Release Inventory in a ZIP code or a city, with the TRI facility id needed to pull their release quantities. | fittings.sh | - | $0.00596 | listed |
| fittings Find LEI records matching a company name, with jurisdiction, country and registration status. | fittings.sh | - | $0.0054 | listed |
| fittings Resolve an LEI code to its GLEIF record: registered legal name, addresses, jurisdiction, legal form and registration status. | fittings.sh | - | $0.003 | listed |