← Back to Plugins
MCP Server MCP

io.github.bitterdev/dropscan-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...