trimble-connect-mcp
Related Servers
Alternatives to trimble-connect-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server that lets Claude manage an ISO 19650 / TCVN 14177 Common Data Environment on Autodesk Construction Cloud — projects, CDE folder trees, permissions, files, document status and naming compliance.45MIT
- AlicenseAqualityAmaintenanceAn MCP server connecting Claude to a running Archicad 29 instance for delivery-readiness QA via YAML rules and full Archicad API access, including querying, editing, creating elements, and schedule scheme editing.361MIT
- FlicenseNot gradedqualityBmaintenanceEnables user-authorized access to Trimble Connect data via OAuth, with a Firebase-hosted extension UI and planned tools for projects, models, objects, issues, and files. Serves as a production-oriented starter for integrating Trimble Connect with Claude through the MCP protocol.-
- AlicenseNot gradedqualityDmaintenanceAI-powered MCP server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search capabilities.9MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework for developing and managing custom tools. It provides a structured foundation for building and integrating modular components like data processors and API clients into Claude Desktop.5 npm-
- AlicenseAqualityBmaintenanceAn MCP server that lets users query, validate, convert, and compare IFC/BIM files using natural language. Runs fully locally and integrates with AI agents like Claude.8MIT
TDQS
Scored across 40 tools
Each tool targets a distinct resource-action pair (e.g., list_projects vs get_project, upload_file vs upload_new_version). Even closely related tools like tc_list_folder and tc_folder_tree are explicitly differentiated by output format (raw items vs text tree), and permission tools have clear semantics (get, merge, replace, remove). No two tools appear to do the same thing.
All tools share the `tc_` prefix and mostly follow a verb_noun pattern (get_project, create_folder, list_groups). A few exceptions like tc_folder_tree, tc_auth_status, and tc_write_status use noun-first naming, but the pattern remains predictable and readable.
With 40 tools, the surface is very large. While the domain is broad, many tools are granular (e.g., 7 group tools, 6 permission tools) and there are two raw API escape hatches (tc_api_get/write) that add complexity. This exceeds the typical well-scoped range and could overwhelm agents.
The tool set provides comprehensive coverage of the Trimble Connect CDE: auth, project management, folder/file operations (create, read, update, delete, copy, move, versioning), permissions, groups, members, and search. Raw API tools fill any remaining gaps, so there are no obvious dead ends.