Back to Home
CodeKeanu icon

steam-mcp

Verified Safe

by CodeKeanu

Overview

Integrates Steam Web API with AI assistants to query game, player, and community data.

Installation

Run Command
docker run -i --rm --env-file /full/path/to/your/.env ghcr.io/codekeanu/steam-mcp:latest

Environment Variables

  • STEAM_API_KEY
  • STEAM_USER_ID
  • STEAM_RATE_LIMIT
  • STEAM_TIMEOUT
  • STEAM_MAX_RETRIES

Security Notes

The server correctly uses environment variables for API keys, includes rate limiting and retry mechanisms for external API calls, and handles potential HTML error responses. Input sanitization for Steam IDs is performed. The `get_raw` client method, while general-purpose, is currently only used for specific public Steam Store review endpoints, mitigating immediate risk. HTML parsing within `_html_to_text` and the use of `strip_description_bbcode` help prevent injection, but HTML processing is always a potential area for subtle vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-31

Tags

Steam APIGamingAI ToolsModel Context ProtocolPython