SteamGPT
Officialsteamgpt-mcp
Steam 데이터를 위한 MCP 서버로, steamgpt.net을 기반으로 합니다. AI 에이전트를 위한 무료 Steam 데이터 API입니다. Steam 프로필, SteamID 변환, VAC / 게임 / 커뮤니티 / 거래 차단, FACEIT 통계, 공개 친구 그래프, 일괄 조회 및 플레이어 비교를 제공합니다. API 키, 등록, 추적이 필요 없습니다.
레지스트리 이름: net.steamgpt/steamgpt (공식 MCP 레지스트리).
빠른 시작
서버는 원격으로 실행됩니다. 선호하는 설정은 직접 Streamable HTTP 연결이며, 설치가 필요 없습니다:
claude mcp add --transport http steamgpt https://steamgpt.net/mcpCursor (프로젝트 내 .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가지 도구
도구 | 답변 내용 |
| 모든 SteamID 형식, 사용자 지정 이름 또는 프로필 링크 변환/해결 (최소 토큰) |
| VAC, 게임, 커뮤니티 및 경제(거래) 차단 - 먼저 치트 신고 확인 |
| 원시 Steam 요약만 (가장 저렴한 프로필 도구) |
| FACEIT 플레이어 객체: 레벨, ELO, FACEIT 차단 |
| 공개 Steam 친구 그래프 (세부 정보: 짧게 / 중간 / 전체) |
| 한 플레이어에 대한 모든 정보; |
| 한 번의 호출로 최대 100개 프로필 - 플레이어별 호출 대신 항상 일괄 처리 사용 |
| 두 플레이어 나란히 비교 + 공통 친구 |
모든 도구는 읽기 전용이며 확인이 필요 없습니다. 응답에는 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
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP 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.141MIT
- AlicenseAqualityBmaintenanceMCP 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.25354Creative Commons Attribution Non Commercial No Derivatives 4.0 International
- AlicenseAqualityAmaintenanceA 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.372MIT
- AlicenseAqualityDmaintenanceMCP Server for the Steam Web API — access player profiles, game libraries, achievements, news, friend lists, and store search through Claude.20133MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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