Chess.com · Capability

Chess.com Published Data API - Leaderboards

Live top-50 leaderboards across all time controls, variants, tactics, and lessons.

Chess.com Published Data API - Leaderboards is a Naftiko capability published by Chess.com, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/leaderboards.

The capability includes 1 read-only operation. Lead operation: Get Leaderboards. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Chess.com and Leaderboards.

Run with Naftiko Chess.comLeaderboards

What You Can Do

GET
Getleaderboards — Get Leaderboards
/v1/leaderboards

MCP Tools

chesscom-get-leaderboards

Get Leaderboards

read-only idempotent

Capability Spec

leaderboards-leaderboards.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Chess.com Published Data API - Leaderboards
  description: Live top-50 leaderboards across all time controls, variants, tactics, and lessons.
  tags:
  - Chess.com
  - Leaderboards
  created: '2026-05-25'
  modified: '2026-05-25'
binds: []
capability:
  consumes:
  - type: http
    namespace: leaderboards-leaderboards
    baseUri: https://api.chess.com/pub
    description: Chess.com Leaderboards surface.
    resources:
    - name: leaderboards
      path: /leaderboards
      operations:
      - name: getleaderboards
        method: GET
        description: Get Leaderboards
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: none
  exposes:
  - type: rest
    namespace: leaderboards-leaderboards-rest
    port: 8080
    description: REST adapter for Chess.com Leaderboards.
    resources:
    - path: /v1/leaderboards
      name: leaderboards
      operations:
      - method: GET
        name: getleaderboards
        description: Get Leaderboards
        call: leaderboards-leaderboards.getleaderboards
  - type: mcp
    namespace: leaderboards-leaderboards-mcp
    port: 9090
    transport: http
    description: MCP adapter for Chess.com Leaderboards.
    tools:
    - name: chesscom-get-leaderboards
      description: Get Leaderboards
      hints: {readOnly: true, destructive: false, idempotent: true}
      call: leaderboards-leaderboards.getleaderboards