M
mcp
/get_outfitter
Get outfitter profile
Public profile of one outfitter: territory, species, season, and up to 8 summarised packages. Rates appear only when the outfitter has confirmed its listing. No
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 /get_outfitter for me.
Input
| Field | Type | Description |
|---|---|---|
| outfitter_id* | string | Outfitter id (e.g. 'PV-0009') or the id-bearing URL segment. |
| 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":"/get_outfitter","input":{"outfitter_id":"..."}}'cli
npx cracked-ai run -p mcp-ca-myoutfitters-mcp -e /get_outfitter -i '{"outfitter_id":"..."}'mcp
run_tool({ provider: "mcp-ca-myoutfitters-mcp", endpoint: "/get_outfitter", input: {"outfitter_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.