MT Content Refactor MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mt_list_connectionsB | 登録済みのMT接続一覧を表示します |
| mt_add_connectionC | 新しいMT接続を追加します |
| mt_use_connectionC | 指定した接続をアクティブにします |
| mt_remove_connectionC | 接続を削除します |
| mt_test_connectionC | 接続をテストします |
| mt_list_sitesC | サイト一覧を取得します |
| mt_list_entriesC | 記事一覧を取得します |
| mt_get_entryC | 記事の詳細を取得します |
| mt_list_pagesC | ウェブページ一覧を取得します |
| mt_get_pageC | ウェブページの詳細を取得します |
| mt_list_content_typesC | コンテンツタイプ一覧を取得します |
| mt_list_content_dataC | コンテンツデータ一覧を取得します |
| mt_get_content_dataC | コンテンツデータの詳細を取得します |
| mt_create_backupA | サイトのコンテンツをバックアップします。変換前に必ず実行してください。 |
| mt_get_backup_itemsB | バックアップしたアイテムの一覧を表示します |
| mt_set_transformC | 個別のアイテムに変換後のHTMLを設定します |
| mt_set_bulk_transformC | 複数のアイテムに一括で変換後のHTMLを設定します |
| mt_generate_diff_reportC | 変換前後の差分レポートを生成します |
| mt_apply_changesD | 変換結果をMTに適用します |
| mt_restoreC | バックアップから元の状態にリストアします |
| mt_list_sessionsB | バックアップセッション一覧を表示します |
| mt_load_sessionC | 過去のバックアップセッションを読み込みます |
| mt_delete_sessionC | バックアップセッションを削除します |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 23 tools
Most tools have distinct purposes targeting specific resources like connections, backups, content items, and transformations, with clear boundaries. However, mt_set_transform and mt_set_bulk_transform could be slightly confusing as they differ only in scale (individual vs. bulk), but their descriptions clarify this distinction.
All tools follow a consistent snake_case naming pattern with a 'mt_' prefix, using clear verb_noun combinations (e.g., mt_add_connection, mt_list_entries). This predictability makes it easy for agents to understand and navigate the toolset.
With 23 tools, the count is on the higher side for a content refactoring server, which may feel heavy but is not extreme. It covers multiple aspects like connections, backups, content management, and transformations, but could potentially be streamlined without losing core functionality.
The toolset provides comprehensive coverage for content refactoring workflows, including CRUD operations for connections, backups, and content items, plus transformation and restoration capabilities. No obvious gaps exist; agents can perform full lifecycle tasks from setup to application and rollback.