world_state

Pack: warframe · Endpoint: https://gateway.pipeworx.io/warframe/mcp

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.

Parameters

NameTypeRequiredDescription
platformstringnoPlatform: one of pc, ps4, xb1, swi. Default “pc”.

Example call

curl -X POST https://gateway.pipeworx.io/warframe/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"world_state","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "warframe": {
      "url": "https://gateway.pipeworx.io/warframe/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 10, 2026