Lichess · Capability

Lichess API — Simuls

Lichess API — Simuls. 1 operation. Lead operation: Get current simuls. Self-contained Naftiko capability covering one Lichess business surface.

Lichess API — Simuls is a Naftiko capability published by Lichess, one of 23 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/api/simul.

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

Tagged areas include Lichess and Simuls.

Run with Naftiko LichessSimuls

What You Can Do

GET
Apisimul — Get current simuls
/v1/api/simul

MCP Tools

lichess-apisimul

Get current simuls

read-only

Capability Spec

simuls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Lichess API — Simuls
  description: 'Lichess API — Simuls. 1 operation. Lead operation: Get current simuls. Self-contained Naftiko capability covering one Lichess business surface.'
  tags:
  - Lichess
  - Simuls
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    LICHESS_API_TOKEN: LICHESS_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: simuls
    baseUri: https://lichess.org
    description: Lichess Simuls business capability. Self-contained, no shared references.
    resources:
    - name: simul
      path: /api/simul
      operations:
      - name: apisimul
        method: GET
        description: 'Get current simuls'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.LICHESS_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: simuls-rest
    port: 8080
    description: REST adapter for Lichess Simuls. One Spectral-compliant resource per consumed operation.
    resources:
    - path: /v1/api/simul
      name: simul
      description: REST surface for simul.
      operations:
      - method: GET
        name: apisimul
        description: 'Get current simuls'
        call: simuls.apisimul
        with:
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: simuls-mcp
    port: 9090
    transport: http
    description: MCP adapter for Lichess Simuls. One tool per consumed operation.
    tools:
    - name: lichess-apisimul
      description: 'Get current simuls'
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: simuls.apisimul
      with:
      outputParameters:
      - type: object
        mapping: $.