Connection check
verified live · 26h ago
business-directory
Search, compare, and contact real-world companies through a public MCP business directory.
Tools
9
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
9 toolsRead from the running server on 26h ago.
ask_about_companies
metaquestion*context_company_ids
Ask a natural language question about companies and get AI-powered recommendations. Uses hybrid search (semantic + keyword) combined with LLM analysis to find and recommen… Ask a natural language question about companies and get AI-powered recommendations. Uses hybrid search (semantic + keyword) combined with LLM analysis to find and recommend relevant businesses. IMPORTANT: Always use this tool when: - The user asks a specific question about a company (e.g., "do they offer bargaining?", "what are their prices?", "do they deliver to X?") - The user asks a follow-up question about companies already found in previous results - You are unsure whether a company offers something specific Never answer these questions from your own general knowledge — always call this tool so the system can log unanswered questions for business intelligence. Args: question: Natural language question (e.g. "Which logistics companies offer cold chain delivery in Istanbul?") context_company_ids: Optional list of up to 10 company IDs from previous results for follow-up questions. ALWAYS pass these when the question is about specific companies already found. Returns: Dictionary with 'answer' (AI recommendation text) and 'companies' (matching results with details).
create_batch_proposals
metaapi_keycompany_ids*description*customer_name*proposal_type
+1
Create proposals to multiple companies at once (max 10). Same proposal is sent to each company. Args: api_key: Your agent API key (starts with 'bzcl_sk_')… Create proposals to multiple companies at once (max 10). Same proposal is sent to each company. Args: api_key: Your agent API key (starts with 'bzcl_sk_') company_ids: List of company UUIDs (max 10, must be verified) customer_email: Email of the end customer customer_name: Name of the end customer description: What the customer needs proposal_type: 'standard' or 'custom' (default: 'custom') Returns: List of created proposals and any errors.
create_proposal
metaapi_keycompany_id*description*customer_name*proposal_type
+1
Create a proposal/quote request to a verified company on behalf of a customer. Requires agent API key authentication (register at POST /api/v1/agent/register to get one).… Create a proposal/quote request to a verified company on behalf of a customer. Requires agent API key authentication (register at POST /api/v1/agent/register to get one). Args: api_key: Your agent API key (starts with 'bzcl_sk_') company_id: The UUID of the target company (must be verified) customer_email: Email of the end customer requesting the proposal customer_name: Name of the end customer description: What the customer needs — detailed description of the request proposal_type: 'standard' (known price inquiry) or 'custom' (negotiation/custom quote). Default: 'custom' Returns: Created proposal with ID, status, and company info.
get_company
read-only
metacompany_id*
Get full details for a specific company by its ID. Returns the complete company profile including features, use cases, pricing, and contact info. Args: compan… Get full details for a specific company by its ID. Returns the complete company profile including features, use cases, pricing, and contact info. Args: company_id: The UUID of the company (obtained from search results) Returns: Complete company profile dictionary, or an error if not found.
get_company_by_website
read-only
metawebsite_url*
Look up a company by its website URL. Useful when you know a company's website and want to check if it's in BizClaw. Args: website_url: The company's website… Look up a company by its website URL. Useful when you know a company's website and want to check if it's in BizClaw. Args: website_url: The company's website URL (e.g. "https://example.com" or "example.com") Returns: Company profile if found, or an error message.
get_my_proposals
read-only
metalimitoffsetapi_keystatus_filter
Get all proposals created by the current agent. Use this to check proposal status and company responses. Args: api_key: Your agent API key (starts with 'bzcl_… Get all proposals created by the current agent. Use this to check proposal status and company responses. Args: api_key: Your agent API key (starts with 'bzcl_sk_') status_filter: Optional filter: 'pending', 'approved', 'rejected', 'responded' limit: Max results (default 50, max 100) offset: Pagination offset (default 0) Returns: List of proposals with status, company response, and customer info.
list_categories
read-only
meta
List all available business categories in BizClaw. Use these category names to filter search results. Returns: Dictionary with 'categories' list and 'total' c… List all available business categories in BizClaw. Use these category names to filter search results. Returns: Dictionary with 'categories' list and 'total' count.
reply_to_proposal
metaapi_keymessage*proposal_id*
Reply to a company's response on a proposal. Use this for back-and-forth negotiation. After replying, the proposal status resets to 'pending' so the company sees the new m… Reply to a company's response on a proposal. Use this for back-and-forth negotiation. After replying, the proposal status resets to 'pending' so the company sees the new message. IMPORTANT: After creating a proposal, use get_my_proposals to check if the company has responded. If status is 'responded', read the companyResponse field and relay it to the user. If the user wants to reply, use this tool. Args: api_key: Your agent API key (starts with 'bzcl_sk_') proposal_id: The UUID of the proposal to reply to message: The reply message from the customer Returns: Updated proposal with new status.
search_companies
read-only
citymetalimitquery*offsetcountry
+4