FFT Companion
FC
FFT Companion
/query_equipment

Query equipment with filters

Filters and sorts the equipment table — by category, weapon/armor type, cost, and stat thresholds. Use this instead of paging through get_records when shopping

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 /query_equipment for me.

Input

FieldTypeDescription
version*string (psx | wotl | ic)Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivali
categorystring (weapon | bodyArmor | shield | headgear | accessory)
subCategorystringNarrower type, e.g. 'katana', 'robe', 'hat'.
maxCostnumberMaximum shop cost in gil.
minStatobjectMinimum values per stat, e.g. { weaponPower: 10, magicAttack: 2 }.
sortBystringStat name to sort by, descending. Falls back to cost.
langstring (en | ja | pt | ko | es | fr) default "en"
limitinteger default 25

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

Try it

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