verify_fact
Verify a specific fact about a Wikipedia topic, GitHub repository, npm package, DNS records, or domain registration by specifying the source and subject.
Instructions
Verify or look up one specific, named fact: a Wikipedia topic's summary, a public GitHub repository's stats (stars, forks, last push), an npm package's version/license/downloads, a domain's DNS records, or a domain's registration status (RDAP). Give source (which kind of fact) and subject (the exact name to check). $0.005 per check via x402 (USDC on Base) — free to try: without a wallet configured, every call just explains the payment challenge instead of paying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Wikipedia language code (default 'en'). Only used when source=wikipedia. | |
| source | Yes | Which kind of fact to check. | |
| subject | Yes | The thing to check: a Wikipedia article title (e.g. 'Bitcoin') for source=wikipedia, an 'owner/repo' (e.g. 'expressjs/express') for source=github_repo, a package name (e.g. 'express' or '@scope/name') for source=npm_package, or a domain name (e.g. 'example.com') for source=dns_records / domain_registration. |