MCP 3D Printer Server

by DMontgomery40
Verified

get_printer_status

Retrieve the current status of a 3D printer using API credentials, host details, and printer type. Supports OctoPrint, Klipper, Duet, Bambu, and more.

Instructions

Get the current status of the 3D printer

Input Schema

NameRequiredDescriptionDefault
api_keyNoAPI key for authentication (default: value from env)
bambu_serialNoSerial number for Bambu Lab printers (default: value from env)
bambu_tokenNoAccess token for Bambu Lab printers (default: value from env)
hostNoHostname or IP address of the printer (default: value from env)
portNoPort of the printer API (default: value from env)
typeNoType of printer management system (octoprint, klipper, duet, repetier, bambu, prusa, creality) (default: value from env)

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "API key for authentication (default: value from env)", "type": "string" }, "bambu_serial": { "description": "Serial number for Bambu Lab printers (default: value from env)", "type": "string" }, "bambu_token": { "description": "Access token for Bambu Lab printers (default: value from env)", "type": "string" }, "host": { "description": "Hostname or IP address of the printer (default: value from env)", "type": "string" }, "port": { "description": "Port of the printer API (default: value from env)", "type": "string" }, "type": { "description": "Type of printer management system (octoprint, klipper, duet, repetier, bambu, prusa, creality) (default: value from env)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP 3D Printer Server

Related Tools

ID: 7f6v2enbgk