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

Arguments

{
  "platform": "pc"
}

curl

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":{"platform":"pc"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('world_state', {
  "platform": "pc"
});

More examples

{
  "platform": "ps4"
}

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 September 8, 2026