Odel
Bungie

Bungie

@pipeworx-ioDeveloper ToolsTypeScriptMITUpdated 2w ago

Bungie.net Destiny 2 + clan API: manifest, profile, characters, stats.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

mcp-bungie

Bungie.net Platform API MCP.

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
search_destiny_playerFind Destiny player by display name with code.
search_destiny_players_by_global_nameSearch Bungie names.
profileProfile + characters + inventory.
characterCharacter detail.
linked_profilesCross-platform profiles.
clan_membersClan members.
user_by_idBungie.net user.
equipped_loadoutEquipped loadout (components=205).
historical_statsHistorical stats.
historical_stats_for_accountAccount-wide stats.
entity_definitionSingle definition by type + hash.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Bungie data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT