mcp-3d-printer-server
mcp1.2.6Connects MCP to major 3D printer APIs (Orca, FULU's Orca/Bambu, OctoPrint, Klipper, Duet, Repetier, Prusa, Creality). Control prints, monitor status, and perform advanced STL operations like scaling, rotation, sectional editing, and base extension. Includes slicing and visualization.
By DMontgomery40 | 73 findings | Scanned 7/28/2026 | tooltrust-scanner/v0.3.19 | 214
Risk Summary
Safe With Normal ControlsExcessive Permissions is the main signal, but overall risk remains within an acceptable range.
Potential impact: The agent may gain overly broad access to files, network, databases, or execution capabilities.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (73)
set_printer_temperature:tool name "set_printer_temperature" implies local write operation but only remote/network-class permissions were detected
Fix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
get_printer_statuslist_printer_filesupload_gcodestart_printcancel_printset_printer_temperatureprocess_and_print_stlprint_3mfblender_mcp_edit_modelFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
input schema exposes 15 properties (threshold: 10)
process_and_print_stlinput schema exposes 12 properties (threshold: 10)
modify_stl_sectioninput schema exposes 22 properties (threshold: 10)
print_3mfFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
declared capabilities: network access
get_printer_statuscancel_printset_printer_temperaturedeclared capabilities: network access, filesystem access
list_printer_filesupload_gcodestart_printprocess_and_print_stlprint_3mfdeclared capabilities: filesystem access
extend_stl_baseslice_stlconfirm_temperaturesget_stl_infoscale_stlrotate_stltranslate_stlmodify_stl_sectiongenerate_stl_visualizationmerge_verticescenter_modellay_flatdeclared capabilities: code/command execution, network access, filesystem access
check_fulu_orca_setupdeclared capabilities: code/command execution, network access, HTTP requests
fulu_bambu_network_rpcdeclared capabilities: code/command execution, filesystem access
blender_mcp_edit_modelFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
input parameter "api_key" accepts a credential (informational; not evidence of insecure handling)
get_printer_statuslist_printer_filesupload_gcodestart_printcancel_printset_printer_temperatureprocess_and_print_stlinput parameter "bambu_token" accepts a credential (informational; not evidence of insecure handling)
get_printer_statuslist_printer_filesupload_gcodestart_printcancel_printset_printer_temperatureprint_3mfFix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.
No metadata.dependencies or repo_url were exposed by this MCP server, and no local project manifest could be inferred from the launch command.
get_printer_statuslist_printer_filesupload_gcodestart_printcancel_printset_printer_temperatureextend_stl_baseslice_stlconfirm_temperaturesprocess_and_print_stlget_stl_infoscale_stlrotate_stltranslate_stlmodify_stl_sectiongenerate_stl_visualizationprint_3mfcheck_fulu_orca_setupfulu_bambu_network_rpcmerge_verticescenter_modellay_flatblender_mcp_edit_modelFix: Review and remediate the identified issue.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y mcp-3d-printer-server"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)