steamwebapi
io.github.sellrock-de/steamwebapiLive Steam Market API docs, schemas, products, games, markets and endpoint search.
Tools · 10
Fuzzy text search across all steamwebapi.com OpenAPI endpoints and Steam domain concepts (assetid, doppler phase, market_hash_name, etc.). Returns ranked hits with path, method, tag and summary.
Returns the full OpenAPI operation object for a given path: parameters, request body, all response schemas, examples, and tags. Use after search_endpoints to drill into a specific endpoint.
Lists all steamwebapi.com endpoints (path + method + summary), optionally filtered by tag. Useful for quickly enumerating what is available.
Lists every game supported by steamwebapi.com with its slug, name, Steam appId, and the value to pass as `game=` in API queries.
Lists every third-party marketplace covered by the steamwebapi.com market price endpoints, with their domain and the games they cover.
Lists steamwebapi.com product packages (Price API, Inventory API, Float API, ...) with the endpoints each one bundles. Use get_pricing for paid plans, request quotas and upgrade guidance.
Returns a detailed explanation for a Steam / steamwebapi concept (identifiers, CS2 mechanics, pricing fields, inventory flags). Built from curated domain knowledge specific to this platform.
Lists every curated concept exposed by get_concept, optionally filtered by category. Use to discover what domain explanations are available.
Returns public steamwebapi pricing plans, per-endpoint rate limits, API-key location, quota guidance and a recommended plan for the requested use case. Does not perform checkout or account actions.
Executes a documented steamwebapi GET endpoint with the caller API key from the MCP Authorization or X-Api-Key header. Refuses POST/PUT/PATCH/DELETE plus Proxy, Steam Guard and Tradeoffer endpoints.
Resources · 14
Live OpenAPI 3.0 specification of steamwebapi.com (5-minute cache). Authoritative source for every endpoint.
docs://swagger
Aggregated SEO/onboarding content (games, markets, products, key facts). Generated dynamically by the steamwebapi site and cached for 1 hour.
docs://llms-full
Static documentation file: gpt.txt
docs://markdown/gpt.txt
Static documentation file: price-doc.txt
docs://markdown/price-doc.txt
Static documentation file: market-index-history-api.md
docs://markdown/market-index-history-api.md
Static documentation file: response-format-parameter.md
docs://markdown/response-format-parameter.md
Static documentation file: FORMAT_INTEGRATION_SUMMARY.md
docs://markdown/FORMAT_INTEGRATION_SUMMARY.md
Static documentation file: inventory-response-trade.json
docs://markdown/inventory-response-trade.json
Static documentation file: phases.json
docs://markdown/phases.json
Static documentation file: endpoints.md
docs://markdown/endpoints.md
Static documentation file: market-price-api.md
docs://markdown/market-price-api.md
Static documentation file: inventory-api.md
docs://markdown/inventory-api.md
Static documentation file: trade-api.md
docs://markdown/trade-api.md
Static documentation file: float-api.md
docs://markdown/float-api.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"steamwebapi": {
"url": "https://mcp.steamwebapi.com/mcp",
"transport": "streamable-http"
}
}
}