pixelletter-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PIXELLETTER_EMAIL | Yes | Required. The e-mail address the PixelLetter account is registered with. | |
| PIXELLETTER_ENDPOINT | No | Endpoint of the interface. Default https://www.pixelletter.de/xml/index.php. | https://www.pixelletter.de/xml/index.php |
| PIXELLETTER_PASSWORD | Yes | Required. The PixelLetter password. | |
| PIXELLETTER_TIMEOUT_MS | No | Request timeout in milliseconds, default 120000. | 120000 |
| PIXELLETTER_ACCEPT_TERMS | No | Accept the PixelLetter terms with every order, default true. The API rejects orders otherwise (error 013). | true |
| PIXELLETTER_FORCE_TEST_MODE | No | Force test mode for every order, default false. | false |
| PIXELLETTER_DEFAULT_LOCATION | No | Default dispatch centre: 1 Munich (DE), 2 Hausleiten near Vienna (AT), 3 Hamburg (DE). | 1 |
| PIXELLETTER_DEFAULT_DESTINATION | No | Default destination country as a two letter ISO code, for example DE. | |
| PIXELLETTER_WAIVE_WITHDRAWAL_RIGHT | No | Waive the two week right of withdrawal so orders run immediately, default true. false delays every order by two weeks. | true |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_letterA | Sends a letter through PixelLetter, either as ready made documents (absolute file paths, PDF preferred) or as plain text plus a recipient address that PixelLetter typesets. Optionally faxes the same document as well. Returns the result code and the transaction id. |
| send_faxB | Sends documents or plain text as a fax through PixelLetter, without posting a letter. Additional services such as registered mail do not apply to faxes. |
| get_account_infoA | Reads the stored customer data and the current credit of the PixelLetter account. Use it before sending to make sure the balance covers the order, error 021 means the credit is too low. |
| cancel_order | Cancels a submitted order by its PixelLetter order id, which is on the order confirmation e-mail. Only works while the order has not been printed yet, otherwise PixelLetter answers with error 055. |
| sign_invoiceA | Sends documents to the PixelLetter invoice signing service (action 4) and optionally mails the signed PDF to the invoice recipient. The account needs electronic signatures enabled once in the customer area, otherwise PixelLetter answers with error 046. |
| get_interface_referenceA | Returns what the PixelLetter interface documents: action values, dispatch centres, additional service codes, allowed upload types, limits and the published error codes. Offline lookup, no API call. |
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/bitterdev/pixelletter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server