bizprint-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BIZPRINT_API_URL | No | Override the API base URL (default: https://print.bizswoop.app/api/connect-application/v1) | |
| BIZPRINT_PUBLIC_KEY | Yes | Your BizPrint API public key | |
| BIZPRINT_SECRET_KEY | Yes | Your BizPrint API secret key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_printersA | List all printers configured in BizPrint. Returns printer details including id, title, enabled status, station assignment, and print settings. |
| get_printerA | Get details for a specific printer by ID. Returns printer configuration including title, enabled status, station, copies, paper size, color, duplex, and orientation settings. |
| list_stationsA | List all print stations configured in BizPrint. Returns station details including id, title, status, version, domain, and assigned printers. |
| get_stationA | Get details for a specific print station by ID. Returns station configuration including title, status, version, domain, and assigned printers. |
| create_print_jobA | Create a new print job in BizPrint. Sends a document URL to a specific printer for printing. Returns the created job details including id and status. |
| get_print_jobA | Get details for a specific print job by ID. Returns job information including printer, URL, description, status, and creation time. |
| list_print_jobsA | List all print jobs in BizPrint. Returns job details including id, printer, URL, description, status, and creation time. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/bizswoop-development/bizprint-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server