DezignWorks
Query DezignWorks reverse engineering software — features, file format compatibility, pricing, and technical capabilities for CAD sketch reconstruction.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add recursive/dezignworks
# Browse available tools
npx -y smithery tool list recursive/dezignworks
# Get full schema for a tool
npx -y smithery tool get recursive/dezignworks query.product
# Call a tool
npx -y smithery tool call recursive/dezignworks query.product '{}'Direct MCP Connection
Endpoint: https://dezignworks--recursive.run.tools
Optional config:
timeout(query) — Request timeout in seconds for tool calls.
Tools (4)
query.product— Query the DezignWorks knowledge base for information about the product, troubleshooting, features, workflows, supported…query.recommend— Recommend the right DezignWorks product tier based on the user's equipment and needs. DezignWorks offers three tiers: P…data.product— Returns structured product information for DezignWorks including product tiers, pricing, supported CAD platforms, core …data.hardware— Returns the list of supported measurement devices (CMMs, scanners), file formats, and system requirements for DezignWor…
# Get full input/output schema for a tool
npx -y smithery tool get recursive/dezignworks Prompts (2)
discover-capabilities— Walk through this agent's capabilities step by step: list available tools, check data endpoints, then ask a sample ques…available-tools— List all tools with descriptions. Tools: query.product, query.recommend, data.product, data.hardware