API Tools
steamwebapi.com
Provides endpoints to search and retrieve Steam Web API definitions, games, and marketplaces.
ENDPOINT 1
https://mcp.steamwebapi.com/mcp
MCP server metadata
- Name
- steamwebapi
- Version
- 0.1.2
Known tools 10
get_endpointReturns the full OpenAPI operation object for a given path: parameters, request body, all response schemas, examples, and tags.
Inferred read-onlyget_conceptReturns a detailed explanation for a Steam / steamwebapi concept (identifiers, CS2 mechanics, pricing fields, inventory flags).
Inferred read-onlylist_conceptsLists every curated concept exposed by get_concept, optionally filtered by category.
Inferred read-onlyget_pricingReturns public steamwebapi pricing plans, per-endpoint rate limits, API-key location, quota guidance and a recommended plan for the requested use case.
Inferred read-onlycall_readonly_endpointExecutes a documented steamwebapi GET endpoint with the caller API key from the MCP Authorization or X-Api-Key header.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.