# BizClaw Business Directory MCP (remote · bizclaw.xyz)

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

- Trust score: 73/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `bizclaw.xyz`: 73/100 (this document), [markdown](https://verifymcp.io/servers/xyz-bizclaw-business-directory/bizclaw.md), [page](https://verifymcp.io/servers/xyz-bizclaw-business-directory/bizclaw)

## Channel facts

- Endpoint: `https://bizclaw.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3083 tokens (~280/item across 11 items; 9 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xyz-bizclaw-business-directory https://bizclaw.xyz/mcp
```

### Codex

```toml
[mcp_servers.xyz-bizclaw-business-directory]
url = "https://bizclaw.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-bizclaw-business-directory": {
      "type": "remote",
      "url": "https://bizclaw.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-bizclaw-business-directory --url https://bizclaw.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-bizclaw-business-directory:
    url: "https://bizclaw.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-bizclaw-business-directory": {
      "type": "http",
      "url": "https://bizclaw.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 72, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 68, +1)

- [security regression] HSTS header: unverified → fail
- [security improvement] Authorization: unverified → partial
- [security improvement] Transport: fail → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Stability: unverified → 0.07
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-27 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (9)

### `search_companies` (~563 tokens)

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.

Input parameters:

- `category`: Optional BizClaw business category filter. Use list_categories when unsure.
- `city`: Optional city filter, for example Istanbul, Izmir, Ankara, or Berlin.
- `country`: Optional country filter, for example Turkey, United States, or Germany.
- `industry`: Optional specific industry or vertical filter.
- `is_verified`: Optional verification filter. True returns verified companies only; false returns unverified companies only.
- `limit` (integer): Maximum number of results to return. Use 1-20 for searches and 1-100 for proposal lists.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `offset` (integer): Pagination offset. Increase with limit to fetch later pages.
- `query` (string, required): Natural language search query describing the company, service, category, or buying intent.
- `service_type`: Optional service delivery type: remote, local, nationwide, or hybrid.

### `get_company` (~136 tokens)

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.

Input parameters:

- `company_id` (string, required): BizClaw company UUID returned by search_companies or get_company_by_website.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.

### `ask_about_companies` (~309 tokens)

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).

Input parameters:

- `context_company_ids`: Optional company UUIDs from previous results for follow-up questions.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `question` (string, required): Natural language question about companies, recommendations, pricing, policies, features, or follow-up context.

### `list_categories` (~84 tokens)

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.

Input parameters:

- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.

### `get_company_by_website` (~142 tokens)

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.

Input parameters:

- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `website_url` (string, required): Company website URL or domain, for example example.com or https://example.com.

### `create_proposal` (~347 tokens)

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.

Input parameters:

- `api_key`: Optional BizClaw agent API key starting with bzcl_sk_. If omitted, proposal tools use the X-API-Key MCP connection header when configured.
- `company_id` (string, required): BizClaw company UUID returned by search_companies or get_company_by_website.
- `customer_email` (string, required): Real active end-customer email address for the proposal. Do not use fake or disposable emails.
- `customer_name` (string, required): Real end-customer name for the proposal request.
- `description` (string, required): Detailed description of what the customer needs the company to quote or respond to.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `proposal_type` (string): Proposal type: custom for negotiation/custom quotes, or standard for known standard offers.

### `create_batch_proposals` (~311 tokens)

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.

Input parameters:

- `api_key`: Optional BizClaw agent API key starting with bzcl_sk_. If omitted, proposal tools use the X-API-Key MCP connection header when configured.
- `company_ids` (array, required): List of BizClaw company UUIDs. Maximum 10 for batch proposals.
- `customer_email` (string, required): Real active end-customer email address for the proposal. Do not use fake or disposable emails.
- `customer_name` (string, required): Real end-customer name for the proposal request.
- `description` (string, required): Detailed description of what the customer needs the company to quote or respond to.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `proposal_type` (string): Proposal type: custom for negotiation/custom quotes, or standard for known standard offers.

### `get_my_proposals` (~257 tokens)

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.

Input parameters:

- `api_key`: Optional BizClaw agent API key starting with bzcl_sk_. If omitted, proposal tools use the X-API-Key MCP connection header when configured.
- `limit` (integer): Maximum number of results to return. Use 1-20 for searches and 1-100 for proposal lists.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `offset` (integer): Pagination offset. Increase with limit to fetch later pages.
- `status_filter`: Optional proposal status filter: pending, approved, rejected, or responded. Omit by default.

### `reply_to_proposal` (~278 tokens)

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.

Input parameters:

- `api_key`: Optional BizClaw agent API key starting with bzcl_sk_. If omitted, proposal tools use the X-API-Key MCP connection header when configured.
- `message` (string, required): Reply message to send back to the company on an existing proposal conversation.
- `meta`: Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation.
- `proposal_id` (string, required): BizClaw proposal UUID returned by create_proposal, create_batch_proposals, or get_my_proposals.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-bizclaw-business-directory/bizclaw#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 67

## Links

- Remote endpoint: https://bizclaw.xyz/mcp
- Website: https://bizclaw.xyz/for-agents
- Changelog RSS feed: https://verifymcp.io/servers/xyz-bizclaw-business-directory/bizclaw/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-bizclaw-business-directory/bizclaw/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-bizclaw-business-directory/bizclaw
