MCP server for comprehensive seat reservation system management
MCP server for comprehensive seat reservation system management. The claude chat app mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 10 defined tools rather than through you.
座席予約システムの包括的なAPIとやり取りするためのModel Context Protocolサーバーです。オフィス管理、座席予約、コメント機能などを提供します。
Everything the assistant can do here goes through one of these:
get_offices — The get_offices tool exposed by this serverget_office — The get_office tool exposed by this serverget_office_seats — The get_office_seats tool exposed by this serverget_reservations — The get_reservations tool exposed by this servercreate_reservation — The create_reservation tool exposed by this serverupdate_reservation — The update_reservation tool exposed by this serverget_available_seats — The get_available_seats tool exposed by this serverfind_seat_by_number — The find_seat_by_number tool exposed by this serveradd_comment — The add_comment tool exposed by this serverget_seat_comments — The get_seat_comments tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at @modelcontextprotocol/sdk on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Claude Chat App's toolset — get_offices, get_office, get_office_seats and 7 more — is a fair guide to whether it matches your workflow. It is maintained by nomura565; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_offices | The get_offices tool exposed by this server. |
| get_office | The get_office tool exposed by this server. |
| get_office_seats | The get_office_seats tool exposed by this server. |
| get_reservations | The get_reservations tool exposed by this server. |
| create_reservation | The create_reservation tool exposed by this server. |
| update_reservation | The update_reservation tool exposed by this server. |
| get_available_seats | The get_available_seats tool exposed by this server. |
| find_seat_by_number | The find_seat_by_number tool exposed by this server. |
| add_comment | The add_comment tool exposed by this server. |
| get_seat_comments | The get_seat_comments tool exposed by this server. |
{
"mcpServers": {
"claude-chat-app": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/sdk"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.