Skip to main content
Glama
SteamGPTnet

SteamGPT

Official

steamgpt-mcp

Steam 데이터를 위한 MCP 서버로, steamgpt.net을 기반으로 합니다. AI 에이전트를 위한 무료 Steam 데이터 API입니다. Steam 프로필, SteamID 변환, VAC / 게임 / 커뮤니티 / 거래 차단, FACEIT 통계, 공개 친구 그래프, 일괄 조회 및 플레이어 비교를 제공합니다. API 키, 등록, 추적이 필요 없습니다.

레지스트리 이름: net.steamgpt/steamgpt (공식 MCP 레지스트리).

SteamGPT MCP 서버

빠른 시작

서버는 원격으로 실행됩니다. 선호하는 설정은 직접 Streamable HTTP 연결이며, 설치가 필요 없습니다:

claude mcp add --transport http steamgpt https://steamgpt.net/mcp

Cursor (프로젝트 내 .cursor/mcp.json 또는 전역 ~/.cursor/mcp.json):

{ "mcpServers": { "steamgpt": { "url": "https://steamgpt.net/mcp" } } }

VS Code (명령 팔레트 -> "MCP: Open User Configuration"):

{ "servers": { "steamgpt": { "type": "http", "url": "https://steamgpt.net/mcp" } } }

stdio 서버만 지원하는 클라이언트의 경우, 이 패키지를 프록시로 사용하세요:

{ "mcpServers": { "steamgpt": { "command": "npx", "args": [ "-y", "steamgpt-mcp" ] } } }

Related MCP server: Steam MCP Server

8가지 도구

도구

답변 내용

steam_identity

모든 SteamID 형식, 사용자 지정 이름 또는 프로필 링크 변환/해결 (최소 토큰)

steam_bans

VAC, 게임, 커뮤니티 및 경제(거래) 차단 - 먼저 치트 신고 확인

steam_profile

원시 Steam 요약만 (가장 저렴한 프로필 도구)

steam_faceit

FACEIT 플레이어 객체: 레벨, ELO, FACEIT 차단

steam_friends

공개 Steam 친구 그래프 (세부 정보: 짧게 / 중간 / 전체)

steam_summary

한 플레이어에 대한 모든 정보; include로 응답을 축소

steam_batch

한 번의 호출로 최대 100개 프로필 - 플레이어별 호출 대신 항상 일괄 처리 사용

steam_compare

두 플레이어 나란히 비교 + 공통 친구

모든 도구는 읽기 전용이며 확인이 필요 없습니다. 응답에는 provenance(신선도) 및 sources/partial 표시가 포함됩니다. null이 아닌 이들을 기준으로 분기하세요.

참고 사항

  • {id}는 steamid64, STEAM_1:0:x, [U:1:x], steamcommunity.com 링크 또는 사용자 지정 이름을 허용합니다.

  • 이 서버 뒤에 있는 HTTP API는 .md / .json / .ai 형식으로도 응답합니다: steamgpt.net/ai문서를 참조하세요.

  • 프록시용 환경 변수 재정의: STEAMGPT_MCP_URL (기본값 https://steamgpt.net/mcp).

  • 공정 사용: IP당 분당 120회 요청의 소프트 제한; 응답은 캐시됩니다.

SteamGPT는 독립 서비스이며 Valve Corporation 또는 Steam과 제휴 관계가 아닙니다.

MIT (c) SteamGPT - steamgpt.net

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for Valve's Steam that enables querying game libraries, player profiles, achievements, friends, store listings, Workshop items, and current player counts. Provides 14 tools across 5 categories with a React dashboard and REST bridge.
    14
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server providing 25 tools to query Steam store data, player statistics, achievements, reviews, pricing, workshop items, leaderboards, inventory, and player profiles for AI-powered IDEs like Cursor.
    25
    35
    4
    Creative Commons Attribution Non Commercial No Derivatives 4.0 International
  • A
    license
    A
    quality
    A
    maintenance
    A read-only Model Context Protocol server for Valve's public Steam Web API and storefront. Ask about your friends and games, playtime and achievements, plus account-independent things like sales, reviews, live player counts, Steam Deck compatibility, discovery, and recommendations — bring your own free Steam API key.
    37
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SteamGPTnet/steamgpt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server