destiny2-mcp-server
Verified Safeby Nadiar
Overview
Integrate Destiny 2 game data (player profiles, activities, items, clans, triumphs) with LLMs for rich context and query capabilities.
Installation
destiny2-mcp-serverEnvironment Variables
- BUNGIE_API_KEY
Security Notes
The server demonstrates strong security practices: `BUNGIE_API_KEY` is strictly loaded from environment variables and never hardcoded. It uses a `sanitize` function to redact API keys from logs and error messages. Input validation is performed using Zod schemas for tool parameters, reducing injection risks. API calls include rate limiting, exponential backoff, and timeouts to handle external service interactions robustly. The `SECURITY.md` explicitly addresses a known vulnerability in a dependency (`@modelcontextprotocol/sdk`) and clarifies why this server is not affected due to its stdio transport. No 'eval' or obvious obfuscation is present. Overall, it is well-engineered for secure operation.
Similar Servers
unity-mcp
Enables AI assistants (LLMs) to control and automate tasks within the Unity Game Engine Editor through the Model Context Protocol (MCP).
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
dbt-mcp
Provides a Model Context Protocol (MCP) server that exposes various dbt-related functionalities (CLI, Semantic Layer, Discovery, Admin API, Code Generation, LSP) as tools for AI agents to interact with dbt projects in Core, Fusion, and Platform environments.
minecraft-mcp-server
Enables large language models (LLMs) like Claude to control a Minecraft character as a bot through the Model Context Protocol (MCP), performing various in-game actions.