warframe-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address. Use 0.0.0.0 for LAN/container access | 127.0.0.1 |
| PORT | No | HTTP listen port | 3000 |
| ALLOWED_HOSTS | No | Comma-separated hostnames/IPs allowed through DNS rebinding protection (only needed when HOST=0.0.0.0) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| world_stateA | Get current Warframe world state: sortie, archon hunt, nightwave, invasions, open world cycles, events, steel path, construction progress, and daily deals. |
| baro_kiteerA | Check Baro Ki'Teer's current status, inventory, and optional plat-per-ducat worth analysis. |
| active_fissuresA | List active Void Fissure missions, filterable by tier, Steel Path, Void Storm, and mission type. |
| lookup_warframeA | Look up one or more Warframes by name: stats, abilities, component drop sources, build requirements, and vault status. |
| lookup_weaponA | Look up one or more weapons by name: damage stats per fire mode, crit/status, components, and build info. |
| lookup_modA | Look up one or more mods by name: stats progression, polarity, drain, rarity, and drop locations. |
| lookup_itemB | Look up one or more items (arcanes, resources, blueprints, etc.) by name with dynamic formatting of available fields. |
| market_price_checkA | Check live trading prices for one or more tradeable items on warframe.market: sell/buy stats, cheapest sellers, and trade chat messages. |
| search_dropsA | Search drop tables for one or more items: shows where they drop, from which relics, missions, and enemies, with drop chances. |
| relic_dropsA | Find which relics contain one or more specific prime parts, with refinement chances and optional relic farming locations. |
| prime_vault_statusA | Check if one or more Prime items are vaulted, available from Varzia (Prime Resurgence), or currently farmable from relics. |
| simaris_targetA | Check today's Cephalon Simaris synthesis target and recommended scanning locations. |
| find_enemy_spawnA | Find where one or more specific enemies spawn: confirmed locations from drop tables and likely faction nodes. |
| lookup_buildsA | Find popular community mod builds for one or more Warframes, weapons, or companions from Overframe.gg. Returns top-voted builds with mod lists, computed stats, and build guides. |
| crafting_requirementsA | Look up the full crafting recipe for one or more Warframe items — components, credits, build time, and sub-recipes. Answers 'what do I need to build X?' |
| crafting_usageA | Find all items that use one or more given resources or components as crafting ingredients. Answers 'what is this used for?' and 'is it safe to sell?' |
| farm_route_optimizerA | Find the best mission nodes to farm multiple resources simultaneously. Cross-references planet drop tables and dark sector bonuses to find overlapping farm spots. |
| task_synergy_plannerA | Find the most efficient activity combos by cross-referencing active Nightwave challenges with current Fissures, Invasions, and Sortie. Tells you which single mission can complete multiple objectives at once. |
| color_palette_finderA | Find the closest matching color in Warframe's color palettes. Input a hex color code and get the exact palette, row, and column of the best match. Fashion Frame endgame tool. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 19 tools
Each tool targets a distinct aspect of Warframe: lookups are split by entity type (warframe, weapon, mod, item), and other tools have clear boundaries (market prices vs. drops vs. relic contents vs. crafting). No two tools appear to do the same thing.
Names use a mix of verb-noun (lookup_warframe, search_drops, find_enemy_spawn) and noun-only styles (world_state, crafting_requirements, color_palette_finder). All are lowercase with underscores, but the lack of a uniform verb-noun pattern makes the set feel somewhat inconsistent.
19 tools is on the heavier side, fitting the 'borderline' range (16-25). The server covers a wide breadth of Warframe functionality, but each tool is distinct and could justify its existence; still, the number feels a bit overwhelming for a single server.
The tool surface covers most core Warframe needs: item/weapon/frame lookups, crafting both directions, drop tables, relic contents, world state, fissures, market prices, builds, farm routes, and task synergy. Minor gaps exist (e.g., no dedicated syndicate or clan tool), but agents can work around them.