Destiny MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUNGIE_API_KEY | Yes | Your Bungie API Key from Bungie Developer Portal | |
| BUNGIE_CLIENT_ID | Yes | Your Bungie OAuth Client ID | |
| BUNGIE_CLIENT_SECRET | Yes | Your Bungie OAuth Client Secret | |
| DESTINY_MCP_TOOL_PROFILE | No | Tool profile level: normal, expert, or full (default normal) | normal |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| player_assistantC | 玩家/账号聚合入口:搜索玩家、模糊找人、读取角色档案。 |
| inventory_assistantC | 背包/仓库聚合入口:查物品、筛位置、移动/装备/锁定前统一确认。 |
| weapon_assistantD | 武器聚合入口:分析、同名对比、perk 池、选取率、按 perk 筛选。 |
| build_assistantB | 配装聚合入口:推荐、查候选、失败诊断、确认后装备。 priority_stats 按从高到低严格排序;include_subclass_fragment=True 时使用目标角色当前已装备的子职业和碎片属性。 |
| loadout_assistantC | 配装槽聚合入口:本地/官方配装读取、保存、装备、官方槽位管理。 |
| subclass_assistantC | 子职业/碎片/神器聚合入口:读取配置、查选项、确认后修改。 |
| activity_assistantC | 活动/战绩聚合入口:历史、PGCR、生涯统计、武器使用、排行榜。 |
| world_assistantC | 世界/周常聚合入口:商人、周常、收藏品和进度查询。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| destiny_agent_prompt | Destiny Agent 系统提示词 — 游戏规则、工具使用策略、交互规范。 MCP 客户端启动时应读取此 prompt 作为 Agent 的行为指引。 |
| weapon_perk_lookup | 武器 Perk 查询引导 — 帮助查找和对比武器 Perk。 Args: weapon_name: 武器名称(中文或英文)。 |
| player_lookup | 玩家查找引导 — 帮助定位和查看玩家信息。 Args: player_name: 玩家名称(可以不完整)。 |
| build_optimizer | 配装优化引导 — 帮助找到最优护甲组合。 适用于用户想要优化属性(韧性、纪律等)时。 |
| global_tool_strategy | 全局工具调用策略 — 工具路由、参数推断、错误处理、展示格式。 MCP 客户端启动时应读取此 prompt 作为 Agent 的工具使用指引。 |
| build_diagnosis | 配装失败诊断 — 当 find_build 失败时,系统性分析原因并提供解决方案。 适用于用户问"为什么找不到配装"、"配装失败"时。 |
| weapon_comparison | 武器对比分析 — 对比同一武器的不同副本,分析 perk 差异,推荐最优选择。 适用于用户问"我有两把千语哪个好"、"对比我的武器"时。 |
| vendor_shopping | 商人购物助手 — 分析商人库存,推荐值得购买的物品(god roll 武器、稀缺模组、稀有装备)。 适用于用户问"枪匠今天有什么好东西"、"商人卖什么"时。 |
| mod_recommendation | 模组推荐 — 根据配装目标推荐合适的模组组合,并协助安装。 适用于用户问"配什么模组"、"帮我装模组"时。 |
| activity_review | 战绩回顾引导 — 帮助查看和分析游戏表现。 适用于用户想看近期战绩、突袭记录、PvP 表现等。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/8z2wz746tv-png/Destiny-Web-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server