Connect Your AI to VBD
Search 3,000+ battery companies directly from Claude, Cursor, or any MCP-compatible AI.
Connect in One Step
Pick one method:
Option 1: Claude Code
claude mcp add vbd \ --transport http \ https://batterybusinessdirectory.org/api/mcp
or
Option 2: Config file
For Claude Desktop, Cursor, Windsurf — add to MCP config. Cursor setup guide · Claude Desktop guide
"vbd": {
"type": "http",
"url": "https://batterybusinessdirectory.org/api/mcp"
}What You Can Ask
Once connected, try these:
“Find solid-state battery companies in Japan”
“List battery recycling companies that are Volta members”
“Get details on CATL including their chemistries”
“What are the top battery segments by company count?”
“Compare LFP vs NMC companies in Europe”
“Find battery companies hiring in Germany”
Available Tools
| Tool | Description |
|---|---|
| search_companies | Search by keyword, segment, chemistry, country. Up to 100 results. |
| get_company | Full company details by name or slug. |
| list_filters | All segments, chemistries, and countries. |
| get_stats | Directory stats: totals, top segments, top countries. |
| get_version | Check MCP server version and changelog. |
| login | Start auth — sends a verification code to your email. |
| verify | Complete auth with the 6-digit code. Returns an API key. |
| suggest_edit | Suggest changes to a company profile (queued for review).Auth |