MCP 3D Printer Server

by DMontgomery40
Verified

get_printer_status

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" }