MCP Server
MCP
io.github.bitterdev/dropscan-mcp
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
Install
uvx dropscan-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "dropscan-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Personal access token for the Dropscan REST API",
"isRequired": true,
"isSecret": true,
"name": "DROPSCAN_API_TOKEN"
},
{
"description": "Set to 1 to unlock the write and action tools, which also require confirm=true on every call",
"name": "DROPSCAN_ALLOW_WRITES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment