FFT Companion
FC
FFT Companion
/find_item_sources

Find where an item comes from

Reverse lookup: every way to obtain a piece of equipment or a consumable — which outfitter unlocks it and after which battle, which monsters poach into it, and

liveverifiedunknown~5s typical
mcpprobedfftcompanion
$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-app-fftcompanion-fft-companion /find_item_sources for me.

Input

FieldTypeDescription
version*string (psx | wotl | ic)Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivali
itemId*stringEquipment or consumable id, e.g. 'excalibur'.

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-app-fftcompanion-fft-companion","endpoint":"/find_item_sources","input":{"version":"psx","itemId":"..."}}'
cli
npx cracked-ai run -p mcp-app-fftcompanion-fft-companion -e /find_item_sources -i '{"version":"psx","itemId":"..."}'
mcp
run_tool({ provider: "mcp-app-fftcompanion-fft-companion", endpoint: "/find_item_sources", input: {"version":"psx","itemId":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.