Skip to main content
Glama
pwa-today

PWA Today MCP Server

Official
by pwa-today

PWA Today MCP Server

从兼容 MCP 的编码代理运行 PWA Today 运行时审计。

切勿将你的 PWA Today 客户端密钥或访问令牌粘贴到聊天中。请将其存储在你的 MCP 客户端的密钥或环境配置中。模型无需看到它。

设置

  1. PWA Today 控制台 中创建或获取 API 凭据。

  2. 在控制台中注册并验证应用程序主机名。

  3. 安装包或配置你的 MCP 客户端以运行 pwa-today-mcp

  4. 在服务器环境中存储 PWA_CLIENT_IDPWA_CLIENT_SECRET。可选择设置 PWA_API_URL;它默认为 https://api.pwa.today

  5. 重启或重新连接你的 MCP 客户端。

  6. 让你的代理开始审计。

服务器仅使用 stdio,并提供以下工具:

  • start_pwa_audit

  • get_pwa_audit_status

  • get_pwa_audit_results

示例请求:

Run a standard PWA Today audit on https://staging.example.com. Use this repository and commit as source metadata. Show me the result when it finishes.
Review audit <auditId>, map every failed or warning check to this codebase, and propose a minimal fix plan. Do not edit files yet.
After the deployment is live, run the audit again and compare the quality gate and failed checks.

服务器会为每次新审计创建一个幂等键,并将其与审计 ID 一起报告。如果创建结果未知,请使用相同的键重试。MCP 包不接受被审计应用的认证,也不部署应用程序。

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Exposes axe-core accessibility auditing as MCP tools so any MCP-compatible agent can audit HTML for structural and semantic issues.
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a deterministic pre-install security scan for Agent skills, plugins, and MCP servers via stdio, returning verdicts, audited badges, CI gates, and reports without executing code or making network calls.
    707 npm
    MIT