KYB for AI agents: verify business registrations from MCP clients.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by BizVerify.
get_configSupported jurisdictions, credit pricing, packages, features
list_jurisdictionsAll jurisdictions with capabilities and active status
verify_businessConfirm a named business in one jurisdiction β existence, status, good standing (quick), plus entity type, formation date, registered agent, officers, principal address and filings (deep)
search_entitiesDiscover candidate businesses by name across one or all active jurisdictions
check_job_statusPoll an async verification job (free)
get_entityRetrieve cached entity data by ID (free)
KYB for AI agents β verify and search business entities across US state and international company registries, straight from any MCP client.
BizVerify confirms a company's legal existence, status, good standing, registered agent, officers, and filing history by reading official government business registries in real time.
The canonical BizVerify MCP server is hosted as a Streamable HTTP endpoint:
This repository packages that server as a local stdio bridge (plus a Docker image) for MCP clients and sandboxes that expect a local process. The bridge is a thin transparent proxy β tool definitions and results come directly from the hosted server, so it never drifts out of sync.
| Tool | Auth | What it does |
|---|---|---|
get_config | β | Supported jurisdictions, credit pricing, packages, features |
list_jurisdictions | β | All jurisdictions with capabilities and active status |
verify_business | β | Confirm a named business in one jurisdiction β existence, status, good standing (quick), plus entity type, formation date, registered agent, officers, principal address and filings (deep) |
search_entities | β | Discover candidate businesses by name across one or all active jurisdictions |
check_job_status | β | Poll an async verification job (free) |
get_entity | β | Retrieve cached entity data by ID (free) |
get_entity_history | β | Historical verification snapshots for an entity |
get_account | β | Account details and credit balance |
purchase_credits | β | Create a Stripe checkout session for more credits |
Tools marked β
require an API key (or OAuth token). get_config and list_jurisdictions are free and unauthenticated.
If your client supports remote MCP servers, just point it at https://api.bizverify.co/mcp and send your key as an X-API-Key header (OAuth 2.1 Bearer tokens are also accepted).
For stdio-only clients, bridge the hosted endpoint with mcp-remote:
Then register it with your client (Claude Desktop, Cursor, etc.):
| Env var | Required | Default | Description |
|---|---|---|---|
BIZVERIFY_API_KEY | For authenticated tools | β | Your BizVerify API key, sent as X-API-Key. get_config and list_jurisdictions work without it. |
BIZVERIFY_MCP_URL | No | https://api.bizverify.co/mcp | Override the upstream MCP endpoint. |
Create one in seconds β new accounts get 50 free credits:
See the setup guide and docs for full details.
The bundled src/tools-snapshot.ts is used only as an offline fallback for tools/list (e.g. during a sandboxed container check). Live calls always proxy to the hosted server.
MIT Β© BizVerify
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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/bizverify-2)<a href="https://allmcps.com/mcp/bizverify-2"><img src="https://allmcps.com/api/badge/bizverify-2?style=directory" alt="BizVerify on AllMCPs" /></a>