io.github.sellrock-de/steamwebapi

MCPcommunityattivo
v0.1.1io.github.sellrock-deUnknownAggiornato 2 mesi fa

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

Stato dell’endpointattivo
verificato 7 h fa · 629 ms
100 % degli ultimi 3 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
2 mesi faUltimo aggiornamento
Pacchetto
Autoreio.github.sellrock-de
LicenzaUnknown
Versione0.1.1
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti10 strumenti · nessuno privilegiato
Analisi di sicurezza✓ Pulitovlive · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato20 giu 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

10 strumenti · nessuno privilegiato
Osservato in tempo reale dall’endpoint del fornitore7h ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

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

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

ParametroTipoDescrizione
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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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 strumenti su 10 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.