Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

steamwebapi

REMOTE · MCP.STEAMWEBAPI.COM · SCANNED SEP 20

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

+1 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security60
Transport & Reachability100
Schema Quality & AI Usability89
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2486 tokens (~92/item across 27 items; 11 tools + 16 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "call_readonly_endpoint" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Fail
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the steamwebapi MCP server?

steamwebapi is a hosted endpoint at https://mcp.steamwebapi.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.steamwebapi.com

# add to Claude Code
claude mcp add --transport http sellrock-de-steamwebapi 'https://mcp.steamwebapi.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "sellrock-de-steamwebapi": {
      "url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "sellrock-de-steamwebapi": {
      "type": "http",
      "url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.sellrock-de-steamwebapi]
url = "https://mcp.steamwebapi.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sellrock-de-steamwebapi": {
      "type": "remote",
      "url": "https://mcp.steamwebapi.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sellrock-de-steamwebapi --url 'https://mcp.steamwebapi.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  sellrock-de-steamwebapi:
    url: "https://mcp.steamwebapi.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "sellrock-de-steamwebapi": {
      "Transport": "http",
      "Url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add sellrock-de-steamwebapi -t streamable-http -u 'https://mcp.steamwebapi.com/mcp'
// mcp.json
{
  "mcpServers": {
    "sellrock-de-steamwebapi": {
      "type": "http",
      "url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 +1
    • New resource “doc-assets-api.md” functional
  • 13 Sept 26 −1
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 60 → 95 functional
    • New resource “steamwebapi-skill” functional
    • New tool “get_integration_skill” functional
  • 1 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 46 → 60 functional
  • 26 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.steamwebapi.com/mcp

TLS valid

Negotiated TLS 1.2 with TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=steamwebapi.com CN=WE1,O=Google Trust Services,C=US 19 Aug 2026 17 Nov 2026 ECDSA 256 ECDSA-SHA256 4a158d82ec2c3846135848997752ac18
SANs: steamwebapi.com, *.steamwebapi.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of mcp.steamwebapi.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
steamwebapi.com. present 2371 13 Verified
mcp.steamwebapi.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.steamwebapi.com/mcp Verified 200
http (plaintext) http://mcp.steamwebapi.com/mcp HTTPS enforced 301 https://mcp.steamwebapi.com/mcp
MCP tools · 11 exposed · ~879 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
call_readonly_endpoint ~156

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.

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

No output schema declared.

No examples provided.

get_concept ~79

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.

NameTypeReqDescription
termstringyesConcept name or alias, e.g. "assetid", "doppler phase", "market_hash_name", "pricelatest".

No output schema declared.

No examples provided.

get_endpoint ~84

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.

NameTypeReqDescription
methodstringHTTP method. Defaults to "get".
pathstringyesFull OpenAPI path, e.g. "/steam/api/items" or "/account/me".

No output schema declared.

No examples provided.

get_integration_skill ~48

Read the reusable SteamWebAPI SKILL.md for integration workflows, credentials, prices, item variants and CS2 release discovery. Useful when the client does not expose MCP resources or initialization instructions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_pricing ~126

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.

NameTypeReqDescription
expectedRequestsPerDayintegerOptional expected daily request count for plan recommendation.
includePlanCatalogbooleanInclude the full public plan catalog with prices and rate limits. Defaults to true.
useCasestringOptional use case such as "inventory", "profile", "float", "history", "items", "market prices" or "balanced production app".

No output schema declared.

No examples provided.

list_concepts ~46

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

NameTypeReqDescription
categorystringFilter the list by concept category.

No output schema declared.

No examples provided.

list_endpoints ~59

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

NameTypeReqDescription
tagstringRestrict to one tag. Omit to list every endpoint grouped by tag.

No output schema declared.

No examples provided.

list_games ~40

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_markets ~58

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

NameTypeReqDescription
gamestringRestrict to markets that cover a specific game slug, e.g. "cs2".

No output schema declared.

No examples provided.

list_products ~47

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_endpoints ~136

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.

NameTypeReqDescription
kindstringRestrict to endpoints or concepts.
limitintegerMaximum number of hits returned.
querystringyesFree-text query, e.g. "inventory cs2" or "float screenshot".
tagstringRestrict to one OpenAPI tag (Items, Inventory, Profile, Float, Market Prices, Market Index, Account, Info, Explore, Proxy).

No output schema declared.

No examples provided.

Common questions

What is the steamwebapi MCP server?

steamwebapi is an MCP server listed in the public MCP registry as io.github.sellrock-de/steamwebapi. Live Steam Market API docs, schemas, products, games, markets and endpoint search. This page covers its hosted endpoint (https://mcp.steamwebapi.com/mcp).

Is the steamwebapi MCP server safe to use?

steamwebapi scores 81 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the steamwebapi MCP server expose?

steamwebapi exposes 11 tools: get_integration_skill, search_endpoints, get_endpoint, list_endpoints, list_games, and 6 more. Their descriptions and schemas cost roughly 879 tokens of context every time the server is loaded.

Does the steamwebapi MCP server require authentication?

No. We connected to steamwebapi without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the steamwebapi MCP server still maintained?

steamwebapi is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.