mcpbeat

BizClaw Business Directory MCP Server

xyz.bizclaw/business-directory
answering

BizClaw Business Directory MCP is answering right now. Last checked 9 min ago. It exposes 9 tools.

Search, compare, and contact real-world companies through a public MCP business directory.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
9
Tools
read from the server
375 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add business-directory --transport http https://bizclaw.xyz/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "business-directory": {
      "url": "https://bizclaw.xyz/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.business-directory]
url = "https://bizclaw.xyz/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "business-directory": {
      "url": "https://bizclaw.xyz/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "business-directory": {
      "url": "https://bizclaw.xyz/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

company
get_company
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
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.
ask
ask_about_companies
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).
batch
create_batch_proposals
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.
categories
list_categories
List all available business categories in BizClaw. Use these category names to filter search results. Returns: Dictionary with 'categories' list and 'total' count.
companies
search_companies
Search for companies in the BizClaw business directory. Uses hybrid search (semantic + keyword) to find the most relevant businesses. Returns lightweight summaries to save tokens. Use get_company(id) for full details (contact, pricing, features, etc.). Args: query: Natural language search query (e.g. "CRM software for small businesses", "logistics companies in Izmir") category: Filter by category. Use list_categories to see available options. country: Filter by country (e.g. "Turkey", "United States", "Germany") city: Filter by city (e.g. "Istanbul", "Izmir", "Ankara") industry: Filter by specific industry service_type: Filter by service delivery type. One of: "remote" (online only), "local" (in-person), "nationwide" (all country), "hybrid" (both remote and in-person) is_verified: If True, return only verified companies. If False, return only unverified. Omit to return all. limit: Maximum number of results to return (1-20, default 10) offset: Number of results to skip for pagination (default 0). Use with limit to get next pages. Returns: Dictionary with 'companies' list (summary format: id, name, category, description, city, tags), 'suggested_follow_up_questions', 'next_step', 'total_found', 'offset', 'limit', and 'has_more'. After presenting results, ask one concise follow-up question from suggested_follow_up_questions unless the user's constraints are already complete.
proposal
create_proposal
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.
proposals
get_my_proposals
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.
reply
reply_to_proposal
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.

Endpoints

URLTransportStateLatencyChecked
https://bizclaw.xyz/mcp streamable-http answering 404 ms 9 min ago

BizClaw Business Directory MCP — questions

Answers built from our own checks of this server.

What can BizClaw Business Directory MCP do?
It exposes 9 tools, read directly from the server on our last check. Among them: ask_about_companies, create_batch_proposals, create_proposal, get_company, get_company_by_website, get_my_proposals and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is BizClaw Business Directory MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 375 ms. The bar chart above shows every period we have measured.
How do I connect BizClaw Business Directory MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does BizClaw Business Directory MCP need an API key?
No. BizClaw Business Directory MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is BizClaw Business Directory MCP?
It answers our handshake in 375 ms on average, which is faster than 37% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.