Productivity
emailmover.online
Facilitates email migration by providing pricing quotes, provider settings, and migration job tracking.
ENDPOINT 1
https://emailmover.online/mcp
MCP server metadata
- Name
- emailmover
- Version
- 1.0.0
Tools for the emailmover e-mail migration service. Public: price quotes, provider IMAP settings, service info. Authenticated (Authorization: Bearer emk_... — the user mints a token at https://emailmover.online/app/ai): start_measurement, get_job_status, start_migration — a full migration can be run agent-side; only payment (if any) happens via a checkout URL in the browser.
Known tools 7
get_pricing_quoteCalculate what migrating a mailbox costs: free allowance, exact pay-per-GB price and the cheapest credit bundle.
Potential side effectslist_providersAll providers emailmover has step-by-step migration guides for, with their IMAP servers.
Inferred read-onlyget_provider_settingsIMAP host/port and the exact app-password/setup steps for one provider (e.g.
Inferred read-onlystart_measurementStart the free measurement of a real migration: connects to both IMAP mailboxes and reports size and price.
Inferred read-onlyget_job_statusState and progress of a measurement/migration job (sizes, price, live progress).
Inferred read-onlyget_service_infoSummary of the service: how it works, pricing model, privacy guarantees and links to start.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.emailmover]
url = "https://emailmover.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"emailmover": {
"type": "http",
"url": "https://emailmover.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: emailmover
Remote MCP URL: https://emailmover.online/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"emailmover": {
"url": "https://emailmover.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"emailmover": {
"type": "http",
"url": "https://emailmover.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "emailmover",
"transport": "streamable-http",
"url": "https://emailmover.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.