M
mcp
/search_outfitters
Search outfitters
Find up to 10 Canadian hunting and fishing outfitters (pourvoiries) matching a traveller's criteria, using the same advanced filters as the website: activities,
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 /search_outfitters for me.
Input
| Field | Type | Description |
|---|---|---|
| province | string | Province code or name, e.g. 'QC', 'Ontario'. |
| region | string | A single tourist region, e.g. 'Mauricie'. |
| regions | array | Several tourist regions; an outfitter matches any of them. |
| zecs | array | ZEC names (Quebec controlled-exploitation zones). |
| near_city | string | Major city used as the driving origin, e.g. 'Montréal', 'Toronto'. |
| max_drive_hours | number | Maximum driving hours from near_city (requires near_city). |
| activity | string (fishing | hunting) | Shorthand for the two main activities. |
| activities | array | Exact activity-type codes an outfitter must offer: chasse (hunting), peche (fishing), big_ |
| species | string | One species or several, e.g. ['doré','brochet'] / ['walleye','pike']. |
| species_match | string (all | any) | 'all' (default) requires every species; 'any' matches at least one. |
| hunt_or_fish_keyword | string | Deprecated alias of keyword. |
| keyword | string | Free text matched against the outfitter name, town, street address and the lakes, reservoi |
| party_size | integer | Number of guests to accommodate. |
| min_bedrooms | integer | Minimum bedrooms in a single lodging ('minimum 4 chambres' / '4 rooms'). |
| min_double_beds | integer | Minimum number of two-person beds in that SAME lodging (double, queen, king; a double bunk |
| min_single_beds | integer | Minimum number of one-person beds in that SAME lodging (single beds; a bunk bed counts as |
| min_lodging_capacity | integer | Minimum number of people a SINGLE cabin/lodging must sleep (e.g. 'a cabin for 10 people' → |
| max_price_per_person | number | Cap on the starting package price per person. |
| budget_min_per_person_night | number | |
| budget_max_per_person_night | number | Cap on the per-person, per-night rate (package price divided by nights). |
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":"/search_outfitters","input":{}}'cli
npx cracked-ai run -p mcp-ca-myoutfitters-mcp -e /search_outfitters -i '{}'mcp
run_tool({ provider: "mcp-ca-myoutfitters-mcp", endpoint: "/search_outfitters", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.