Dropscan MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from pypi. Last commit 27 Jul 2026.
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
Today is the operative word: we check Dropscan MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dropscan-mcp -- uvx dropscan-mcp
{
"mcpServers": {
"dropscan-mcp": {
"args": [
"dropscan-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.dropscan-mcp]
command = "uvx"
args = ["dropscan-mcp"]
{
"mcpServers": {
"dropscan-mcp": {
"args": [
"dropscan-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"dropscan-mcp": {
"args": [
"dropscan-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
DROPSCAN_API_TOKEN (Personal access token for the Dropscan REST API), DROPSCAN_ALLOW_WRITES (Set to 1 to unlock the write and action tools, which also require confirm=true on every call).
The author declared them in the registry entry; get the values from the project itself.
Read-only MCP server for UK gym search using the LocalGym Agent API.
MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.
The first MCP server for physical mail: send postcards and letters, manage lists and campaigns.
Local-only Python MCP server for the Files.com API.
MCP server for the Stream.estate French real estate API
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
The official MCP Server for the Mux API
MCP server for the Vulners.com API
Answers built from our own checks of this server.