AgentGrade

公式

あなたのサイトはエージェントフレンドリーですか?証明するバッジを取得しましょう。

Agent Grade MCPで何ができますか?

  • Scan a website for AI agent readiness — Run scan_url to get a scored report covering payment protocols, API discovery, and machine-readable metadata.
  • Get a compact agent-optimized scan — Use scan_compact to retrieve flat JSON results designed for automated decision-making.
  • Retrieve past scan results — Query get_history to access previous scans for a given URL.
  • Validate an x402 payment discovery file — Check an x402.json file for correctness with validate_x402_json.

ドキュメント

AgentGrade

任意のウェブサイトをスキャンしてAIエージェントの準備状況を評価します。支払いプロトコル、API検出、機械可読メタデータにわたる80以上のチェックを網羅したスコア付きレポートを取得できます。

ツール

  • scan_url — スコア付きレポート、機能検出、一貫性チェックを含む完全スキャン
  • scan_compact — エージェントの意思決定に最適化されたフラットJSON
  • get_history — 過去のスキャン結果を照会
  • validate_x402_json — x402.json支払い検出ファイルを検証

チェック内容

  • 支払いプロトコル — x402、MPP、SPT (Stripe)、L402 (Lightning)
  • API検出 — MCPサーバー、OpenAPI仕様、AIプラグイン、Claudeプラグイン、Skills
  • 機械可読コンテンツ — llms.txt、agents.txt、robots.txt、コンテンツネゴシエーション
  • バザール検出 — x402.jsonサービスカタログ、検出可能なエンドポイント
  • ホームページとメタ情報 — JSON-LD、OpenGraph、カノニカルURL、ファビコン
  • インフラストラクチャ — HTTPS、サイトマップ、キャッシュヘッダー、構造化エラー

使用方法

認証不要です。MCPクライアント設定に以下を追加してください:

{ "mcpServers": { "agentgrade": { "command": "npx", "args": ["-y", "mcp-remote", "https://agentgrade.com/mcp"] } } }

またはCLIを使用: npx agentgrade-cli https://example.com

Webスキャナー: https://agentgrade.com