Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CYPHERS_API_KEY | Yes | API key for the Neople Cyphers Open API, required to access game data such as player info, matches, and rankings. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cy_players_search | 닉네임으로 플레이어를 검색합니다. |
| cy_players_get | 플레이어 ID로 플레이어 상세 정보를 조회합니다. |
| cy_players_matches | 플레이어의 매칭 기록을 조회합니다. |
| cy_matches_get | 매치 ID로 매칭 상세 정보를 조회합니다. |
| cy_ranking_ratingpoint | 통합 랭킹(레이팅 포인트)을 조회합니다. |
| cy_ranking_characters | 캐릭터별 랭킹을 조회합니다. |
| cy_ranking_tsj | 투신전 랭킹을 조회합니다. |
| cy_battleitems_search | 아이템을 검색합니다. |
| cy_battleitems_get | 아이템 ID로 아이템 상세 정보를 조회합니다. |
| cy_battleitems_multi_get | 여러 아이템의 상세 정보를 한 번에 조회합니다 (최대 30개). |
| cy_characters_list | 모든 캐릭터 목록을 조회합니다. |
| cy_images_character_url | 캐릭터 이미지 URL을 생성합니다. |
| cy_images_item_url | 아이템 이미지 URL을 생성합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |