Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

steamwebapi

io.github.sellrock-de/steamwebapi

Live Steam Market API docs, schemas, products, games, markets and endpoint search.

Uptime
100.0%
1 direct probes · 30d
Response
211ms
last probe
Tools
10
callable
Resources
14
readable
Prompts
0
available

Tools · 10

search_endpoints

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.

get_endpoint

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.

list_endpoints

Lists all steamwebapi.com endpoints (path + method + summary), optionally filtered by tag. Useful for quickly enumerating what is available.

list_games

Lists every game supported by steamwebapi.com with its slug, name, Steam appId, and the value to pass as `game=` in API queries.

list_markets

Lists every third-party marketplace covered by the steamwebapi.com market price endpoints, with their domain and the games they cover.

list_products

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.

get_concept

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.

list_concepts

Lists every curated concept exposed by get_concept, optionally filtered by category. Use to discover what domain explanations are available.

get_pricing

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.

call_readonly_endpoint

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

openapi-spec

Live OpenAPI 3.0 specification of steamwebapi.com (5-minute cache). Authoritative source for every endpoint.

docs://swagger
llms-full

Aggregated SEO/onboarding content (games, markets, products, key facts). Generated dynamically by the steamwebapi site and cached for 1 hour.

docs://llms-full
doc-gpt.txt

Static documentation file: gpt.txt

docs://markdown/gpt.txt
doc-price-doc.txt

Static documentation file: price-doc.txt

docs://markdown/price-doc.txt
doc-market-index-history-api.md

Static documentation file: market-index-history-api.md

docs://markdown/market-index-history-api.md
doc-response-format-parameter.md

Static documentation file: response-format-parameter.md

docs://markdown/response-format-parameter.md
doc-FORMAT_INTEGRATION_SUMMARY.md

Static documentation file: FORMAT_INTEGRATION_SUMMARY.md

docs://markdown/FORMAT_INTEGRATION_SUMMARY.md
doc-inventory-response-trade.json

Static documentation file: inventory-response-trade.json

docs://markdown/inventory-response-trade.json
doc-phases.json

Static documentation file: phases.json

docs://markdown/phases.json
doc-endpoints.md

Static documentation file: endpoints.md

docs://markdown/endpoints.md
doc-market-price-api.md

Static documentation file: market-price-api.md

docs://markdown/market-price-api.md
doc-inventory-api.md

Static documentation file: inventory-api.md

docs://markdown/inventory-api.md
doc-trade-api.md

Static documentation file: trade-api.md

docs://markdown/trade-api.md
doc-float-api.md

Static documentation file: float-api.md

docs://markdown/float-api.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "steamwebapi": {
      "url": "https://mcp.steamwebapi.com/mcp",
      "transport": "streamable-http"
    }
  }
}