MCP server exposing 4 tools for warframe.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/warframe/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
world_state — One-call summary of Warframe's live worldstate: the Plains of Eidolon (Cetus) day/night cycle, Cambion Drift (fass/vome), Orb Vallis (warm/cold), the current daily Sortie, Baro Ki'Teer's void-trader status, and the active Void Fissure count. Keyless, live.get_fissures — List the active Void Fissures (Lith / Meso / Neo / Axi relic missions, including Steel Path and Void Storm variants) with node, mission type, enemy and time remaining. Keyless, live.get_invasions — List the active (non-completed) faction Invasions — node, description, attacking/defending factions and completion percentage. Keyless, live.search_items — Fuzzy-search Warframe item data — warframes, weapons, mods, and more — by name. Returns name, type, category and description. Keyless.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/warframe/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io