INDIVIDUAL MCP TOOL
query_equipment
Filters and sorts the equipment table — by category, weapon/armor type, cost, and stat thresholds.
LIVE ENDPOINT
https://mcp.fftcompanion.app/mcp
Connect to this endpoint to inspect the live schema for query_equipment and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_versions— Lists the three Final Fantasy Tactics releases covered by this server and how many records exist per entity kind in each.search— Finds entities by name or id across equipment, abilities, jobs, monsters, bosses, locations and consumables.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.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.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.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.compare_versions— Compares the same entity across psx, wotl and ic and reports exactly which fields changed.