FC
FFT Companion
/get_monster
Get a monster with poach table and spawn locations
Full monster record: stat multipliers and growth by rank, poach drops (common and rare), ability set, and the random-battle locations it appears in per chapter
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 /get_monster for me.
Input
| Field | Type | Description |
|---|---|---|
| version* | string (psx | wotl | ic) | Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivali |
| monsterId* | string | Monster id, e.g. 'behemoth', 'redPanther'. |
| lang | string (en | ja | pt | ko | es | fr) | default "en" |
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":"/get_monster","input":{"version":"psx","monsterId":"...","lang":"en"}}'cli
npx cracked-ai run -p mcp-app-fftcompanion-fft-companion -e /get_monster -i '{"version":"psx","monsterId":"...","lang":"en"}'mcp
run_tool({ provider: "mcp-app-fftcompanion-fft-companion", endpoint: "/get_monster", input: {"version":"psx","monsterId":"...","lang":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.