MCP server for the Dropscan postal-mail-to-email API (list, download and act on scanned letters)
Project description
dropscan-mcp
MCP (Model Context Protocol) server for the Dropscan postal-mail-to-email API. Dropscan receives your physical letters at a scanbox; this server lets your MCP client list mailings, download the scans (PDF / ZIP / envelope image / OCR text), and, when explicitly enabled, request actions (scan / forward / destroy) and manage recipients, forwarding addresses and webhook rules.
mcp-name: io.github.bitterdev/dropscan-mcp
Safety first: Dropscan has no sandbox
Every request hits the real production account. Actions are irreversible: a destroyed letter is physically shredded and gone, a forward physically mails the letter and costs money.
Because of that, all write/action tools are gated twice:
DROPSCAN_ALLOW_WRITESenvironment flag. Unless it is set to1/true/yes, every non-GET tool refuses to run. It is disabled by default.confirm: trueparameter. Each write/action tool takes an explicitconfirmargument (defaultfalse) and refuses unless it istrue.
Read-only GET tools are always available and never change state.
Tools
Read-only (always available)
| Tool | Endpoint |
|---|---|
list_scanboxes |
GET /scanboxes |
list_mailings(scanbox_id, current_status?, older_than?) |
GET /scanboxes/{id}/mailings |
get_mailing(scanbox_id, uuid) |
GET /scanboxes/{id}/mailings/{uuid} |
get_mailing_pdf(scanbox_id, uuid, save_path?) |
GET .../{uuid}/pdf |
get_mailing_zip(scanbox_id, uuid, save_path?) |
GET .../{uuid}/zip |
get_mailing_envelope(scanbox_id, uuid, save_path?) |
GET .../{uuid}/envelope |
get_mailing_plaintext(scanbox_id, uuid) |
GET .../{uuid}/plaintext |
list_recipients(scanbox_id) |
GET /scanboxes/{id}/recipients |
get_recipient(scanbox_id, recipient_id) |
GET /scanboxes/{id}/recipients/{id} |
get_forwarding_address(address_id) |
GET /forwarding_addresses/{id} |
get_shipment(shipment_id) |
GET /shipments/{id} |
list_webhook_rules() |
GET /webhook_rules |
get_webhook_rule(rule_id) |
GET /webhook_rules/{id} |
The download tools save the asset to disk (default ~/Downloads, override with save_path or the DROPSCAN_DOWNLOAD_DIR env var) and return the saved path, byte size and content type.
Write / action (double-gated: DROPSCAN_ALLOW_WRITES=1 and confirm=true)
| Tool | Endpoint |
|---|---|
request_mailing_action(scanbox_id, mailing_uuid, action_type, forwarding_address_id?, forwarding_date?, confirm) |
POST .../{uuid}/action_requests |
cancel_mailing_action(scanbox_id, mailing_uuid, action_request_id, confirm) |
DELETE .../{uuid}/action_requests/{id} |
set_mailing_recipient(scanbox_id, mailing_uuid, recipient_id, confirm) |
PUT .../{uuid}/recipient |
create_recipient(scanbox_id, type, firstname?, lastname?, name?, confirm) |
POST /scanboxes/{id}/recipients |
create_forwarding_address(firstname, lastname, street, number, zip_code, city, country_code, company?, info?, state?, confirm) |
POST /forwarding_addresses |
create_webhook_rule(url, events, authorization_header?, confirm) |
POST /webhook_rules |
update_webhook_rule(rule_id, url?, events?, authorization_header?, confirm) |
PATCH /webhook_rules/{id} |
delete_webhook_rule(rule_id, confirm) |
DELETE /webhook_rules/{id} |
action_type is one of scan, forward, destroy (exact enum from the API). For forward, both forwarding_address_id and forwarding_date (ISO YYYY-MM-DD) are required.
Webhook events: mailing_received, scan_requested, mailing_scanned, mailing_archived, mailing_trashed, mailing_shredded, mailing_added_to_shipment, mailing_removed_from_shipment, shipment_sent, package_tracking_updated.
Requirements
- Python >= 3.10
- A Dropscan personal access token
Installation
From a local clone:
python3 -m venv .venv
./.venv/bin/pip install .
Configuration
The token is read from the DROPSCAN_TOKEN environment variable and sent as Authorization: Bearer <token>. It is never hardcoded.
Claude Code
claude mcp add dropscan -e DROPSCAN_TOKEN="dspat-..." -- dropscan-mcp
Claude Desktop / generic MCP client
{
"mcpServers": {
"dropscan": {
"command": "/absolute/path/to/dropscan-mcp/.venv/bin/python",
"args": ["-m", "dropscan_mcp.server"],
"env": {
"DROPSCAN_TOKEN": "dspat-..."
}
}
}
}
To enable the write/action tools, add "DROPSCAN_ALLOW_WRITES": "1" to env. Leave it out to keep the server strictly read-only.
The server runs over stdio.
Environment variables
| Variable | Description |
|---|---|
DROPSCAN_TOKEN |
Required. Dropscan personal access token (Bearer). |
DROPSCAN_ALLOW_WRITES |
Set to 1/true to enable write/action tools. Default: disabled. |
DROPSCAN_DOWNLOAD_DIR |
Default directory for downloaded PDFs/ZIPs/images. Default: ~/Downloads. |
License
MIT, see LICENSE.
Author
Fabian Bitter (fabian@bitter.de)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dropscan_mcp-0.1.0.tar.gz.
File metadata
- Download URL: dropscan_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea2c5cc1feb35f27fce94196305bd004e0bc4f87daa56e793be05e962368aa44
|
|
| MD5 |
dd12f56aaf8322be8a32a9a08f23be90
|
|
| BLAKE2b-256 |
12a64961015fb1abd80f8144cfb5f9b5c998d96874fd97575eddddf1dcbcc076
|
File details
Details for the file dropscan_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dropscan_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a865b15be57acfa3eb149c6499f6623422cce591c0f817a5b2c067cf5ff875a1
|
|
| MD5 |
b6d2db35ea67fd249681bdf546a0297c
|
|
| BLAKE2b-256 |
370aeaa446a33004ad52d3c5d144e2b006f398b2bf052610e23f5ca91b082c12
|