io.github.sellrock-de/steamwebapi

MCPcommunautéen ligne
v0.1.1io.github.sellrock-deUnknownMis à jour il y a 2 mois

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

État de l’endpointen ligne
vérifié il y a 7 h · 629 ms
100 % des dernières 3 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 2 moisDernière mise à jour
Paquet
Auteurio.github.sellrock-de
LicenceUnknown
Version0.1.1
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils10 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé20 juin 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

10 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur7h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://mcp.steamwebapi.com/mcp10 outils · 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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

ParamètreTypeDescription
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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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 outils sur 10 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.