A paid remote endpoint that gives AI agents programmatic access to Chrome DevTools during browser sessions. Exposes four tools: inspect_page_state, read_console_errors, summarize_network_waterfall, and export_devtools_receipt. Useful when you need your agent to debug frontend issues, capture console output, analyze page load performance, or generate audit trails of browser interactions. Runs as a hosted service over streamable HTTP, requires a bearer token from their website. Returns structured JSON for all operations and includes usage receipts, making it straightforward to track what your agent did and bill accordingly. Reach for this when local DevTools automation isn't enough and you need remote, token-gated browser inspection with compliance logs.
Hosted MCP for AI agent browser DevTools MCP.
Chrome DevTools Session MCP is a paid remote MCP endpoint for AI agent browser DevTools MCP. It exposes structured JSON tools, a public server card, token-based access, usage receipts, and audit-ready workflow evidence for AI agents and coding teams.
com.clauxel.chromedevtoolsmcp/chromedevtoolsmcp-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
inspect_page_stateread_console_errorssummarize_network_waterfallexport_devtools_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use