← All WebMCP sites

image-color-changer.com

Media & Personalhttps://image-color-changer.com/listed as of 2026-08-27
Free image editor on one canvas: recolor logos, replace colors, remove backgrounds, design banners, stickers and QR codes — all re-editable layers. No signup.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

search_siteanswerimperative
Search image-color-changer.com for the page that does a given job. Accepts plain English ("make my logo white", "cut out the background", "instagram banner"). Returns ranked pages with their URLs.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "What the user wants to do, in plain English."
    },
    "limit": {
      "type": "number",
      "description": "Maximum results. Default 8.",
      "minimum": 1,
      "maximum": 25
    }
  },
  "required": [
    "query"
  ]
}
list_image_toolsanswerimperative
List every single-purpose image tool on the site — resize, recolour, make transparent, crop, convert format, extract a palette, and so on. Each entry names the page slug to pass to open_tool. Pass a category to get the full description and parameters for a smaller set.
Input schema
{
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "enum": [
        "Color",
        "Edit",
        "Effects",
        "Convert",
        "Generate",
        "Logo",
        "Icon",
        "Signature",
        "Stamp",
        "Palette"
      ],
      "description": "Restrict to one category and include full detail for each tool."
    }
  }
}
open_toolactimperative
Navigate the current tab to a page on this site by slug — anything search_site or list_image_tools returned. Once a tool page is open it registers its own tools for setting options and downloading the result.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Page slug, e.g. \"replace-color-in-image\"."
    }
  },
  "required": [
    "slug"
  ]
}
get_pricinganswerimperative
What image-color-changer.com costs: the free allowance, one-time credit packs, and the subscription tiers, plus what a credit is spent on. Prices are in EUR.
Input schema
{
  "type": "object",
  "properties": {}
}
answer_faqanswerimperative
Look up the site's own answer to a question about image-color-changer.com — pricing, privacy, supported formats, accounts, what happens to uploaded images. Returns the closest published answers rather than one guess, so pick the one that fits.
Input schema
{
  "type": "object",
  "properties": {
    "question": {
      "type": "string",
      "description": "The user's question."
    }
  },
  "required": [
    "question"
  ]
}
Listings are sourced from public community registries and shown as reported.