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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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