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. パッケージをインストールするか、pwa-today-mcp を実行するように 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