MCP server exposing 13 tools for bungie.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bungie/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
manifest — Destiny 2 manifest metadata.search_destiny_player — Find Destiny player by display name with code.search_destiny_players_by_global_name — Paginated global search for Destiny players by Bungie name prefix; returns membershipId, membershipType, and bungieName for matching accounts.profile — Profile + characters + inventory.character — Fetch Destiny 2 character data for a specific character by membership_type, destiny_membership_id, and character_id; components controls which data blocks (e.g. 200=characters, 205=equipment) are returned.linked_profiles — Fetch all cross-platform Destiny 2 profiles linked to a Bungie.net membership_id/membership_type; optionally return all memberships including inactive ones.clan — Clan/group detail.clan_members — Clan members.user_by_id — Look up a Bungie.net user and their Destiny memberships by membership_id and membership_type; returns displayName, bungieNetUser, and destinyMemberships.equipped_loadout — Equipped loadout (components=205).historical_stats — Fetch historical Destiny 2 stats (kills, deaths, KD, wins) for a character or account (character_id=0) filtered by activity modes (comma-separated mode IDs).historical_stats_for_account — Fetch account-wide aggregated Destiny 2 historical stats across all characters for a membership_type + destiny_membership_id.entity_definition — Single definition by type + hash.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bungie/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io