a11y-toolkit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| a11y_contrast_pairA | Contraste WCAG 2.2 de un par de colores: ratio exacto y veredictos por criterio 1.4.3 (AA), 1.4.6 (AAA) y 1.4.11 (no textual). Si no pasa AA, sugiere el color más cercano que sí pasa. |
| a11y_contrast_imageA | Contraste de TEXTO SOBRE IMAGEN: muestrea píxel a píxel el fondo real de la región y devuelve ratio peor/mediana/p95 y % de área que pasa AA. region="x,y,ancho,alto" delimita la caja del texto (recomendado). |
| a11y_suggest_colorA | Color más cercano a fg que alcanza el ratio objetivo contra bg (4.5 por defecto). |
| a11y_generate_declarationC | Genera una Declaración de Accesibilidad en HTML conforme al artículo 10 del RD 1112/2018 (sector público) o la información de accesibilidad estilo Ley 11/2023/EAA (marco="eaa"). Campos legales incluidos; el HTML es accesible. |
| a11y_audit_urlA | Express accessibility audit of a URL: fetches the page and checks automatic WCAG 2.2 signals — images without alt (1.1.1), controls without accessible names (4.1.2), form fields without labels (3.3.2), missing lang/title (3.1.1, 2.4.2), heading level skips (1.3.1), blocked zoom (1.4.4), positive tabindex (2.4.3), untitled iframes. Returns findings by severity. Filter, not verdict: automation covers ~1/3 of WCAG. |
| a11y_snapshotA | Captura un snapshot de accesibilidad de una URL: elementos interactivos (tag, rol, nombre accesible, href) y orden real de tabulación. Guárdalo antes de un deploy y compara después con a11y_diff. Requiere Playwright instalado localmente. |
| a11y_diffA | Compara dos snapshots de accesibilidad (antes/después de un deploy): interactivos añadidos/eliminados/renombrados y cambios en el orden de foco. Acepta JSON inline (empezando por "{") o rutas de fichero. |
| a11y_diff_urlsB | Snapshot de dos URLs y diff en una sola llamada (p. ej. staging vs producción). Requiere Playwright. |
| a11y_aria_live_snippetA | Devuelve el código JavaScript del monitor de anuncios aria-live para inyectar en una página (bookmarklet o page.evaluate): registra cada anuncio de regiones dinámicas con hora, cortesía, rol y texto. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/kinti/a11y-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server