Skip to main content
Glama

Shogi MCP Server

by azumausu

eval_at

Analyzes shogi positions by evaluating the outcome of specific moves at a given depth. Provides detailed move analysis using USI engines for strategic decision-making in Japanese chess.

Instructions

現局面で特定の一手を指した先を解析して返す

Input Schema

NameRequiredDescriptionDefault
depthNo
moveYes
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" }, "move": { "type": "string" }, "multipv": { "default": 5, "maximum": 10, "minimum": 1, "type": "integer" }, "sfen": { "type": "string" }, "threads": { "default": 1, "maximum": 8, "minimum": 1, "type": "integer" } }, "required": [ "sfen", "move" ], "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