Bezal — Local Business Intelligence for AI Agents
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
mcpprobedbezallocal
$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

FieldTypeDescription
business_id*stringThe UUID of the business to send the request to
seeker_name*stringName of the person requesting the service
seeker_email*stringEmail address of the requester
service_neededstringShort description of the service category
message*stringDetailed 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.