io.simplyprint/simplyprint
repo:https://github.com/simplyprint/simplyprint-claude-plugin
3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account.
- transport:
- remote
- credential class:
- gated
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- add_queue_commentshallow
Add a comment (general or feedback) to a queue item or user file. File attachments are not supported via MCP.
- add_to_queueshallow
Queue a file for printing. Pick exactly one file source: fileId (hex hash from the files.simplyprint.io Upload endpoint) or filesystem (UserFile.uid of an existing library file). Supports PRINT_QUEUE custom fields.
- adjust_filament_weightshallow
Adjust the remaining weight of a filament spool (e.g. after manual weighing).
- approve_queue_itemshallow
Approve one or more pending/revision/denied queue items, with optional comment.
- archive_print_jobshallow
Archive a print job (hide from default history listings).
- assign_filamentshallow
Assign a filament spool to a printer (or a specific extruder slot).
- cancel_printshallow
Cancel the current print on a printer
- cancel_scheduled_printshallow
Cancel a print that has not started yet - either waiting for its scheduled time or waiting in a staggered start queue - and free the printer. This does NOT cancel a print that is already running; use cancel_print for that.
- create_foldershallow
Create a new folder (or edit an existing one with optional org-level permissions).
- create_print_jobshallow
Start a print job on one or more printers. File source is exactly one of: file_id (API file hash from upload), filesystem (user-file uid), queue_file (existing queue item id), reprint (previous print-job id), or next_queue_item=true (auto-pick the next matching queue item per printer, deduplicated across printers). Supports PRINT_JOB custom fields (shared and per-printer). Auto-starts when the account's autostartPrints setting is on (default).
- delete_fileshallow
Delete one or more files.
- delete_foldershallow
Delete one or more folders.
- delete_queue_commentshallow
Delete an approval comment you authored (or any comment if you have the permission).
- delete_queue_groupshallow
Delete a queue group. Optionally move its items to another group via move_to.
- deny_queue_itemshallow
Deny a pending queue item, either removing it or requesting revisions. Include a comment explaining the decision.
- empty_queueshallow
DESTRUCTIVE: Delete all items from the queue (optionally filtered by group or done-only). Confirm with the user before calling.
- estimate_file_costshallow
Estimate the print cost of a file, optionally for a specific printer.
- get_account_statisticsshallow
Account-level print statistics (success rate, filament used, print time, cost) with optional date range and user/printer filters.
- get_farm_overviewshallow
One-shot summary of farm-wide printer state. Use this (NOT list_printers) when the user asks "how many printers are printing/idle/awaiting bed clear/etc." or "what is the state of the farm". Returns a total and {count, printers:[{id,name}]} for each bucket: online, offline, not_connected, operational (idle), printing, paused, awaiting_bed_clear (a print finished but the bed has not been cleared yet — printer is online + operational + still has a job; this is NOT print_pending), in_maintenance, print_pending (a queued staggered/scheduled start), requires_attention (has unresolved error notifications), ai_running, ai_detected_low, ai_detected_high. Counts overlap intentionally: a printer can be in "online" + "printing" + "ai_running" at once.
- get_filamentshallow
Get details of one specific filament spool. Use this (NOT list_filaments+grep) when the user names a spool by id or short id. Accepts spool_id (the integer DB id) or spool_short_id (the 4-character code shown on QR labels and the spool view page, e.g. "T2SO", "M0WT").
- get_filament_historyshallow
Retrieve the usage history of a filament spool.
- get_foldershallow
Get a folder's details including permissions.
- get_maintenance_dashboardshallow
Overview of maintenance jobs, problems, inventory, and printer maintenance status.
- get_next_queue_itemshallow
Find the best-matching queue item(s) for a set of printers using SimplyPrint's compatibility matcher.
- get_next_queue_items_for_printersshallow
Read-only preview: for each given printer, return the next queue item that would be started. Uses the same dedup matcher as create_print_job with next_queue_item=true, so the same queue item is never returned twice across printers in one call. Includes match failures per printer (issues) so you can explain why a printer has nothing to print. Does NOT start any job.
- get_print_jobshallow
Get detailed info for a specific print job.
- get_printershallow
Get details, status, temps, current job, filament, notifications for ONE specific printer by id. Use this (not list_printers) whenever the user asks about a single printer they've already identified — "status of printer X", "what's printer 5 doing", "temperature on Creality K2". Cheaper and less noisy than listing all printers.
- get_queue_itemshallow
Get details of a specific queue item
- get_queue_item_costshallow
Calculate the estimated cost of a queue item, optionally for a specific printer.
- get_referral_statsshallow
Referral program statistics: conversions, earnings, pending payout.
- get_slicer_settings_for_fileshallow
Retrieve slicer settings stored for a file.
- get_webhook_sampleshallow
Get one or more realistic sample webhook payloads for a specific event type, matching the envelope a live webhook delivery would produce. Used by integration platforms (Activepieces, n8n, Zapier) to show the payload shape before any real event fires. Falls back to synthetic data when no applicable entity exists in the account.
- home_printershallow
Home the printer axes (move to origin position)
- inspect_printer_queueshallow
Show which queue items match/miss a specific printer and why. Useful for diagnosing why a queue item will not print.
- list_brand_filamentsshallow
List filament products from a specific brand.
- list_custom_fieldsshallow
List custom field definitions with pagination and search.
- list_custom_fields_forshallow
List custom field definitions for a specific entity category and optional sub-category (e.g. PRINT + PRINT_QUEUE for queue-item custom fields).
- list_filament_colorsshallow
List available filament colors (for UI pickers or picking similar spools).
- list_filamentsshallow
List filament spools with optional filters and sorting. Accounts often have hundreds of spools, so ALWAYS pair sort_by with a limit. Use sort_by=last_used + limit=10 for "most used / most popular spool" questions. Use sort_by=created + limit=N for recently added. Use sort_by=left for emptiest/fullest. Filters (material_type/brand/color) are case-insensitive substring matches. If the user names a specific spool by id or 4-character short id (e.g. "T2SO"), call get_filament instead — do NOT list and grep. Amount-remaining fields: report weight from leftGrams/totalGrams (grams) and percentLeft (%), NOT the raw total/left which are internal filament LENGTH in mm. density (g/cm³) is the value used for the gram conversion; densityIsEstimated=true means the spool has no material profile so a default density was assumed.
- list_filesshallow
List files and folders in the user's SimplyPrint storage. With pid set, only returns files compatible with that printer (full compatibility check). With global_search=true (default), searches recursively across all folders.
- list_pending_queue_itemsshallow
List queue items pending approval (status: PENDING, DENIED, or REVISION).
- list_print_jobsshallow
List past print jobs with pagination, filters, and sort. Compact mode (default) drops gcodeAnalysis, filament breakdowns, and panel-only flags.
- list_printersshallow
List MULTIPLE printers with optional filters. For details on a single known printer, call get_printer instead — do not list-then-filter. For farm-wide counts ("how many printers are doing X"), call get_farm_overview instead — do not paginate this. Use status=["online"] to only see reachable printers, status=["printing"] for ones actively printing, status=["was_printing_when_offline"] for printers that dropped mid-print, status=["idle"] for available printers ready to accept a job, status=["awaiting_bed_clear"] for printers whose last print finished but the bed has not been cleared yet (NOT print_pending, which means a queued staggered start).
- list_queueshallow
List print queue items with optional filters. Supports filtering by assigned printer(s), group, approval status, tags, queue-item custom-field values, and age. Example: older_than_days=7 for "items added more than 7 days ago", or custom_fields=[{id: "<uuid>", value: "Engineering"}] for a specific department field.
- list_queue_commentsshallow
Retrieve all approval comments on a queue item or user file.
- list_queue_groupsshallow
List all queue groups in the user's account.
- list_scheduled_printsshallow
List every print across the account that is waiting for a scheduled start time, soonest first. Use this for "what is scheduled tonight", "do I have anything queued up for tomorrow", or before rescheduling/cancelling so you can name the right printer. Returns printer, filename, scheduled_for and who scheduled it. Prints already released and starting are NOT listed here - use get_farm_overview for those.
- mark_filament_driedshallow
Mark a filament spool as freshly dried (resets humidity tracking).
- match_file_to_printersshallow
Find which printer models in the account are compatible with a given file.
- move_fileshallow
Move one or more files to a folder.
- move_foldershallow
Move a folder to another location.
- move_printer_axisshallow
Move a printer axis to a relative position
- move_queue_itemshallow
Move one or more queue items to a different queue group.
- pause_printshallow
Pause the current print on a printer
- remove_from_queueshallow
Remove an item from the print queue
- reorder_queue_groupshallow
Move a queue group to a new position.
- reorder_queue_itemshallow
Move a single queue item to a new 1-based position.
- reschedule_printshallow
Change when a scheduled print starts, or release it immediately. Pass schedule_for with a new absolute instant to move it; omit schedule_for (or send null) to start the print now. Only affects prints still waiting on a scheduled time - a print already staggered or downloading cannot be pushed back.
- resubmit_queue_itemshallow
Resubmit a denied or revision-requested queue item back to pending approval. File-replacement is not supported via MCP.
- resume_printshallow
Resume a paused print on a printer
- revive_queue_itemshallow
Bring a completed (done) queue item back to the active queue.
- save_queue_groupshallow
Create a new queue group or update an existing one.
- send_back_for_revisionshallow
Revoke approval on an already-approved item and send it back to the submitter for revisions.
- send_gcodeshallow
Send G-code commands to a printer
- set_custom_field_valuesshallow
Set custom field values on one or more entities (queue items, files, printers, etc.). Use this to set a "deadline" or similar field across many queue items at once.
- set_file_printersshallow
Set the printers/models/groups a file is assigned to.
- set_printer_fansshallow
Control the printer cooling fans
- set_printer_motorsshallow
Enable or disable the printer stepper motors
- set_printer_temperaturesshallow
Set target temperatures (nozzle, bed and/or chamber) on one or more printers - works while idle and mid-print. Values above the printer model maximum are clamped; 0 turns a heater off.
- unarchive_print_jobshallow
Restore an archived print job.
- unassign_filamentshallow
Remove a filament spool from its printer assignment.
- update_fileshallow
Update file metadata such as name and GCODE analysis.
- update_queue_commentshallow
Edit an approval comment you authored.
- update_queue_itemshallow
Update a queue item (amount, note, custom print time, material usage, printer assignments).
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/99aff05d-ec9c-4360-b961-2568a887d5cf)