dropcoin-a11y
Server Details
Accessibility pre-checks (WCAG/BFSG) in a real browser + statement drafts. Pay per call.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 4.3/5 across 2 of 2 tools scored.
The two tools are completely distinct: one performs a technical accessibility scan, the other generates a legal statement. No overlap or ambiguity exists.
Both tools follow the same verb_noun pattern: scan_accessibility and draft_statement. Clear and predictable naming.
With only 2 tools, the set feels thin, but the niche scope (accessibility scanning + statement drafting) makes the count appropriate. It's on the low end of the acceptable range.
The workflow is complete: scan a URL, optionally use results to draft a statement. No obvious missing operations for the stated purpose.
Available Tools
2 toolsdraft_statementAInspect
Draft a German accessibility statement (Erklärung zur Barrierefreiheit) for a website, optionally enriched with a previous scan_accessibility result. Missing legally-required facts come back as [[PLACEHOLDERS]] you must fill in; the draft needs legal review before publication. Pure text generation, no network access. 200 credits, requires an API key.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| scanResult | No | ||
| contactEmail | No | ||
| organisation | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility. It discloses that this is pure text generation (no network access), that missing facts become placeholders, that legal review is required, and that it costs credits and needs an API key. This is exceptionally transparent and goes beyond basic purpose.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with purpose, and covers usage, behavior, and constraints without fluff. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (4 params, nested object, no output schema, no annotations), the description covers the key aspects: purpose, optional input, placeholders, legal caveat, and access requirements. It does not explicitly state the output structure or error handling, but for a text-generation tool this is acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It mentions the optional scan_result but does not explain the purpose of url, contactEmail, or organisation. While parameter names are self-explanatory, the description does not provide meaningful additional semantics for each parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: drafting a German accessibility statement for a website. It uses a specific verb ('Draft') and resource, and distinguishes itself from the sibling tool 'scan_accessibility' by mentioning optional enrichment with a previous scan result.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The context is clear: this is for drafting after scanning, optionally using scan_accessibility results. It implies the tool should be used in conjunction with scanning, but does not explicitly state when not to use it or name alternatives. Still, the guidance is sufficient for an agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scan_accessibilityAInspect
Automated technical accessibility pre-check (WCAG 2.1/2.2 AA via axe-core) for one public https:// URL, rendered in a real headless browser, mapped to German BFSG requirements. Catches roughly 57% of WCAG violations — NOT a substitute for a manual audit and never a conformity proof. Results are cached 6h per (url, standard); a cache hit still costs the full price. 500 credits, requires an API key.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| waitMs | No | ||
| standard | No | ||
| includePasses | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full transparency burden and exceeds expectations. It discloses concrete behavioral traits: catches roughly 57% of violations, uses a headless browser, results are cached 6h per (url, standard), a cache hit still costs the full price, requires 500 credits and an API key. These caveats give the agent realistic expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three dense sentences, each earning its place. The first sentence front-loads the core function, the second and third add critical operational caveats. No fluff or repetition of schema fields.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (4 params, no annotations, no output schema), the description covers pricing, auth, caching, detection limits, and a key exclusion. It falls short only on explaining the return format and the two less-obvious parameters, which prevents a perfect score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for 4 parameters, so the description must compensate. It does clarify 'url' by requiring a public https:// URL and indirectly hints at 'standard' through WCAG 2.1/2.2 AA, but it never explains 'waitMs' or 'includePasses'. The agent would have to guess from parameter names alone, which is insufficient for low coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific action ('Automated technical accessibility pre-check'), a concrete resource (one public https:// URL), and attaches meaningful scope (WCAG 2.1/2.2 AA via axe-core, mapped to German BFSG requirements). It also distinguishes itself from the sibling tool 'draft_statement' by framing itself as a pre-check rather than the final statement product.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly positions the tool as a preliminary step and explicitly says it is 'NOT a substitute for a manual audit and never a conformity proof.' This is a strong when-not guideline. However, it does not explicitly mention using the sibling tool 'draft_statement' as the alternative next step, stopping short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceAutonomous WCAG 2.1 accessibility auditor that scans, fixes, re-verifies, and generates VPAT 2.5 EN 301 549 reports using AI vision analysis + DOM scanning.Last updated9,2861MIT
- AlicenseAqualityCmaintenanceProvides conversational, actionable accessibility testing for AI agents, including auditing, prioritization, and code-level fixes.Last updated2225MIT
- AlicenseAqualityDmaintenanceEnables AI agents to perform comprehensive web accessibility checks (WCAG 2.1/2.2) including color contrast analysis, ARIA validation, and full accessibility report generation without requiring any API key.Last updated8MIT
- AlicenseAqualityFmaintenanceEnables AI agents to perform conversational accessibility testing with actionable insights, code-level fixes, and support for authenticated sessions and batch audits.Last updated22151MIT