Color Palette SkillColor Palette Skill

OnlineCredit Usage:1 per callTool:ColorPaletteSkill

The tool

Color Palette generates beautiful color schemes with RGB, HSL, contrast ratios, and WCAG accessibility compliance data.

Once your client is connected to the VerveKit MCP server, this appears in its tool list as ColorPaletteSkill. It is read-only and open-world: it fetches, it never mutates anything on your side, so most clients will call it without asking you to confirm.

Tool call
{
  "name": "ColorPaletteSkill",
  "arguments": {
    "color": "FF5733"
  }
}

What that looks like in a conversation

You don't name the tool — the model picks it. Asking about FF5733 in the terms this source covers is enough for it to reach for ColorPaletteSkill on its own.

Connecting

One server URL covers every skill in the catalog, including this one. Authorization is OAuth — the client opens a browser once and there is no key to paste into a config file.

Client config
{
  "mcpServers": {
    "vervekit": {
      "url": "https://api.vervekit.com/v1/mcp"
    }
  }
}
Endpoint
https://api.vervekit.com/v1/mcp

Per-client setup — Claude Desktop, Cursor, VS Code, ChatGPT — is on the MCP setup page.

Arguments

These are the properties on the tool's inputSchema, so a well-behaved client validates them before the call is made.

ArgumentTypeExampleDescription
colorRequiredstringFF5733The base color to generate the palette from (HEX format without #)
schemestringtriadeThe color scheme type One of: mono, contrast, triade, tetrade, analogic.
variationstringsoftThe color variation One of: default, soft, pastel, light, hard, pale.
countPremiuminteger5Number of colors to return (1-16). Free tier limited to 5 colors
distancePremiumnumber0.5Color spacing distance (0-1). Affects triade, tetrade, and analogic schemes
addComplementPremiumbooleantrueAdd complement color to analogic scheme
webSafebooleanfalseReturn web-safe colors only

What the model gets back

The result carries a structuredContent object matching the tool's declared outputSchema, so a client can read fields without parsing prose. status is "ok" on success and error is null; a null field means the value wasn't available for that input, not that the call failed.

Result
{
  "status": "ok",
  "error": null,
  "data": {
    "source": "#FF5733",
    "sourceName": "Outrageous Orange",
    "hue": 11,
    "scheme": "triade",
    "variation": "soft",
    "distance": 0.5,
    "colorCount": 5,
    "colorPalette": [
      {
        "hex": "#CC988F",
        "name": "Oriental Pink",
        "rgb": {
          "r": 204,
          "g": 152,
          "b": 143
        },
        "hsl": {
          "h": 9,
          "s": 37,
          "l": 68
        },
        "luminance": 0.373,
        "isDark": true,
        "textColor": "#FFFFFF",
        "accessibility": {
          "contrastWithWhite": 2.48,
          "contrastWithBlack": 8.46,
          "wcagAANormal": false,
          "wcagAALarge": false,
          "wcagAAA": false
        }
      },
      {
        "hex": "#805F59",
        "name": "Russett",
        "rgb": {
          "r": 128,
          "g": 95,
          "b": 89
        },
        "hsl": {
          "h": 9,
          "s": 18,
          "l": 43
        },
        "luminance": 0.135,
        "isDark": true,
        "textColor": "#FFFFFF",
        "accessibility": {
          "contrastWithWhite": 5.68,
          "contrastWithBlack": 3.7,
          "wcagAANormal": true,
          "wcagAALarge": true,
          "wcagAAA": false
        }
      },

Fields

Fields marked Premium need a paid plan. On a plan without them the key is absent rather than wrong, so a model never reasons over a substituted value.
FieldTypeExampleDescription
sourcestring#FF5733
sourceNamestringOutrageous Orange
huenumber11
schemestringtriade
variationstringsoft
distancenumber0.5
colorCountnumber5
colorPalettearray[5]list of rows
colorPalette.0.hexstring#CC988F
colorPalette.0.namestringOriental Pink
colorPalette.0.rgbobject{…}
colorPalette.0.rgb.rnumber204
colorPalette.0.rgb.gnumber152
colorPalette.0.rgb.bnumber143
colorPalette.0.hslobject{…}
colorPalette.0.hsl.hnumber9
colorPalette.0.hsl.snumber37
colorPalette.0.hsl.lnumber68
colorPalette.0.luminancenumber0.373
colorPalette.0.isDarkbooleantrue
colorPalette.0.textColorstring#FFFFFF
colorPalette.0.accessibilityobject{…}
colorPalette.0.accessibility.contrastWithWhitenumber2.48
colorPalette.0.accessibility.contrastWithBlacknumber8.46
colorPalette.0.accessibility.wcagAANormalbooleanfalse
colorPalette.0.accessibility.wcagAALargebooleanfalse
colorPalette.0.accessibility.wcagAAAbooleanfalse
colorPaletteRawarray["cc988f","805f59","e6d2cf"]
cssPremiumstring:root { --primary: #CC988F; --primary-rgb: 204, 152, 143; --secondary: #805F59; --secondary-rgb: 128, 95, 89; --tertiary: #E6D2CF; --tertiary-rgb: 230, 210, 207; --quaternary: #BF6E60; --quaternary-rgb: 191, 110, 96; --quinary: #A2CC8F; --quinary-rgb: 162, 204, 143; }Ready-to-use CSS variables
imagePremiumobject{…}Generated palette image file details
image.imageNamestring6ee29826-a52f-4c87-86f5-bef3b49f0dbb_palette.pngFilename of the generated palette image
image.formatstring.pngImage file format (e.g. .png)
image.downloadURLstringhttps://storage.googleapis.com/apiverve/APIData/colorpalette/6ee29826-a52f-4c87-86f5-bef3b49f0dbb_palette.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1766010083&Signature=Boef5OapaNmcyp0F8bGmf%2BVfQk3zQkiWcw1THBfbsevtYGZnOuzr7xKDRlk9FYiHidSoMz6wjody2ymL7GzUoHkDvA8PEdSERhAq2z9St5yWlaX1c87KoNh%2FtCQEJqHixYk039NuYyb%2FhJu18JFY1RNrOfo8OPZEn9a3ICQdTDL0fYQEZEBxnDuc%2B7wvn4q9UFWhCJcf302HcoZoCw76AzrgVRu%2FazuahqHdVWMR1K5QTV3U51lSoqC23ERHjRZ6uZB8W0bCO65qBFrRNzWEPSVCC%2F8oafvvitZwB1YCG674q3MbtRhWXIhX2zdoPCT%2BgxL7E4fgIyXDtDLm5%2Bm%2Fsg%3D%3DURL to download the generated palette image
image.expiresnumber1766010083748

Failure modes

Errors come back as tool errors with a sentence the model can act on, not a bare status code.

StatusWhat it means
400 / 422The arguments didn't validate. The message names the offending one.
401The OAuth session is invalid or expired — reconnect the server.
403Out of credits. Not a bad key — the month's allowance is spent.
404This skill isn't part of VerveKit. Check the catalog.
429Brief rate limit. Retrying after a moment succeeds.

Other ways to use Color Palette Skill

Set up Color Palette Skill on VerveKit, or reach the same source a different way. Your VerveKit account and credits work on all of them — one key, one balance.

Call it as a REST APIOne HTTPS endpoint and an X-API-Key header, with SDKs for Node, Python and .NET.APIVerveReference →
Use it in Google Sheets or ExcelA =VERVE() formula fills a column — no script, no export, recalculates in place.VerveSheetsReference →

Frequently asked questions

Do I have to tell the agent to use ColorPaletteSkill?

No. The tool's name and description are in the model's context once the server is connected, so it selects the tool when the question calls for it. Naming it explicitly works too and is useful when you want to force the call.

Does connecting the server expose every tool at once?

Yes — one connection lists the whole VerveKit catalog. Clients with a tool budget can usually filter the list; the credit cost is per call, so an unused tool costs nothing.

What does a call cost?

1 credit each time the tool actually runs. A model that reasons about the tool without calling it costs nothing.

Is there a REST version of this?

Yes — the same source is available as a plain HTTPS endpoint on APIVerve, linked above. Same data, same credits, same account.

What's Next?

Continue your journey with these recommended resources

Was this page helpful?