← Registry

Developer Tools

fftcompanion.app

Provides query and search capabilities for Final Fantasy Tactics game data.

1 endpoint8 known toolsFirst detected July 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.fftcompanion.app/mcp

No auth detected

MCP server metadata

Name
fft-companion
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_versions

Lists the three Final Fantasy Tactics releases covered by this server and how many records exist per entity kind in each.

Inferred read-only
search

Finds entities by name or id across equipment, abilities, jobs, monsters, bosses, locations and consumables.

Inferred read-only
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.

Inferred read-only
query_equipment

Filters and sorts the equipment table — by category, weapon/armor type, cost, and stat thresholds.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
compare_versions

Compares the same entity across psx, wotl and ic and reports exactly which fields changed.

Inferred read-only

CONNECT 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.

Trust status Neutral

fftcompanion.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.