io.github.sellrock-de/steamwebapi

MCPCommunitylive
v0.1.1io.github.sellrock-deUnknownAktualisiert vor 2 Mon.

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

Endpunkt-Statuslive
geprüft vor 7 Std. · 629 ms
100 % der letzten 3 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 2 Mon.Letzte Aktualisierung
Paket
Autorio.github.sellrock-de
LizenzUnknown
Version0.1.1
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche10 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert20. Juni 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

10 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet7h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://mcp.steamwebapi.com/mcp10 Tools · 629 ms
search_endpointsFuzzy 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.

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.

ParameterTypBeschreibung
query*stringFree-text query, e.g. "inventory cs2" or "float screenshot".
kindstringRestrict to endpoints or concepts.
tagstringRestrict to one OpenAPI tag (Items, Inventory, Profile, Float, Market Prices, Market Index, Account, Info, Explore, Proxy).
limitintegerMaximum number of hits returned.
get_endpointReturns 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.

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.

ParameterTypBeschreibung
path*stringFull OpenAPI path, e.g. "/steam/api/items" or "/account/me".
methodstringHTTP method. Defaults to "get".
list_endpointsLists all steamwebapi.com endpoints (path + method + summary), optionally filtered by tag. Useful for quickly enumerating what is available.

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

ParameterTypBeschreibung
tagstringRestrict to one tag. Omit to list every endpoint grouped by tag.
list_gamesLists every game supported by steamwebapi.com with its slug, name, Steam appId, and the value to pass as `game=` in API queries.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
gamestringRestrict to markets that cover a specific game slug, e.g. "cs2".
list_productsLists 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.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_conceptReturns a detailed explanation for a Steam / steamwebapi concept (identifiers, CS2 mechanics, pricing fields, inventory flags). Built from curated domain knowledge specific to this platform.

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.

ParameterTypBeschreibung
term*stringConcept name or alias, e.g. "assetid", "doppler phase", "market_hash_name", "pricelatest".
list_conceptsLists every curated concept exposed by get_concept, optionally filtered by category. Use to discover what domain explanations are available.

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

ParameterTypBeschreibung
categorystringFilter the list by concept category.
get_pricingReturns 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.

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.

ParameterTypBeschreibung
useCasestringOptional use case such as "inventory", "profile", "float", "history", "items", "market prices" or "balanced production app".
expectedRequestsPerDayintegerOptional expected daily request count for plan recommendation.
includePlanCatalogbooleanInclude the full public plan catalog with prices and rate limits. Defaults to true.
call_readonly_endpointExecutes 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.

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.

ParameterTypBeschreibung
path*stringDocumented OpenAPI GET path, e.g. "/steam/api/item" or "/market/{market}/prices".
parametersobjectQuery and path parameters for the endpoint. Do not include `key`; pass your API key via the MCP Authorization or X-Api-Key header.
timeoutMsintegerHTTP timeout in milliseconds. Defaults to 10000.
maxResponseBytesintegerMaximum response characters returned to the agent. Larger responses are truncated.

10 von 10 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.