S
Servana
/send_message_to_vendor
send message to vendor
Send a message or booking enquiry to a Servana vendor on the user's behalf. The vendor sees it in their Servana inbox. Include what the user needs, and contact
liveverifiedunknown~5s typical
mcpprobedservana
$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-servana-servana /send_message_to_vendor for me.
Input
| Field | Type | Description |
|---|---|---|
| vendor_slug* | string | The vendor's slug |
| message* | string | The enquiry, including the user's name and preferred contact (email or phone) so the vendo |
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-servana-servana","endpoint":"/send_message_to_vendor","input":{"vendor_slug":"...","message":"..."}}'cli
npx cracked-ai run -p mcp-ai-servana-servana -e /send_message_to_vendor -i '{"vendor_slug":"...","message":"..."}'mcp
run_tool({ provider: "mcp-ai-servana-servana", endpoint: "/send_message_to_vendor", input: {"vendor_slug":"...","message":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.