Skip to main content
Glama

@pipeworx/bungie

Bungie.net Platform API MCP — Destiny 2 + Bungie public data. Free API key (X-API-Key).

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

Auth

  • Platform: PLATFORM_BUNGIE_KEY. BYO: ?_apiKey=….

Related MCP server: chess.com MCP Server

Tools

  • manifest() — Destiny 2 manifest metadata (paths to JSON tables)

  • search_destiny_player(membership_type, display_name_with_code) — find player (use -1 for any platform)

  • search_destiny_players_by_global_name(page, display_name_prefix) — search by Bungie name prefix

  • profile(membership_type, destiny_membership_id, components) — profile + characters + inventory (components = comma-sep numbers; see Bungie docs)

  • character(membership_type, destiny_membership_id, character_id, components) — character detail

  • linked_profiles(membership_type, membership_id, get_all_memberships?) — cross-platform profiles

  • clan(group_id) — clan/group detail

  • clan_members(group_id, current_page?) — clan members

  • user_by_id(membership_id, membership_type) — Bungie.net user

  • equipped_loadout(membership_type, destiny_membership_id, character_id) — equipped loadout (components=205)

  • historical_stats(membership_type, destiny_membership_id, character_id?, modes?) — stats

  • historical_stats_for_account(membership_type, destiny_membership_id) — account-wide stats

  • entity_definition(type, hash_identifier) — single definition (e.g. DestinyInventoryItemDefinition + item hash)

Data source

https://www.bungie.net/Platform

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 1394+ 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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Steam Web API: profiles, owned games, achievements, app news, player counts.

  • Wynncraft MMO player + guild + leaderboard + item DB lookups.

  • Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-bungie'

If you have feedback or need assistance with the MCP directory API, please join our Discord server