FFT Companion
FC
FFT Companion
/compare_versions

Diff a record across releases

Compares the same entity across psx, wotl and ic and reports exactly which fields changed. Answers questions like "was this weapon nerfed in War of the Lions?"

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

Input

FieldTypeDescription
kind*string (equipment | abilities | jobs | monsters | bosses | locations)
id*stringEntity id, present in at least one version.
versionsarrayWhich releases to compare.

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

Try it

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