Skip to main content
Glama
bitterdev

pixelletter-mcp

by bitterdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PIXELLETTER_EMAILYesRequired. The e-mail address the PixelLetter account is registered with.
PIXELLETTER_ENDPOINTNoEndpoint of the interface. Default https://www.pixelletter.de/xml/index.php.https://www.pixelletter.de/xml/index.php
PIXELLETTER_PASSWORDYesRequired. The PixelLetter password.
PIXELLETTER_TIMEOUT_MSNoRequest timeout in milliseconds, default 120000.120000
PIXELLETTER_ACCEPT_TERMSNoAccept the PixelLetter terms with every order, default true. The API rejects orders otherwise (error 013).true
PIXELLETTER_FORCE_TEST_MODENoForce test mode for every order, default false.false
PIXELLETTER_DEFAULT_LOCATIONNoDefault dispatch centre: 1 Munich (DE), 2 Hausleiten near Vienna (AT), 3 Hamburg (DE).1
PIXELLETTER_DEFAULT_DESTINATIONNoDefault destination country as a two letter ISO code, for example DE.
PIXELLETTER_WAIVE_WITHDRAWAL_RIGHTNoWaive 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/bitterdev/pixelletter-mcp'

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