← steamgpt.net

INDIVIDUAL MCP TOOL

steam_bans

Steam ban status of a player: VACBanned, NumberOfVACBans, NumberOfGameBans, DaysSinceLastBan, CommunityBanned, EconomyBan - fields exactly as Steam reports them.

steamgpt.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://steamgpt.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for steam_bans and invoke it with your own arguments.

Indexed 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 server

steamgpt.net

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.steamgpt]
url = "https://steamgpt.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "steamgpt": {
      "type": "http",
      "url": "https://steamgpt.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: steamgpt
Remote MCP URL: https://steamgpt.net/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": {
    "steamgpt": {
      "url": "https://steamgpt.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • steam_summary — Steam player overview in one call.
  • steam_profile — Steam summary only (raw GetPlayerSummaries object + SteamID conversions).
  • steam_identity — Pure identifier resolver: steamid64, SteamID (STEAM_1:0:x), SteamID3 ([U:1:x]), steam hex, vanity name and profile URL.
  • steam_friends — Known friends of a player from the platform's snapshot of the public Steam friend graph (cache only, no live Steam call; the snapshot can be partial).
  • steam_faceit — FACEIT player object (nickname, country, per-game skill level and ELO) plus known FACEIT bans.
  • steam_batch — Up to 100 Steam profiles in one call.
  • steam_compare — Two players side by side: identity, account age, visibility, Steam bans, FACEIT and shared friends (compared over the full friend lists).