SteamDT MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STEAMDT_API_KEY | Yes | Your SteamDT API key, obtained from https://open.steamdt.com | |
| STEAMDT_API_BASE | No | API base URL | https://open.steamdt.com |
| STEAMDT_CACHE_DIR | No | Cache directory | .cache |
| STEAMDT_TIMEOUT_MS | No | Request timeout in milliseconds | 20000 |
| STEAMDT_MAX_RETRIES | No | Maximum number of retries | 2 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| steamdt_get_base_infoA | 获取 SteamDT 全量 CS2 饰品基础信息列表(含 marketHashName、各平台 itemId)。每天限调用 1 次,结果自动缓存到本地,后续调用优先使用缓存。 |
| steamdt_search_item_by_nameA | 根据中文名或英文名模糊搜索饰品,返回匹配的 marketHashName。需要先调用 steamdt_get_base_info 建立缓存。自动识别查询中的特殊款式关键词(P1-P4、红宝石/蓝宝石/绿宝石/黑珍珠、一档~十档、T1-T4、和服档位、单面全蓝等),并返回对应的 specialStyle 参数值。 |
| steamdt_get_price_singleA | 通过 marketHashName 查询单品在各平台的在售/求购价格。频率限制 60次/分钟。 |
| steamdt_get_price_batchA | 批量查询饰品在各平台的在售/求购价格。最多 100 个。频率限制 1次/分钟。 |
| steamdt_get_price_avg7dA | 通过 marketHashName 查询饰品近7天所有平台的均价及各平台单独均价。也支持 days 参数查询更多天数。 |
| steamdt_get_item_klineB | 查询饰品 K 线数据(不含成交量)。频率限制 120次/分钟。 |
| steamdt_get_broad_klineB | 查询 CS2 大盘 K 线数据(不含成交量)。 |
| steamdt_get_broad_indexA | 查询 CS2 大盘最新指数,含涨跌值和历史记录。 |
| steamdt_get_wear_by_inspect_urlA | 通过检视链接查询饰品磨损度及相关数据(含贴纸/挂件/浮值)。支持同步和异步回调。频率限制 36000次/时。 |
| steamdt_get_wear_by_asmdA | 通过 ASMD 参数查询饰品磨损度(替代检视链接方式)。频率限制 36000次/时。 |
| steamdt_get_inspect_by_urlA | 通过检视链接生成饰品 2D 检视图(需先获取磨损度数据)。频率限制 100次/天(稀缺资源)。 |
| steamdt_get_inspect_by_asmdA | 通过 ASMD 参数生成饰品 2D 检视图(需先获取磨损度数据)。频率限制 100次/天(稀缺资源)。 |
| steamdt_special_stylesA | 获取 CS2 饰品特殊款式对照表(档位/阶段/多普勒相位/宝石/绯红和服等)。用于分析磨损数据中的 paintseed 和特殊款式字段。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/zkcaryq/steamdt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server