MCP Dungeon Game
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init_game | 新しいゲームを初期化します。セーブファイルと暗号化キーを作成します。他の操作の前に必須です。 |
| create_player | 名前を付けて新しいプレイヤーキャラクターを作成します。ゲームごとに一度だけ実行できます。 |
| view_status | キャラクターの状態、ステータス、装備、現在の活動を表示します。 |
| view_inventory | インベントリ内のすべてのアイテムを表示します。 |
| equip_item | インベントリからアイテムを装備します。アイテムIDはview_inventoryで確認できます。 |
| unequip_item | 特定のスロットからアイテムを外してインベントリに戻します。 |
| list_dungeons | 利用可能なすべてのダンジョンとその情報を一覧表示します。 |
| dungeon_info | 特定のダンジョンの詳細情報を取得します。 |
| start_dungeon | ダンジョンの探索を開始します。時間ベースの活動なので、後で確認する必要があります。 |
| check_progress | 現在のダンジョン探索の進行状況を確認します。完了している場合は結果を処理します。 |
| view_battle_log | 探索中のダンジョンの詳細な戦闘ログを表示します。 |
| equip_holding_item | インベントリから持ち物を装備します。持ち物には薬草(HP回復)やおまもり(イベント回避)があります。 |
| unequip_holding_item | 特定のスロットから持ち物を外してインベントリに戻します。 |
| shop_inventory | ショップで販売中の商品一覧を表示します。装備と持ち物アイテムを購入できます。探索中でも閲覧可能ですが、購入は待機中のみです。 |
| buy_item | ショップからアイテムを購入します。ゴールドを消費してインベントリに追加されます。探索中は購入できません。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/bellsanct/mcp-dungeon-game'
If you have feedback or need assistance with the MCP directory API, please join our Discord server