mcp
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

FieldTypeDescription
outfitter_id*string
full_name*string
email*string
phonestring
message*string
arrivalstring
departurestring
party_sizeinteger
package_idstring
localestring (fr | en)
api_keystring

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.