saga-event-space-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@saga-event-space-mcp-serverFind event spaces in Saga with WiFi and parking."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
saga-event-space-mcp-server
佐賀県内のイベントスペース・ホテル・懇親会会場情報を管理する Saga Event Space API の MCP(Model Context Protocol)サーバです。
Claude Desktop、Kiro-CLI(Amazon Q Developer for CLI)などの MCP クライアントから利用できます。
利用可能なツール
検索・参照
ツール名 | 説明 |
| 会場をキーワード・カテゴリ・設備条件で検索 |
| 指定IDの会場詳細取得 |
| お知らせ一覧取得 |
| リリースノート一覧取得 |
| リリースノート詳細取得 |
| システム稼働状況確認 |
会場管理(APIトークン必須)
ツール名 | 説明 |
| 新規会場作成 |
| 会場情報更新 |
| 会場削除 |
| ステータス統計 |
| 一括ステータス更新 |
お知らせ管理(APIトークン必須)
ツール名 | 説明 |
| お知らせ作成 |
| お知らせ更新 |
| お知らせ削除 |
リリースノート管理(APIトークン必須)
ツール名 | 説明 |
| リリースノート作成 |
| リリースノート更新 |
| リリースノート削除 |
管理機能(APIトークン必須)
ツール名 | 説明 |
| 監査ログ一覧取得 |
| 監査ログ統計取得 |
| 削除申請一覧取得 |
| 削除申請承認 |
| 削除申請拒否 |
| 重複報告一覧取得 |
| 重複報告作成 |
| 重複報告解決 |
| 重複会場マージ |
ユーザー・認証管理(APIトークン必須)
ツール名 | 説明 |
| ユーザー一覧取得 |
| ユーザー権限更新 |
| 削除ユーザー復元 |
| APIトークン一覧取得 |
| APIトークン発行 |
| APIトークン名更新 |
| APIトークン削除 |
ユーティリティ
ツール名 | 説明 |
| 日本語住所の正規化 |
| 住所→緯度経度変換 |
| 写真アップロード用URL取得(APIトークン必須) |
Related MCP server: houan-mcp
セットアップ
npx で利用(推奨)
npx saga-event-space-mcp-serverローカルビルド
git clone https://github.com/midnight480/saga-event-space-mcp-server.git
cd saga-event-space-mcp-server
npm install
npm run build
npm startDocker で利用
docker run -i --rm \
-e SAGA_EVENT_SPACE_API_TOKEN=your-api-token-here \
midnight480/saga-event-space-mcp-serverMCP クライアント設定
Claude Desktop
claude_desktop_config.json に以下を追加してください。
npx の場合
{
"mcpServers": {
"saga-event-space": {
"command": "npx",
"args": ["-y", "saga-event-space-mcp-server"],
"env": {
"SAGA_EVENT_SPACE_API_TOKEN": "your-api-token-here"
}
}
}
}Docker の場合
{
"mcpServers": {
"saga-event-space": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "SAGA_EVENT_SPACE_API_TOKEN",
"midnight480/saga-event-space-mcp-server"
],
"env": {
"SAGA_EVENT_SPACE_API_TOKEN": "your-api-token-here"
}
}
}
}Kiro-CLI(Amazon Q Developer for CLI)
.kiro/settings.json にMCPサーバ設定を追加してください。
{
"mcpServers": {
"saga-event-space": {
"command": "npx",
"args": ["-y", "saga-event-space-mcp-server"],
"env": {
"SAGA_EVENT_SPACE_API_TOKEN": "your-api-token-here"
}
}
}
}環境変数
環境変数 | 必須 | 説明 |
| はい | APIアクセストークン(検索含む全操作に必要) |
| いいえ | APIのベースURL(デフォルト: |
開発
# 依存関係のインストール
npm install
# 開発モード(TypeScript ウォッチ)
npm run dev
# ビルド
npm run build
# MCP Inspector でテスト
npx @modelcontextprotocol/inspector node dist/index.jsライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/midnight480/saga-event-space-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server