M
mcp
/fetch
Fetch a MyOutfitters document
Retrieve one MyOutfitters outfitter document by the id returned by `search` (e.g. 'PV-0009') or by its MyOutfitters URL. Returns id, title, url, readable text a
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 /fetch for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Document id from `search` (e.g. 'PV-0009') or the outfitter's MyOutfitters URL. |
| 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":"/fetch","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ca-myoutfitters-mcp -e /fetch -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ca-myoutfitters-mcp", endpoint: "/fetch", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.