# Bezal — Local Business Intelligence for AI Agents (remote · app.bezal.ai)

Search 7,000+ local service businesses across America by category, location, or keyword.

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

## Components

- remote · `app.bezal.ai`: 67/100 (this document), [markdown](https://verifymcp.io/servers/ai-bezal-local-commerce/api-mcp.md), [page](https://verifymcp.io/servers/ai-bezal-local-commerce/api-mcp)

## Channel facts

- Endpoint: `https://app.bezal.ai/api/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**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 724 tokens (~55/item across 13 items; 13 tools + 0 resources), lean.
  - 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**: 91/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 72% of tool parameters carry a description.
- **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 ai-bezal-local-commerce https://app.bezal.ai/api/mcp
```

### Codex

```toml
[mcp_servers.ai-bezal-local-commerce]
url = "https://app.bezal.ai/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-bezal-local-commerce": {
      "type": "remote",
      "url": "https://app.bezal.ai/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-bezal-local-commerce --url https://app.bezal.ai/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-bezal-local-commerce:
    url: "https://app.bezal.ai/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-bezal-local-commerce": {
      "type": "http",
      "url": "https://app.bezal.ai/api/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-03 (score 67, +1)

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

### 2026-08-01 (score 66, +1)

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

### 2026-07-31 (score 65, +1)

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

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

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

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

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

### 2026-07-27 (score 62, +1)

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

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

First indexed and scored.

## MCP tools (13)

### `search_businesses` (~101 tokens)

Search 47,000+ local business profiles by name, category, or location.

Input parameters:

- `category` (string): Category keyword (e.g. "plumbing", "hr consulting")
- `city` (string): City name
- `limit` (number): Number of results to return (1-20)
- `query` (string): Free-text search across business name and description
- `state` (string): Two-letter state code or full state name

### `get_business` (~41 tokens)

Get full profile for a specific business including contact info, services, ratings, and hours.

Input parameters:

- `id` (string, required): The UUID of the business to look up

### `list_categories` (~17 tokens)

List all available business categories in the directory.

### `request_service` (~95 tokens)

Submit a service request to a business on behalf of a consumer.

Input parameters:

- `business_id` (string, required): The UUID of the business to send the request to
- `message` (string, required): Detailed message about what the requester needs
- `seeker_email` (string, required): Email address of the requester
- `seeker_name` (string, required): Name of the person requesting the service
- `service_needed` (string): Short description of the service category

### `search_by_service` (~74 tokens)

Find businesses that offer a specific service type. Useful when you know the exact service rather than the category — e.g. "Drain cleaning" rather than "plumbing".

Input parameters:

- `location` (string): Optional city or state to filter by
- `service_type` (string, required): Exact service offered (matched against the services array)

### `get_reviews` (~44 tokens)

Get reviews for a specific business including Bezal Verified reviews and Google rating.

Input parameters:

- `business_id` (string, required): Business UUID
- `limit` (number): Max reviews to return

### `get_service_catalog` (~40 tokens)

Get services and pricing for a specific business. Falls back to the services list if no priced catalog exists.

Input parameters:

- `business_id` (string, required): Business UUID

### `check_business_availability` (~63 tokens)

Check if a business has availability on a specific date using their Bezal calendar. Best-effort — only works for businesses that use the calendar feature.

Input parameters:

- `business_id` (string, required): Business UUID
- `date` (string, required): ISO date (YYYY-MM-DD)

### `compare_businesses` (~46 tokens)

Compare up to 5 businesses side-by-side on ratings, services, BezalRank, and profile status.

Input parameters:

- `business_ids` (array, required): Array of business UUIDs to compare

### `search_by_city` (~68 tokens)

Search for businesses in a specific city, optionally filtered by category. City-level matching.

Input parameters:

- `category` (string): Category keyword filter
- `city` (string, required): City name
- `limit` (number): Max results
- `state` (string): Two-letter state code or full name

### `search_providers` (~52 tokens)

Legacy alias for search_businesses. Prefer search_businesses for new clients.

Input parameters:

- `category` (string)
- `limit` (number)
- `location` (string)
- `query` (string)

### `get_provider_details` (~30 tokens)

Legacy alias for get_business. Prefer get_business for new clients.

Input parameters:

- `business_id` (string, required)

### `submit_quote_request` (~53 tokens)

Legacy alias for request_service. Prefer request_service for new clients.

Input parameters:

- `business_id` (string, required)
- `message` (string, required)
- `seeker_email` (string, required)
- `seeker_name` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-bezal-local-commerce/api-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://app.bezal.ai/api/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ai-bezal-local-commerce/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-bezal-local-commerce/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-bezal-local-commerce/api-mcp
