mcpbeat

FFT Companion MCP Server

app.fftcompanion/fft-companion
answering

FFT Companion is answering right now. Last checked 6 min ago. It exposes 8 tools.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
959 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add fft-companion --transport http https://mcp.fftcompanion.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fft-companion": {
      "url": "https://mcp.fftcompanion.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fft-companion]
url = "https://mcp.fftcompanion.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fft-companion": {
      "url": "https://mcp.fftcompanion.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fft-companion": {
      "url": "https://mcp.fftcompanion.app/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

compare
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 female-only restriction?" that otherwise require holding three datasets side by side. Free while this deployment runs unmetered.
equipment
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 this deployment runs unmetered.
item
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 indexed backwards from the game data and is not readable from the item record alone. Free while this deployment runs unmetered.
job
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 stat ceilings for normalization. Free while this deployment runs unmetered.
monster
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 from. Free while this deployment runs unmetered.
records
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.
search
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 the actual data. Matches English, Japanese and Portuguese names, and is punctuation-insensitive.
versions
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.fftcompanion.app/mcp streamable-http answering 862 ms 6 min ago

FFT Companion — questions

Answers built from our own checks of this server.

What can FFT Companion do?
It exposes 8 tools, read directly from the server on our last check. Among them: compare_versions, find_item_sources, get_job, get_monster, get_records, list_versions and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is FFT Companion working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 959 ms. The bar chart above shows every period we have measured.
How do I connect FFT Companion?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does FFT Companion need an API key?
No. FFT Companion completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is FFT Companion?
It answers our handshake in 959 ms on average, which is faster than 6% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.