# Aria Validate Mcp Server

> Model context protocol server for validating ARIA (Accessible Rich Internet Applications)

- **Type:** MCP server
- **Install:** `agentstack add mcp-yamanoku-aria-validate-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yamanoku](https://agentstack.voostack.com/s/yamanoku)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [yamanoku](https://github.com/yamanoku)
- **Source:** https://github.com/yamanoku/aria-validate-mcp-server

## Install

```sh
agentstack add mcp-yamanoku-aria-validate-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

ARIA Validate MCP Server

ARIA（Accessible Rich Internet Applications）の検証を行うModel Context Protocol
(MCP) サーバーです。

[aria-query](https://github.com/A11yance/aria-query)ライブラリを使用して、ARIA属性とrole属性の妥当性を検証します。

このMCPサーバーを使用すると、以下のような質問ができます。

- aria-labelledby属性はnavigation roleで使用できますか？
- aria-hiddenの有効な値は何ですか？
- すべてのARIAランドマークをリストしてください。

## セットアップ

### 必要な環境

- [Node.js](https://nodejs.org/) 24.x以上
- [Deno](https://deno.land/) 2.x以上

### MCPクライアントでの設定

Claude DesktopなどのMCPクライアントの設定ファイルに以下を追加します：

```json
{
  "mcpServers": {
    "aria-validate-mcp": {
      "command": "deno",
      "args": [
        "run",
        "--allow-read",
        "/path/to/aria-validate-mcp-server/index.ts"
      ]
    }
  }
}
```

## 開発

```bash
## 開発モードで実行（ファイル監視あり）
deno task dev
## テスト
deno test
## フォーマット
deno fmt
## Linter
deno lint
```

## 謝辞
このOSSはGemini 2.5 Flash Image (Nano Banana)によってロゴを製作、Claude 4.5 Sonnetによってドキュメントのサンプルを提案いただきました。感謝申し上げます。

## ライセンス

[LICENSE](./LICENSE) を参照してください。

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yamanoku](https://github.com/yamanoku)
- **Source:** [yamanoku/aria-validate-mcp-server](https://github.com/yamanoku/aria-validate-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-yamanoku-aria-validate-mcp-server
- Seller: https://agentstack.voostack.com/s/yamanoku
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
