Verify business legitimacy by domain or name in <2s. Trust score, verdict, evidence. x402-payable.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Pay-per-call API that tells AI agents whether a domain is a real business. Built MCP-first. Two payment rails: x402 (autonomous, zero signup) + prepaid credits (50 free checks, no credit card).
π Live: https://is-real-biz.is-real-biz.workers.dev β try it now:
Use cases: KYB / vendor screening, lead qualification, fraud checks, due diligence β anywhere an agent needs to know "is this domain a legit business or a parked/scam/fake site?"
Discovery surfaces (over-served on purpose β every agent looks somewhere different):
| Surface | Path | Spec |
|---|---|---|
| MCP descriptor | /.well-known/mcp.json | modelcontextprotocol.io |
| MCP HTTP endpoint | /mcp | streamable HTTP |
| OpenAPI 3.1 | /openapi.json | OpenAPI |
| llms.txt | /llms.txt | llmstxt.org |
| ai.txt | /ai.txt | early crawler convention |
| ChatGPT plugin | /.well-known/ai-plugin.json | legacy |
| A2A agent card | /.well-known/agent.json | A2A v1 |
| agents.json | /.well-known/agents.json | Wildcard spec |
| Pricing manifest | /pricing.json | this server |
| robots/sitemap | /robots.txt, /sitemap.xml | SEO |
Plus the tool descriptions in src/tool-descriptions.ts are written for embedding-based tool selection β the way Claude/ChatGPT/Cursor actually pick which tool to call. Lots of natural-language examples, use-case tags, and example queries.
X-PAYMENT header, the server verifies + settles via a facilitator in ~2 seconds. Zero signup. No accounts. Sub-cent calls work. Default network is Base Sepolia testnet (free) β flip X402_NETWORK = "base_mainnet" in wrangler.toml to take real payments.POST /billing/signup with an email returns an API key with 50 free checks. Need more? Redeem an operator-issued promo code at /billing/promo. No credit card, no Stripe, no card-on-file.Both paths share the same /check endpoint, so any agent that speaks either rail just works.
You only need:
Then:
The script is interactive: it logs you into Cloudflare, provisions D1 + KV, patches wrangler.toml with the IDs, asks for your Gemini key, and deploys. You'll have a live URL like https://is-real-biz.<your-subdomain>.workers.dev.
| Signal | Source | Cost |
|---|---|---|
| Domain age + registrar | RDAP via rdap.org | free |
| SSL validity | Certificate Transparency (crt.sh) | free |
| Homepage classification | Gemini 1.5 Flash | free (1500/day) |
| Contact info presence | regex over homepage + /contact | free |
| Social-media footprint | regex over homepage | free |
Weighted combination β score 0-100 β verdict {real, likely_real, uncertain, likely_fake, fake}. Cached for 24h in KV.
smithery.yamlMIT.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/is-real-biz)<a href="https://allmcps.com/mcp/is-real-biz"><img src="https://allmcps.com/api/badge/is-real-biz?style=directory" alt="Is Real Biz on AllMCPs" /></a>