Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-ai]
url = "https://bezal.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bezal-ai": {
"type": "http",
"url": "https://bezal.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bezal-ai
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-ai": {
"url": "https://bezal.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bezal-ai": {
"type": "http",
"url": "https://bezal.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bezal-ai",
"transport": "streamable-http",
"url": "https://bezal.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Search 47,000+ local business profiles by name, category, or location.get_business— Get full profile for a specific business including contact info, services, ratings, and hours.list_categories— List all available business categories in the directory.request_service— Submit a service request to a business on behalf of a consumer.search_by_service— Find businesses that offer a specific service type.get_reviews— Get reviews for a specific business including Bezal Verified reviews and Google rating.get_service_catalog— Get services and pricing for a specific business.check_business_availability— Check if a business has availability on a specific date using their Bezal calendar.