From dd08c5dcd0b52745850d52c68c687092013df239 Mon Sep 17 00:00:00 2001 From: Vince Gonzalez Date: Thu, 10 Sep 2026 03:30:50 -0400 Subject: [PATCH 1/2] Add vince-gonzalez/opticquiz-mcp under Accessibility Two MCP servers for color-vision accessibility: palette/image colorblind-safety checking with the conflicting pairs named, colorblind-safe palette generation, image recoloring for protan/deutan/tritan, and Ishihara-style plate generation. Machado, Oliveira & Fernandes (2009) + CIEDE2000; method published open access at doi.org/10.5281/zenodo.21310578. Local stdio, no network calls. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..f2a204da5 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ MCP servers for creating, coordinating, and executing agreements: commitments, e ### ♿ Accessibility - [kinti/a11y-toolkit](https://github.com/kinti/a11y-toolkit) [![kinti/a11y-toolkit MCP server](https://glama.ai/mcp/servers/kinti/a11y-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/kinti/a11y-toolkit) 🐍 🏠 - MCP server + CLI for WCAG 2.2 accessibility: color contrast (pairs plus pixel-level text-over-image sampling), EU accessibility declaration generation (RD 1112/2018, Ley 11/2023 / European Accessibility Act, EN 301 549), and an aria-live announcement monitor. Multilanguage es/en, zero dependencies. +- [vince-gonzalez/opticquiz-mcp](https://github.com/vince-gonzalez/opticquiz-mcp) 📇 🏠 🍎 🪟 🐧 - Color-vision accessibility. Check whether a palette or an image is colorblind-safe and name the conflicting pairs, generate colorblind-safe palettes (Okabe-Ito seeded), recolor an image as protanopia/deuteranopia/tritanopia renders it, and generate Ishihara-style test plates. Built on Machado, Oliveira & Fernandes (2009) + CIEDE2000, published open access at doi.org/10.5281/zenodo.21310578. Runs locally over stdio, no network calls. Install: `npx -y cvdsafe-mcp` and `npx -y colorblind-mcp`. ### 🎨 Art & Culture From dfe9b33bbc790c715452d7a8b42f24ef6e822dea Mon Sep 17 00:00:00 2001 From: Vince Gonzalez Date: Fri, 11 Sep 2026 14:58:27 -0400 Subject: [PATCH 2/2] Add Glama score badge Server is approved and listed on Glama; badge added in the format requested by the listing bot. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a204da5..cd496f2ce 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ MCP servers for creating, coordinating, and executing agreements: commitments, e ### ♿ Accessibility - [kinti/a11y-toolkit](https://github.com/kinti/a11y-toolkit) [![kinti/a11y-toolkit MCP server](https://glama.ai/mcp/servers/kinti/a11y-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/kinti/a11y-toolkit) 🐍 🏠 - MCP server + CLI for WCAG 2.2 accessibility: color contrast (pairs plus pixel-level text-over-image sampling), EU accessibility declaration generation (RD 1112/2018, Ley 11/2023 / European Accessibility Act, EN 301 549), and an aria-live announcement monitor. Multilanguage es/en, zero dependencies. -- [vince-gonzalez/opticquiz-mcp](https://github.com/vince-gonzalez/opticquiz-mcp) 📇 🏠 🍎 🪟 🐧 - Color-vision accessibility. Check whether a palette or an image is colorblind-safe and name the conflicting pairs, generate colorblind-safe palettes (Okabe-Ito seeded), recolor an image as protanopia/deuteranopia/tritanopia renders it, and generate Ishihara-style test plates. Built on Machado, Oliveira & Fernandes (2009) + CIEDE2000, published open access at doi.org/10.5281/zenodo.21310578. Runs locally over stdio, no network calls. Install: `npx -y cvdsafe-mcp` and `npx -y colorblind-mcp`. +- [vince-gonzalez/opticquiz-mcp](https://github.com/vince-gonzalez/opticquiz-mcp) [![vince-gonzalez/opticquiz-mcp MCP server](https://glama.ai/mcp/servers/vince-gonzalez/opticquiz-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vince-gonzalez/opticquiz-mcp) 📇 🏠 🍎 🪟 🐧 - Color-vision accessibility. Check whether a palette or an image is colorblind-safe and name the conflicting pairs, generate colorblind-safe palettes (Okabe-Ito seeded), recolor an image as protanopia/deuteranopia/tritanopia renders it, and generate Ishihara-style test plates. Built on Machado, Oliveira & Fernandes (2009) + CIEDE2000, published open access at doi.org/10.5281/zenodo.21310578. Runs locally over stdio, no network calls. Install: `npx -y cvdsafe-mcp` and `npx -y colorblind-mcp`. ### 🎨 Art & Culture