Inventory value tracker
Web app that loads any Steam inventory and shows its total market value.
Using the steamwebapi MCP server, build a web app that takes a Steam ID or profile URL, fetches the user's CS2 inventory via the inventory endpoint, and shows every item with image, wear and current pricereal, plus the total inventory value in USD. Look up the right endpoints and price field semantics via the MCP tools. Fetch server-side with my API key from an env var — never expose it in the browser.