M
mcp
/create_price_request
Request a price or dates
Send a traveller's enquiry to one outfitter through MyOutfitters' anonymised relay. Requires the traveller's own name and e-mail, given with their consent. The
liveunknown~5s typical
mcpmcp
$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-ca-myoutfitters-mcp /create_price_request for me.
Input
| Field | Type | Description |
|---|---|---|
| outfitter_id* | string | |
| full_name* | string | |
| email* | string | |
| phone | string | |
| message* | string | |
| arrival | string | |
| departure | string | |
| party_size | integer | |
| package_id | string | |
| locale | string (fr | en) | |
| api_key | string |
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-ca-myoutfitters-mcp","endpoint":"/create_price_request","input":{"outfitter_id":"...","full_name":"...","email":"...","message":"..."}}'cli
npx cracked-ai run -p mcp-ca-myoutfitters-mcp -e /create_price_request -i '{"outfitter_id":"...","full_name":"...","email":"...","message":"..."}'mcp
run_tool({ provider: "mcp-ca-myoutfitters-mcp", endpoint: "/create_price_request", input: {"outfitter_id":"...","full_name":"...","email":"...","message":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.