← btob.dev
INDIVIDUAL MCP TOOL
semantic_search
Semantic similarity search for suppliers (beta - results may vary).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-dev]
url = "https://btob.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"btob-dev": {
"type": "http",
"url": "https://btob.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: btob-dev
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-dev": {
"url": "https://btob.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"btob-dev": {
"type": "http",
"url": "https://btob.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "btob-dev",
"transport": "streamable-http",
"url": "https://btob.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_suppliers— Search European B2B suppliers by keyword.get_supplier— Get full supplier profile by ID, including certifications and NACE codes.list_industries— List all unique industry categories available in the supplier database.list_countries— List all unique country codes available in the supplier database.get_business_json— Get structured JSON-LD business data for a supplier by slug.get_supplier_profile— Get a markdown supplier profile optimized for LLM context windows.