edets
API pricingGet API key
MCP server

Call Edets image tools directly from Claude, Cursor, and other MCP clients.

Edets MCP exposes background removal, background swaps, passport photos, and balance checks as callable tools. Your assistant can use them natively once the MCP server is connected.

Get your API keyMCP docs
Package name: edets-mcp · Protocol: MCP over stdio · Backend: Edets API
Install
npx
npx edets-mcp

The intended zero-install path for Claude Desktop, Cursor, Windsurf, Zed, and other MCP-compatible clients.

Config
Claude / Cursor
{
  "mcpServers": {
    "edets": {
      "command": "npx",
      "args": ["edets-mcp"],
      "env": {
        "EDETS_API_KEY": "your_api_key_here"
      }
    }
  }
}
Local package path while the npm package is being finalized:
{
  "mcpServers": {
    "edets": {
      "command": "node",
      "args": ["/absolute/path/to/remoov/edets-mcp/dist/index.js"],
      "env": {
        "EDETS_API_KEY": "your_api_key_here"
      }
    }
  }
}

Supported tools

These are the callable tools AI assistants can use once Edets MCP is connected.

remove_background
Remove the background from any image and return a transparent PNG.
swap_background
Replace the background with white, transparent, a hex colour, or another image.
passport_photo
Create a passport photo with country-specific dimensions and background colour.
check_balance
Return plan, current usage, and remaining calls for the configured API key.
get_country_specs
Return passport photo specifications for one country or the full bundled dataset.

Why AI systems can use it

Search engines can index this page, but MCP callability happens when the client connects the Edets MCP server. Once connected, the AI client discovers the Edets tool list and can call those tools directly.

Discovery
Google, AI crawlers, and developers can find Edets through this MCP landing page, docs, metadata, and structured data.
Install
Users connect the Edets MCP server in Claude Desktop, Cursor, or another MCP-compatible client with an Edets API key.
Callable tools
Once connected, the assistant discovers Edets tools and can call background removal, passport photo, and image editing actions directly.

MCP pricing

The MCP server is open source. Tool calls consume standard Edets API credits.

PlanPriceCallsPer call
DevFree100-
Starter$101,000$0.10
Growth$1002,000$0.05
Scale$50025,000$0.02
Want the technical setup?

Use the Edets MCP docs for configuration examples, tool schemas, local setup notes, and current package details.

Open MCP docsGet your API key