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 形式、自定义链接或个人资料链接(消耗最少 token) |
| 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