Skip to main content
Glama

Server Details

Scan URLs for WCAG 2.1 violations, generate AI fixes, and produce VPAT 2.5 compliance reports.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
groundlogic-ai-source/accessibility-ai
GitHub Stars
1
Server Listing
AccessibilityAI

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: scanning, generating fixes, generating VPAT reports, and re-verifying. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (scan_accessibility, generate_fixes, generate_vpat, re_verify). The naming is predictable and uniform.

Tool Count5/5

With 4 tools covering the core workflow of scanning, fixing, reporting, and re-verification, the count is well-scoped and no tools feel redundant or missing.

Completeness5/5

The tool surface covers the full lifecycle: scan accessibility issues, generate fixes, re-verify after fixes, and generate a VPAT report. No obvious gaps for the domain.

Available Tools

4 tools
generate_fixesA
Read-only
Inspect

Takes scan results and generates specific code fixes for each accessibility violation. Returns ready-to-apply code patches and a copy-paste summary for Claude Code or Replit Agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
scan_idYesThe scan_id returned by scan_accessibility
frameworkNoThe frontend framework of the codebase being fixedhtml
anthropic_api_keyYesYour Anthropic API key (used only for this request, never stored)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so description's statement that API key is 'never stored' adds value but does not contradict annotations. No other behavioral details disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded purpose, no fluff. Every word serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, description mentions output types (patches, summary). Somewhat complete but could detail patch format. Good for a simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all 3 parameters with descriptions (100% coverage). Description adds minimal extra meaning beyond schema, only clarifying API key usage. Baseline 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool generates code fixes from scan results, with specific outputs (code patches and summary). Distinguishes from siblings: scan_accessibility performs scans, generate_vpat generates reports, re_verify re-verifies.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implied usage after scan_accessibility via 'Takes scan results', but no explicit when-to-use or when-not-to-use guidance. No mention of sibling tools or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_vpatA
Read-only
Inspect

Generates a complete VPAT 2.5 EN 301 549 accessibility conformance report based on scan results. Returns structured JSON and a downloadable PDF (base64-encoded). Covers all EN 301 549 clauses; non-web clauses are marked Not Evaluated with professional notes.

ParametersJSON Schema
NameRequiredDescriptionDefault
notesNoAdditional context about the product or evaluation scope
scan_idYesThe scan_id from scan_accessibility
company_nameYesCompany or organization name
product_nameYesName of the product being evaluated
contact_emailYesContact email for accessibility questions
evaluation_dateNoEvaluation date (YYYY-MM-DD). Defaults to today.
product_versionNoVersion of the product1.0
anthropic_api_keyYesYour Anthropic API key (used only for this request, never stored)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate read-only behavior (readOnlyHint=true), which the description does not contradict. The description adds useful context: it returns JSON and a base64 PDF, covers all EN 301 549 clauses, and marks non-web clauses as Not Evaluated. It also notes the API key is never stored, adding trust transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences: purpose, outputs, and scope. Every sentence adds value, and key information is front-loaded. No redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, inputs (scan results), outputs (JSON and PDF), and scope (all clauses). It could mention the prerequisite scan_accessibility but is otherwise complete for a report generation tool with no output schema. Adequate for agent decision-making.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description need not restate parameter details. It does not add additional semantic meaning beyond the schema descriptions. Baseline 3 is appropriate given high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates a complete VPAT 2.5 EN 301 549 accessibility report from scan results, distinguishing it from sibling tools like scan_accessibility (scanning) and generate_fixes (fix generation). The verb 'generates' and resource 'complete VPAT...report' are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use after scanning ('based on scan results') but does not explicitly state when to use or when to avoid, nor does it mention alternatives or prerequisites. The context from sibling tools is not directly referenced in the description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

re_verifyA
Read-only
Inspect

Re-scans a URL after fixes have been applied and compares results against the original scan. Returns which violations were resolved, which persist, and any new issues introduced.

ParametersJSON Schema
NameRequiredDescriptionDefault
scan_idYesThe original scan_id from scan_accessibility to compare against
anthropic_api_keyYesYour Anthropic API key (used only for this request, never stored)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Adds value beyond annotations by explaining the comparison logic and return values (resolved/persisting/new). Annotations already indicate read-only and non-destructive; description confirms it performs a new scan without modifying system state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences that front-load the purpose and use. No unnecessary words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description adequately explains the return structure (resolved/persisting/new issues). Could mention that it triggers a new scan (time/network), but overall complete for a verification tool with simple parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear parameter descriptions. Tool description provides context that the scan_id is from the original scan, but no additional semantic detail beyond what the schema already offers. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it re-scans a URL after fixes and compares results, listing what it returns. It distinguishes from siblings like scan_accessibility (initial scan) and generate_fixes (suggests fixes) by being the verification step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'after fixes have been applied', providing clear context for when to use. Does not explicitly state when not to use or name alternatives, but it's implied that scan_accessibility should be called first.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

scan_accessibilityA
Read-only
Inspect

Scans a URL for WCAG 2.1 accessibility violations using DOM analysis (axe-core) and visual AI (Claude Vision). Returns structured violation data and a scan_id for use with other tools.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to scan for accessibility violations
max_pagesNoMaximum pages to scan when scan_depth is full_site
scan_depthNoWhether to scan a single page or crawl the full site (max 10 pages)single_page
vision_modeNoVision analysis depth. 'standard' runs one Claude Vision pass on the full page (fast, default). 'thorough' analyzes the page section-by-section with a two-pass consensus to reduce false positives (slower, more API calls; applied to the first page only).standard
anthropic_api_keyYesYour Anthropic API key (used only for this request, never stored)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's disclosure of returning data and scan_id is adequate but not rich. No mention of rate limits or other side effects beyond what annotations convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two well-structured sentences with no redundancy. Front-loaded with core purpose and method, followed by key output details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, full schema coverage, and no output schema, the description covers the tool's purpose, methods, and output. Could mention more about scan_id usage, but overall complete for a scan tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear descriptions for each parameter. The description does not add semantic information beyond what the schema provides, so baseline score applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool scans a URL for WCAG 2.1 violations using specific methods (axe-core, Claude Vision) and returns structured data and a scan_id. It distinguishes from siblings like 'generate_fixes' and 'generate_vpat' which are post-scan tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage as a first step by mentioning scan_id for use with other tools, but does not explicitly state when to use versus alternatives or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.