Developer Tools
fftcompanion.app
Provides query and search capabilities for Final Fantasy Tactics game data.
ENDPOINT 1
https://mcp.fftcompanion.app/mcp
MCP server metadata
- Name
- fft-companion
- Version
- 0.1.0
Structured Final Fantasy Tactics game data across three releases: psx (PlayStation 1997), wotl (War of the Lions), and ic (The Ivalice Chronicles). Start with list_versions to see what exists, then search to turn a name into an id. Both are free. The data tools then return full records for those ids. Payments are disabled on this deployment — every tool is free. Ids are camelCase and stable (battleAxe, redPanther, calculator). Always pass the version explicitly: stats, availability and even item restrictions differ between releases.
Known tools 8
list_versionsLists the three Final Fantasy Tactics releases covered by this server and how many records exist per entity kind in each.
Inferred read-onlysearchFinds entities by name or id across equipment, abilities, jobs, monsters, bosses, locations and consumables.
Inferred read-onlyget_recordsReturns complete records for up to 25 ids of one entity kind, including stats, costs, effects and availability with all cross-references resolved to names.
Inferred read-onlyquery_equipmentFilters and sorts the equipment table — by category, weapon/armor type, cost, and stat thresholds.
Inferred read-onlyfind_item_sourcesReverse 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.
Inferred read-onlyget_jobFull 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.
Inferred read-onlyget_monsterFull 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.
Inferred read-onlycompare_versionsCompares the same entity across psx, wotl and ic and reports exactly which fields changed.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fft-companion]
url = "https://mcp.fftcompanion.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fft-companion": {
"type": "http",
"url": "https://mcp.fftcompanion.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fft-companion
Remote MCP URL: https://mcp.fftcompanion.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fft-companion": {
"url": "https://mcp.fftcompanion.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fft-companion": {
"type": "http",
"url": "https://mcp.fftcompanion.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fft-companion",
"transport": "streamable-http",
"url": "https://mcp.fftcompanion.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fftcompanion.app was fetched 2026-08-11T01:56:36.077Z.
fftcompanion.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.