← emailmover.online

INDIVIDUAL MCP TOOL

start_measurement

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

emailmover.onlinenone authenticationAvailability not checked

LIVE ENDPOINT

https://emailmover.online/mcp

No auth detected

Connect to this endpoint to inspect the live schema for start_measurement and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

emailmover.online

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.

Related tools

  • get_pricing_quote — Calculate what migrating a mailbox costs: free allowance, exact pay-per-GB price and the cheapest credit bundle.
  • list_providers — All providers emailmover has step-by-step migration guides for, with their IMAP servers.
  • get_provider_settings — IMAP host/port and the exact app-password/setup steps for one provider (e.g.
  • get_job_status — State and progress of a measurement/migration job (sizes, price, live progress).
  • start_migration — Start the actual copy for a measured job.
  • get_service_info — Summary of the service: how it works, pricing model, privacy guarantees and links to start.