Data Collection
btob.dev
Enables searching and retrieving European B2B supplier information, including profiles, certifications, and industry categories.
ENDPOINT 1
https://btob.dev/mcp
MCP server metadata
- Name
- btob
- Version
- 0.0.1
Known tools 7
get_supplierGet full supplier profile by ID, including certifications and NACE codes.
Inferred read-onlylist_industriesList all unique industry categories available in the supplier database.
Inferred read-onlysemantic_searchSemantic similarity search for suppliers (beta - results may vary).
Inferred read-onlyget_supplier_profileGet a markdown supplier profile optimized for LLM context windows.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.btob]
url = "https://btob.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"btob": {
"type": "http",
"url": "https://btob.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: btob
Remote MCP URL: https://btob.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"btob": {
"url": "https://btob.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"btob": {
"type": "http",
"url": "https://btob.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "btob",
"transport": "streamable-http",
"url": "https://btob.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for btob.dev was fetched 2026-07-30T02:57:23.679Z and is being refreshed.
btob.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.