MCP server for business verification
is-real-biz is a remote MCP (Model Context Protocol) server published in the official MCP Registry as io.github.Smart-link-t/is-real-biz. It exposes two tools — check_business and check_business_batch — over the Streamable-HTTP transport at https://is-real-biz.is-real-biz.workers.dev/mcp. Any MCP-capable agent (Claude Desktop, Cursor, Cline, etc.) can mount it without local install.
Try it now
curl 'https://is-real-biz.is-real-biz.workers.dev/check?domain=stripe.com'
Run a live check Read the docs
Step-by-step
- Add to Claude Desktop config. {"mcpServers": {"is-real-biz": {"url": "https://is-real-biz.is-real-biz.workers.dev/mcp"}}}
- Or use any MCP client. Initialize over Streamable HTTP. The server advertises tools via tools/list.
- Pay only when used. First 50 calls per API key are free. After that, per-call $0.05 USDC via x402 or prepaid credits.
Frequently asked
Where is it listed?
Official MCP Registry (registry.modelcontextprotocol.io), Glama, GitHub topic mcp-server, and the awesome-mcp-servers list.
What transport does it use?
Streamable HTTP (the canonical MCP remote transport). No SSE, no WebSockets, no stdio.
Is the source open?
Yes — github.com/Smart-link-t/is-real-biz. MIT licensed. Self-host on Cloudflare Workers in under 5 minutes.