← Registry

Productivity

emailmover.online

Facilitates email migration by providing pricing quotes, provider settings, and migration job tracking.

1 endpoint7 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://emailmover.online/mcp

No auth detected

MCP server metadata

Name
emailmover
Version
1.0.0
Capabilities
tools
Server instructions

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_quote

Calculate what migrating a mailbox costs: free allowance, exact pay-per-GB price and the cheapest credit bundle.

Potential side effects
list_providers

All providers emailmover has step-by-step migration guides for, with their IMAP servers.

Inferred read-only
get_provider_settings

IMAP host/port and the exact app-password/setup steps for one provider (e.g.

Inferred read-only
start_measurement

Start the free measurement of a real migration: connects to both IMAP mailboxes and reports size and price.

Inferred read-only
get_job_status

State and progress of a measurement/migration job (sizes, price, live progress).

Inferred read-only
start_migration

Start the actual copy for a measured job.

Inferred read-only
get_service_info

Summary of the service: how it works, pricing model, privacy guarantees and links to start.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.