steamstats-mcp

steamstats-mcp

0

The SteamStats MCP Server is designed to facilitate interactions between MCP clients and the Steam Web API by providing structured access to game statistics and user data. Built with Python and FastAPI, this server supports JSON-RPC style requests and integrates with various MCP clients like Roo.

Overview

This project implements a SteamStats MCP (Model Context Protocol) Server using Python and FastAPI. It acts as an intermediary between an MCP client and the Steam Web API, providing access to Steam game statistics and user information. The server validates requests, interacts with the Steam Web API, and returns responses through a /message endpoint.