# FFT Companion (remote · mcp.fftcompanion.app)

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

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.fftcompanion.app`: 64/100 (this document), [markdown](https://verifymcp.io/servers/app-fftcompanion-fft-companion/mcp.md), [page](https://verifymcp.io/servers/app-fftcompanion-fft-companion/mcp)

## Channel facts

- Endpoint: `https://mcp.fftcompanion.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1157 tokens (~144/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 64% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http app-fftcompanion-fft-companion https://mcp.fftcompanion.app/mcp
```

### Codex

```toml
[mcp_servers.app-fftcompanion-fft-companion]
url = "https://mcp.fftcompanion.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-fftcompanion-fft-companion": {
      "type": "remote",
      "url": "https://mcp.fftcompanion.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-fftcompanion-fft-companion --url https://mcp.fftcompanion.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-fftcompanion-fft-companion:
    url: "https://mcp.fftcompanion.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-fftcompanion-fft-companion": {
      "type": "http",
      "url": "https://mcp.fftcompanion.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 61, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-28 (score 60)

First indexed and scored.

## MCP tools (8)

### `list_versions` (~39 tokens)

List game 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` (~162 tokens)

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_records or a specific data tool to retrieve the actual data. Matches English, Japanese and Portuguese names, and is punctuation-insensitive.

Input parameters:

- `kinds` (array): Restrict to these entity kinds.
- `lang` (string)
- `limit` (integer)
- `query` (string, required): Name or id fragment, e.g. 'excalibur', 'battle axe', 'ベヒーモス'.
- `version` (string, required): Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them.

### `get_records` (~114 tokens)

Get full records by id

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.

Input parameters:

- `ids` (array, required): Entity ids from search.
- `kind` (string, required)
- `lang` (string)
- `version` (string, required): Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them.

### `query_equipment` (~205 tokens)

Query equipment with filters

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.

Input parameters:

- `category` (string)
- `lang` (string)
- `limit` (integer)
- `maxCost` (number): Maximum shop cost in gil.
- `minStat` (object): Minimum values per stat, e.g. { weaponPower: 10, magicAttack: 2 }.
- `sortBy` (string): Stat name to sort by, descending. Falls back to cost.
- `subCategory` (string): Narrower type, e.g. 'katana', 'robe', 'hat'.
- `version` (string, required): Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them.

### `find_item_sources` (~139 tokens)

Find where an item comes from

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.

Input parameters:

- `itemId` (string, required): Equipment or consumable id, e.g. 'excalibur'.
- `version` (string, required): Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them.

### `get_job` (~136 tokens)

Get a job with abilities and equipment access

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.

Input parameters:

- `jobId` (string, required): Job id, e.g. 'ninja', 'calculator', 'darkKnight'.
- `lang` (string)
- `version` (string, required): Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them.

### `get_monster` (~132 tokens)

Get a monster with poach table and spawn locations

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.

Input parameters:

- `lang` (string)
- `monsterId` (string, required): Monster id, e.g. 'behemoth', 'redPanther'.
- `version` (string, required): Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them.

### `compare_versions` (~109 tokens)

Diff a record across releases

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.

Input parameters:

- `id` (string, required): Entity id, present in at least one version.
- `kind` (string, required)
- `versions` (array): Which releases to compare.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-fftcompanion-fft-companion/mcp#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 60

## Links

- Remote endpoint: https://mcp.fftcompanion.app/mcp
- Website: https://fftcompanion.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-fftcompanion-fft-companion/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-fftcompanion-fft-companion/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/app-fftcompanion-fft-companion/mcp
