Skip to main content
Glama

Shogi MCP Server

by azumausu

analyze

Analyze Shogi (Japanese chess) positions using USI protocol engines. Generate candidate moves, evaluate positions, and assess game states with MultiPV, depth, and thread configurations.

Instructions

SFENを解析して候補手(MultiPV)・評価値・PVを返す

Input Schema

NameRequiredDescriptionDefault
depthNo
forceMoveNo
multipvNo
sfenYes
threadsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 18, "maximum": 30, "minimum": 4, "type": "integer" }, "forceMove": { "type": "string" }, "multipv": { "default": 10, "maximum": 10, "minimum": 1, "type": "integer" }, "sfen": { "type": "string" }, "threads": { "default": 1, "maximum": 8, "minimum": 1, "type": "integer" } }, "required": [ "sfen" ], "type": "object" }
Install Server

Other Tools from Shogi MCP Server

Related Tools

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/azumausu/shogi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server