← 返回
未分类 中文

Pipeworx chess

Chess.com player profiles, game stats, match archives, and leaderboards from the public API
使用公开 API 获取 Chess.com 玩家资料、游戏统计、比赛存档和排行榜。
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 302
下载
💾 0
安装
1
版本
#latest

概述

Chess.com

Pull player profiles, ratings across all time controls, historical game archives, and global leaderboards from Chess.com's public API. No authentication needed.

Tools

ToolDescription
-------------------
get_playerPublic profile for a Chess.com username (e.g., "hikaru", "magnuscarlsen")
get_statsRatings and win/loss/draw counts for bullet, blitz, rapid, and daily
get_gamesGame archive for a specific month — includes PGN, time control, and results
get_leaderboardsTop players globally across all time controls

When to use

  • Looking up a player's current rating or recent performance
  • Analyzing game archives for a specific player and month
  • Comparing ratings across time controls for coaching conversations
  • Displaying leaderboard rankings in a chess community tool

Example: Hikaru's blitz stats

curl -s -X POST https://gateway.pipeworx.io/chess/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_stats","arguments":{"username":"hikaru"}}}'

Returns ratings, win/loss/draw for each time control, plus best rating achieved and date.

MCP client config

{
  "mcpServers": {
    "pipeworx-chess": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/chess/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 18:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 69,953
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 274 📥 100,952
professional

Pipeworx crypto

brucegutman
通过CoinGecko获取加密货币价格、市值排名及法币转换
★ 0 📥 495