FC
FFT Companion
/search
Search the catalog
Finds entities by name or id across equipment, abilities, jobs, monsters, bosses, locations and consumables. Returns ids and display names only — use get_record
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 /search 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 |
| query* | string | Name or id fragment, e.g. 'excalibur', 'battle axe', 'ベヒーモス'. |
| kinds | array | Restrict to these entity kinds. |
| lang | string (en | ja | pt | ko | es | fr) | default "en" |
| limit | integer | 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":"/search","input":{"version":"psx","query":"...","lang":"en","limit":25}}'cli
npx cracked-ai run -p mcp-app-fftcompanion-fft-companion -e /search -i '{"version":"psx","query":"...","lang":"en","limit":25}'mcp
run_tool({ provider: "mcp-app-fftcompanion-fft-companion", endpoint: "/search", input: {"version":"psx","query":"...","lang":"en","limit":25} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.