Skip to main content
Glama
hwam91

All Paint Colours MCP Server

by hwam91

All Paint Colours — API & MCP server

Programmatic access to every paint colour from every major UK manufacturer: 5,300+ colours from 14 retail brands, plus the RAL Classic and BS 4800 reference systems, with cross-brand colour matching (CIEDE2000), prices, technical finish specs, a room-by-room paint planner, and market trend data.

This repository is the public documentation for the API — the OpenAPI schema, the MCP tool catalogue, the planner project format, and worked examples. Issues and questions are welcome here.

What it answers

  • "What's the closest Dulux colour to Farrow & Ball Railings?"

  • "Same colour, but cheaper" — visually equivalent paints from other brands, ranked by £/m² saving (fairer than £/L, since coverage differs by brand)

  • "What paint matches this hex from a photo or a brand palette?"

  • "What's the retail equivalent of RAL 7016 / BS 4800 18 B 25?"

  • "My bedroom is 4m × 3.2m — how many tins, which primer, what's the cost?"

  • "What's trending in greens this month, and who's changed prices?"

Related MCP server: companies-house-mcp

MCP quick start

claude mcp add --transport http apc https://mcp.allpaintcolours.co.uk/mcp

In Claude (desktop or web): Settings → Connectors → Add custom connector → paste https://mcp.allpaintcolours.co.uk/mcp. ChatGPT (developer mode) and Cursor take the same URL. Sign-in happens through OAuth in your browser on first connect — no API keys to handle.

See MCP_TOOLS.md for the full tool catalogue.

REST quick start

Create a key at https://allpaintcolours.co.uk/account/, then:

curl -H "Authorization: Bearer apc_live_..." \
  "https://allpaintcolours.co.uk/api/v2/search?query=railings"

curl -H "Authorization: Bearer apc_live_..." \
  -H "Content-Type: application/json" \
  -d '{"colours": ["#45494C"], "limit": 3}' \
  "https://allpaintcolours.co.uk/api/v2/match"

More in examples/.

Tiers

Free

Home (£12/mo or £120/yr inc. VAT)

Pro (£60/mo or £600/yr inc. VAT)

Colour research & ΔE matching

Price data + cheapest alternatives

Saved palettes

1

Unlimited

Unlimited

Planner projects

Unlimited

Unlimited

Market data (trends, rankings, changes)

Calls/month (MCP + API pooled)

200

2,500

25,000

Full details, the plan comparison and FAQs: https://allpaintcolours.co.uk/pricing/ — monthly plans cancel any time. | Commercial use in customer-facing products | — | — | ✓ |

Every tool is visible at every tier; above-tier calls return a structured requires_tier error with an upgrade link rather than a bare failure.

Notes on the data

Colour data is factual information gathered from public manufacturer sources. Hex values are sRGB approximations of physical paint — always check a sample pot before committing. Prices are indicative and change; coverage figures are the manufacturers' own. Trend data is a relative 0–100 interest index derived from site engagement, not industry sales.

All Paint Colours is not affiliated with or endorsed by any paint manufacturer; brand names identify their products.

Licence

The documentation in this repository is CC0. The colour data served by the API is subject to the terms at https://allpaintcolours.co.uk/developers/ — no bulk redistribution.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables users to search UK property prices by postcode, street, or city using the HM Land Registry's SPARQL endpoint. It also provides tools for resolving postcodes and finding nearby locations through Ordnance Survey data.
    2
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying UK company data including search, profiles, officers, filings, and persons with significant control via Companies House API.
    101
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables product search, price comparison, and price history analysis across 6 European marketplaces (DE, AT, GB, FR, IT, ES).
    16
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Unified UK property search across major portals with deduplication and open-data enrichment, enabling natural-language queries for listings, sold prices, EPC, crime, schools, and market stats.
    10
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hwam91/allpaintcolours-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server