{
  "name": "chromedevtoolsmcp",
  "title": "Chrome DevTools Session MCP",
  "description": "A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs, and audit-ready JSON for agent and CI workflows.",
  "version": "1.0.0",
  "websiteUrl": "https://chromedevtoolsmcp.clauxel.com/",
  "documentationUrl": "https://chromedevtoolsmcp.clauxel.com/mcp/",
  "endpointUrl": "https://chromedevtoolsmcp.clauxel.com/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "bearer",
    "required": true,
    "header": "Authorization",
    "format": "Bearer <paid-token>"
  },
  "paidAccess": {
    "required": true,
    "checkoutUrl": "https://chromedevtoolsmcp.clauxel.com/api/agent-checkout",
    "tokenStatusUrl": "https://chromedevtoolsmcp.clauxel.com/api/mcp-token/status",
    "tokenClaimUrl": "https://chromedevtoolsmcp.clauxel.com/api/mcp-token/claim",
    "defaultPlan": "team",
    "pricing": [
      {
        "id": "solo",
        "name": "Solo",
        "monthlyUsd": 29
      },
      {
        "id": "team",
        "name": "Team",
        "monthlyUsd": 99
      },
      {
        "id": "studio",
        "name": "Studio",
        "monthlyUsd": 249
      }
    ]
  },
  "tools": [
    {
      "name": "inspect_page_state",
      "description": "Chrome DevTools Session MCP inspect page state",
      "inputSchema": {
        "type": "object",
        "properties": {
          "sample": {
            "type": "string",
            "description": "Workflow sample, schema, policy fixture, or agent output."
          },
          "context": {
            "type": "string",
            "description": "Optional review context."
          }
        },
        "required": [
          "sample"
        ]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "verdict": {
            "type": "string"
          },
          "reason": {
            "type": "string"
          },
          "receipt_id": {
            "type": "string"
          },
          "usage_units": {
            "type": "integer"
          },
          "next_action": {
            "type": "string"
          }
        }
      }
    },
    {
      "name": "read_console_errors",
      "description": "Chrome DevTools Session MCP read console errors",
      "inputSchema": {
        "type": "object",
        "properties": {
          "sample": {
            "type": "string",
            "description": "Workflow sample, schema, policy fixture, or agent output."
          },
          "context": {
            "type": "string",
            "description": "Optional review context."
          }
        },
        "required": [
          "sample"
        ]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "verdict": {
            "type": "string"
          },
          "reason": {
            "type": "string"
          },
          "receipt_id": {
            "type": "string"
          },
          "usage_units": {
            "type": "integer"
          },
          "next_action": {
            "type": "string"
          }
        }
      }
    },
    {
      "name": "summarize_network_waterfall",
      "description": "Chrome DevTools Session MCP summarize network waterfall",
      "inputSchema": {
        "type": "object",
        "properties": {
          "sample": {
            "type": "string",
            "description": "Workflow sample, schema, policy fixture, or agent output."
          },
          "context": {
            "type": "string",
            "description": "Optional review context."
          }
        },
        "required": [
          "sample"
        ]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "verdict": {
            "type": "string"
          },
          "reason": {
            "type": "string"
          },
          "receipt_id": {
            "type": "string"
          },
          "usage_units": {
            "type": "integer"
          },
          "next_action": {
            "type": "string"
          }
        }
      }
    },
    {
      "name": "export_devtools_receipt",
      "description": "Chrome DevTools Session MCP export devtools receipt",
      "inputSchema": {
        "type": "object",
        "properties": {
          "sample": {
            "type": "string",
            "description": "Workflow sample, schema, policy fixture, or agent output."
          },
          "context": {
            "type": "string",
            "description": "Optional review context."
          }
        },
        "required": [
          "sample"
        ]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "verdict": {
            "type": "string"
          },
          "reason": {
            "type": "string"
          },
          "receipt_id": {
            "type": "string"
          },
          "usage_units": {
            "type": "integer"
          },
          "next_action": {
            "type": "string"
          }
        }
      }
    }
  ],
  "inputOutputSummary": "Each tool accepts structured workflow evidence and returns verdict, reason, receipt_id, usage_units, and next_action JSON.",
  "supportEmail": "support@aigeamy.com",
  "repositoryUrl": "https://github.com/clauxel/chrome-devtools-session-mcp-mcp",
  "sourceUrl": "https://github.com/clauxel/chrome-devtools-session-mcp-mcp",
  "externalDocsUrl": "https://github.com/clauxel/chrome-devtools-session-mcp-mcp"
}
