Data Collection
bezal.ai
Search and retrieve detailed information about local businesses, including contact info, services, ratings, and hours, and submit service requests.
ENDPOINT 1
https://bezal.ai/api/mcp
MCP server metadata
- Name
- bezal
- Version
- 1.1.0
Known tools 13
search_businessesSearch 47,000+ local business profiles by name, category, or location.
Inferred read-onlyget_businessGet full profile for a specific business including contact info, services, ratings, and hours.
Inferred read-onlyget_reviewsGet reviews for a specific business including Bezal Verified reviews and Google rating.
Inferred read-onlycheck_business_availabilityCheck if a business has availability on a specific date using their Bezal calendar.
Inferred read-onlycompare_businessesCompare up to 5 businesses side-by-side on ratings, services, BezalRank, and profile status.
Inferred read-onlysearch_by_citySearch for businesses in a specific city, optionally filtered by category.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bezal]
url = "https://bezal.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bezal": {
"type": "http",
"url": "https://bezal.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bezal
Remote MCP URL: https://bezal.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bezal": {
"url": "https://bezal.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bezal": {
"type": "http",
"url": "https://bezal.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bezal",
"transport": "streamable-http",
"url": "https://bezal.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://bezal.ai/api/mcp/sse
MCP server metadata
- Name
- bezal
- Version
- 1.1.0
Known tools 13
search_businessesSearch 47,000+ local business profiles by name, category, or location.
Inferred read-onlyget_businessGet full profile for a specific business including contact info, services, ratings, and hours.
Inferred read-onlyget_reviewsGet reviews for a specific business including Bezal Verified reviews and Google rating.
Inferred read-onlycheck_business_availabilityCheck if a business has availability on a specific date using their Bezal calendar.
Inferred read-onlycompare_businessesCompare up to 5 businesses side-by-side on ratings, services, BezalRank, and profile status.
Inferred read-onlysearch_by_citySearch for businesses in a specific city, optionally filtered by category.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bezal]
url = "https://bezal.ai/api/mcp/sse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bezal": {
"type": "http",
"url": "https://bezal.ai/api/mcp/sse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bezal
Remote MCP URL: https://bezal.ai/api/mcp/sse
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bezal": {
"url": "https://bezal.ai/api/mcp/sse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bezal": {
"type": "http",
"url": "https://bezal.ai/api/mcp/sse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bezal",
"transport": "streamable-http",
"url": "https://bezal.ai/api/mcp/sse"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bezal.ai was fetched 2026-08-24T07:02:21.147Z.
bezal.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.