BL
Bezal — Local Business Intelligence for AI Agents
/request_service
request service
Submit a service request to a business on behalf of a consumer.
liveverifiedunknown~5s typical
mcpprobedbezal—local
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-bezal-local-commerce /request_service for me.
Input
| Field | Type | Description |
|---|---|---|
| business_id* | string | The UUID of the business to send the request to |
| seeker_name* | string | Name of the person requesting the service |
| seeker_email* | string | Email address of the requester |
| service_needed | string | Short description of the service category |
| message* | string | Detailed message about what the requester needs |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-bezal-local-commerce","endpoint":"/request_service","input":{"business_id":"...","seeker_name":"...","seeker_email":"...","message":"..."}}'cli
npx cracked-ai run -p mcp-ai-bezal-local-commerce -e /request_service -i '{"business_id":"...","seeker_name":"...","seeker_email":"...","message":"..."}'mcp
run_tool({ provider: "mcp-ai-bezal-local-commerce", endpoint: "/request_service", input: {"business_id":"...","seeker_name":"...","seeker_email":"...","message":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.