Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FFT Companion

app.fftcompanion/fft-companion

Final Fantasy Tactics game data across the PSX, War of the Lions and Ivalice Chronicles releases

Uptime
100.0%
1 direct probes · 30d
Response
2633ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_versions

Lists the three Final Fantasy Tactics releases covered by this server and how many records exist per entity kind in each. Call this first to pick a version.

search

Finds entities by name or id across equipment, abilities, jobs, monsters, bosses, locations and consumables. Returns ids and display names only — use get_records or a specific data tool to retrieve th…

get_records

Returns complete records for up to 25 ids of one entity kind, including stats, costs, effects and availability with all cross-references resolved to names. Free while this deployment runs unmetered.

query_equipment

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 for "best X under Y gil". Free while thi…

find_item_sources

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 which treasure tiles hold it. This is in…

get_job

Full job record: raw stat multipliers and growth, static move/jump/evasion, the complete learnable ability set with JP costs, and which equipment types the job can equip. Also returns the version's st…

get_monster

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 — including which map you must travel fr…

compare_versions

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?" or "did Ivalice Chronicles lift the fema…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fft_companion": {
      "url": "https://mcp.fftcompanion.app/mcp",
      "transport": "streamable-http"
    }
  }
}