@pipeworx/bungie
Connect: https://gateway.pipeworx.io/bungie/mcp · Install: one-click buttons
Tools: 13
Bungie.net Platform API MCP — Destiny 2 + Bungie public data. Free API key (X-API-Key).
Auth
- Platform:
PLATFORM_BUNGIE_KEY. BYO:?_apiKey=….
Tools
manifest()— Destiny 2 manifest metadata (paths to JSON tables)search_destiny_player(membership_type, display_name_with_code)— find player (use-1for any platform)search_destiny_players_by_global_name(page, display_name_prefix)— search by Bungie name prefixprofile(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 detaillinked_profiles(membership_type, membership_id, get_all_memberships?)— cross-platform profilesclan(group_id)— clan/group detailclan_members(group_id, current_page?)— clan membersuser_by_id(membership_id, membership_type)— Bungie.net userequipped_loadout(membership_type, destiny_membership_id, character_id)— equipped loadout (components=205)historical_stats(membership_type, destiny_membership_id, character_id?, modes?)— statshistorical_stats_for_account(membership_type, destiny_membership_id)— account-wide statsentity_definition(type, hash_identifier)— single definition (e.g.DestinyInventoryItemDefinition+ item hash)
Data source
https://www.bungie.net/Platform
Tools
- manifest — Destiny 2 manifest metadata.
- search_destiny_player — Find Destiny player by display name with code.
- search_destiny_players_by_global_name — Search Bungie names.
- profile — Profile + characters + inventory.
- character — Character detail.
- linked_profiles — Cross-platform profiles.
- clan — Clan/group detail.
- clan_members — Clan members.
- user_by_id — Bungie.net user.
- equipped_loadout — Equipped loadout (components=205).
- historical_stats — Historical stats.
- historical_stats_for_account — Account-wide stats.
- entity_definition — Single definition by type + hash.
Tools
-
character— Character detail. -
clan— Clan/group detail. -
clan_members— Clan members. -
entity_definition— Single definition by type + hash. -
equipped_loadout— Equipped loadout (components=205). -
historical_stats— Historical stats. -
historical_stats_for_account— Account-wide stats. -
linked_profiles— Cross-platform profiles. -
manifest— Destiny 2 manifest metadata. -
profile— Profile + characters + inventory. -
search_destiny_player— Find Destiny player by display name with code. -
search_destiny_players_by_global_name— Search Bungie names. -
user_by_id— Bungie.net user.