dts-mcp
Allows uploading source data, queuing Windows DTS Engine 6.1 publishing jobs, monitoring their progress, and downloading hash-verified 3DT results through a private DTS MCP gateway.
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., "@dts-mcpupload my road survey data and queue a DTS publish job"
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.
Claude Code DTS MCP Plugin
Private Claude Code plugin for the DTS Engine gateway at
https://192.168.50.170:8770/mcp.
It lets Claude Code on macOS or Windows upload source data, queue Windows DTS Engine 6.1 publishing jobs, monitor them, and download hash-verified 3DT results. The plugin contains no DTS Engine binaries and no server secrets.
This is the Claude Code counterpart to
codex-dts-mcp-plugin,
which serves the same gateway to Codex on macOS. Both plugins can share the
same stored bearer token because they target the same gateway and the same
DTS_MCP_TOKEN environment variable.
Prerequisites
The client machine can route to
192.168.50.170:8770through the private LAN or VPN.GitHub access can clone
zhouning/claudecode-dts-mcp-plugin.Claude Code CLI is installed (
claude plugin --helpsucceeds).The Windows DTS MCP gateway is healthy and DTS Engine is installed, licensed, and running in a logged-in interactive Windows session.
You have the gateway Bearer Token through a secure channel.
Do not paste the token into a shell command. Both installers prompt without
terminal echo: configure-macos.sh stores it in the macOS login Keychain,
configure-windows.ps1 stores it in Windows Credential Manager.
Related MCP server: rad quote MCP
Install On macOS
git clone git@github.com:zhouning/claudecode-dts-mcp-plugin.git
./claudecode-dts-mcp-plugin/plugins/dts-mcp/scripts/configure-macos.shThe script imports only the public DTS MCP CA into the login Keychain, stores
the Bearer Token under service dts-mcp, installs a user LaunchAgent that
restores DTS_MCP_TOKEN, adds the zhouning-dts marketplace, installs
dts-mcp@zhouning-dts, and verifies the fixed health endpoint.
Verify with:
./claudecode-dts-mcp-plugin/plugins/dts-mcp/scripts/verify-connection-macos.shInstall On Windows
git clone https://github.com/zhouning/claudecode-dts-mcp-plugin.git
.\claudecode-dts-mcp-plugin\plugins\dts-mcp\scripts\configure-windows.ps1The script stores the Bearer Token as a Generic Credential in Windows
Credential Manager under target dts-mcp, persists DTS_MCP_TOKEN as a user
environment variable and broadcasts the change so new processes see it,
trusts the bundled CA in Cert:\CurrentUser\Root, adds the zhouning-dts
marketplace, installs dts-mcp@zhouning-dts, and verifies the fixed health
endpoint.
Verify with:
.\claudecode-dts-mcp-plugin\plugins\dts-mcp\scripts\verify-connection-windows.ps1Restart Claude Code and open a new session after installation on either platform.
Update
git -C claudecode-dts-mcp-plugin pull --ff-only
claude plugin marketplace update zhouning-dts
claude plugin install dts-mcp@zhouning-dtsRestart Claude Code and use a new session after an update.
Rotate The Bearer Token
Rotate the token on the Windows gateway first, then run:
./claudecode-dts-mcp-plugin/plugins/dts-mcp/scripts/configure-macos.sh --rotate-token.\claudecode-dts-mcp-plugin\plugins\dts-mcp\scripts\configure-windows.ps1 --rotate-tokenRefresh The CA
After the Windows host address or DTS MCP CA changes, update the checkout and run:
git -C claudecode-dts-mcp-plugin pull --ff-only
./claudecode-dts-mcp-plugin/plugins/dts-mcp/scripts/configure-macos.sh --refresh-ca
./claudecode-dts-mcp-plugin/plugins/dts-mcp/scripts/verify-connection-macos.shgit -C claudecode-dts-mcp-plugin pull --ff-only
.\claudecode-dts-mcp-plugin\plugins\dts-mcp\scripts\configure-windows.ps1 --refresh-ca
.\claudecode-dts-mcp-plugin\plugins\dts-mcp\scripts\verify-connection-windows.ps1The refresh does not read or rewrite the Bearer Token. Discard signed URLs issued before an endpoint or signing-key change.
Remove
macOS:
claude plugin uninstall dts-mcp
claude plugin marketplace remove zhouning-dts
launchctl bootout "gui/$UID/com.dts.mcp.token" 2>/dev/null || true
rm -f "$HOME/Library/LaunchAgents/com.dts.mcp.token.plist"
rm -rf "$HOME/Library/Application Support/dts-mcp"
security delete-generic-password -a "$USER" -s dts-mcp
launchctl unsetenv DTS_MCP_TOKENWindows:
claude plugin uninstall dts-mcp
claude plugin marketplace remove zhouning-dts
[Environment]::SetEnvironmentVariable('DTS_MCP_TOKEN', $null, 'User')
cmdkey /delete:dts-mcp 2>$nullRemove the DTS MCP Local CA certificate from the login Keychain
(security delete-certificate) or Cert:\CurrentUser\Root
(Remove-Item) only after confirming its fingerprint.
Publishing Constraints
Only
roadis verified end to end.Road inputs require a projected CRS and
domPath; a matching DEM is strongly recommended.OSGB publishing requires both stages and must use
dts_publish_osgb.Remote path flags use artifact IDs and artifact-relative paths, never Windows paths.
Upload and download bytes use signed HTTPS URLs without the Bearer Token.
The remote gateway registers 14 tools;
dts_validateremains local-only.A successful result ZIP must retain both its
.3dtdata andDataInfor.txt.
Troubleshooting Order
Confirm private routing to
192.168.50.170:8770.Confirm the Windows host is logged in and the DTS MCP gateway is healthy.
Run the platform's
verify-connection-*script and fix the first failed layer.Use
--rotate-tokenfor authentication failures.Use
--refresh-caafter an address or certificate change.Confirm
dts-mcpappears inclaude plugin list.Confirm
dtsappears inclaude mcp list.Start a new Claude Code session and call
dts_ping.
Verification Status
DTS server remote gateway implementation and its own remote smoke test: not re-verified from this repository; see
zhouning/dts-mcp-server.Plugin manifests, Skill, certificate, script syntax, and secret checks: covered by this repository's tests.
Windows Credential Manager and macOS Keychain acceptance is pending on target machines.
Do not report end-to-end plugin success until a target machine completes a real road upload, publish, download, and SHA-256 verification.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
Get share links, publish and manage websites, artifacts and agents. No account needed.
Public tools to understand Dynamik, discover datasets, and connect account-scoped capabilities.
Publish and manage existing HTML presentations from an MCP-capable Agent.
Publish files and folders to the web instantly: permanent URLs, immutable versions, claim links.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables programmatic interaction with Opus workflow automation platform, allowing users to initiate jobs, execute workflows, monitor status, upload files, and retrieve results through the Opus Job Operator API.7MIT
- AlicenseNot gradedqualityDmaintenanceEnables creating projects from uploaded files directly from AI assistants. Provides tools for obtaining upload URLs and creating project import jobs from previously uploaded files.MIT
- AlicenseAqualityAmaintenanceEnables sending local 3D print files to PrintYourDuck for manual quote review, including file discovery, upload, and status checking.482MIT
- AlicenseAqualityBmaintenanceMCP server for DTS Engine 6.1 that enables agents to create, validate, and run 3D digital-twin tile publishing pipelines from shapefiles, photogrammetry, DEM/DOM, BIM, and point clouds, with tools for pipeline introspection, error resolution, and OSGB publishing.8MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/zhouning/claudecode-dts-mcp-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server