AGENTS · FREE DURING BETA
BizVerify, in your agent stack.
One business-entity verification API, five integrations, plus a hosted MCP server. Pick the surface that matches the tool you're already in — the rest of the stack stays the same.
Five SDK and workflow integrations.
Same API key, same nine operations, different surfaces.
- Open n8n
n8n
Nine BizVerify operations on one n8n node — not nine HTTP nodes wired together.
- Open OpenAI
OpenAI
Tool definitions live at api.bizverify.co/tools/openai.json. One fetch, no schema maintenance.
- Open Anthropic
Anthropic
Tool definitions live at api.bizverify.co/tools/anthropic.json. Drop into anthropic.messages.create unchanged.
- Open LangChain
LangChain
Native BaseTool wrappers. BizVerifyTools().get_tools() drops straight into create_react_agent.
- Open CrewAI
CrewAI
Native CrewAI tool wrappers. Hand BizVerifyTools().get_tools() to any Agent in your crew.
How to pick.
Visual workflow tool
Building inside n8n, Zapier-style automations, or any node-based platform.
→ Use the n8n node.
Raw tool definitions
Writing your own agent loop on top of the OpenAI or Anthropic SDK — function calls go straight to your code.
→ Fetch the tool JSON for OpenAI or Anthropic.
Framework wrapper
Building in Python with LangChain or CrewAI — the agent calls tools as native BaseTool objects.
→ Install bizverify-agents with the matching extra.
Get an API key. The rest is plumbing.
Fifty free credits on signup. No card. The same key works across every integration on this page.