Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

BizClaw Business Directory MCP

xyz.bizclaw/business-directory

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

Uptime
100.0%
2 direct probes · 30d
Response
622ms
last probe
Tools
9
callable
Resources
2
readable
Prompts
0
available

Tools · 9

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…

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 th…

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 businesse…

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.

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://e…

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: a…

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: Li…

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…

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. IMPORTA…

Resources · 2

get_categories_resource

List of all business categories available in BizClaw.

bizclaw://categories
get_about_resource

About BizClaw - what it is and how AI agents can use it.

bizclaw://about

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bizclaw_business_directory_mcp": {
      "url": "https://bizclaw.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}