← Registry

API Tools

steamwebapi.com

Provides endpoints to search and retrieve Steam Web API definitions, games, and marketplaces.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.steamwebapi.com/mcp

No auth detected

MCP server metadata

Name
steamwebapi
Version
0.1.2
Capabilities
tools.listChangedresources.listChanged

Known tools 10

search_endpoints

Fuzzy text search across all steamwebapi.

Inferred read-only
get_endpoint

Returns the full OpenAPI operation object for a given path: parameters, request body, all response schemas, examples, and tags.

Inferred read-only
list_endpoints

Lists all steamwebapi.

Inferred read-only
list_games

Lists every game supported by steamwebapi.

Inferred read-only
list_markets

Lists every third-party marketplace covered by the steamwebapi.

Inferred read-only
list_products

Lists steamwebapi.

Inferred read-only
get_concept

Returns a detailed explanation for a Steam / steamwebapi concept (identifiers, CS2 mechanics, pricing fields, inventory flags).

Inferred read-only
list_concepts

Lists every curated concept exposed by get_concept, optionally filtered by category.

Inferred read-only
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.

Inferred read-only
call_readonly_endpoint

Executes a documented steamwebapi GET endpoint with the caller API key from the MCP Authorization or X-Api-Key header.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.steamwebapi]
url = "https://mcp.steamwebapi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "steamwebapi": {
      "type": "http",
      "url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: steamwebapi
Remote MCP URL: https://mcp.steamwebapi.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "steamwebapi": {
      "url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "steamwebapi": {
      "type": "http",
      "url": "https://mcp.steamwebapi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.