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

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