Skip to main content
Glama

MCP 3D Printer Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-3D-printer-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server