mcp-bungie
Provides tools for searching Destiny players, retrieving player profiles, characters, inventory, clan members, historical stats, and entity definitions from the Bungie.net Platform API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bungieget profile for player Guardian#1234"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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-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
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
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceIntegrates with Steam Web API to enable querying user profiles, game libraries, store data, and community features like reviews and workshop items.16MIT
- FlicenseBqualityDmaintenanceEnables querying Chess.com player profiles and stats using the Chess.com API.2
- AlicenseAqualityAmaintenanceEnables interaction with Steam: search games, get store details, reviews, prices, discounts, news, and player profiles, libraries, and achievements via the Steam Web API.254424MIT
- AlicenseAqualityCmaintenanceEnables to query Xbox Live profiles, current games, recent games, and activity for any Xbox player using the OpenXBL API. Supports gamertag resolution and provides rich presence details.5MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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