All Paint Colours MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@All Paint Colours MCP ServerFind the cheapest paint similar to Farrow & Ball Railings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Website: https://allpaintcolours.co.uk
MCP server:
https://mcp.allpaintcolours.co.uk/mcpREST API:
https://allpaintcolours.co.uk/api/v2(interactive docs · OpenAPI)Sign up / API keys: https://allpaintcolours.co.uk/account/
Pricing & terms: https://allpaintcolours.co.uk/developers/
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/mcpIn 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.
This server cannot be installed
Maintenance
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
Convert colours between hex, RGB, HSL, OKLCH and CMYK, and compute harmonies.
A complete color workflow over MCP: mix, convert, harmonize, measure, and remember palettes.
Search UK companies, land registry prices, charities, OS locations, and traffic data
Company & brand data by domain or ticker/ISIN: industry, headcount, HQ, social, colors, logos.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.22MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying UK company data including search, profiles, officers, filings, and persons with significant control via Companies House API.101MIT

idealo MCP Serverofficial
AlicenseNot gradedqualityFmaintenanceEnables product search, price comparison, and price history analysis across 6 European marketplaces (DE, AT, GB, FR, IT, ES).16MIT- AlicenseAqualityBmaintenanceUnified 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.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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