Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
search_endpoints— Fuzzy text search across all steamwebapi.get_endpoint— Returns the full OpenAPI operation object for a given path: parameters, request body, all response schemas, examples, and tags.list_endpoints— Lists all steamwebapi.list_games— Lists every game supported by steamwebapi.list_markets— Lists every third-party marketplace covered by the steamwebapi.get_concept— Returns a detailed explanation for a Steam / steamwebapi concept (identifiers, CS2 mechanics, pricing fields, inventory flags).list_concepts— Lists every curated concept exposed by get_concept, optionally filtered by category.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.