Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/wasp-lang/wasp/chrome-devtoolsgit clone --depth 1 https://github.com/wasp-lang/waspGrade A, and why
chrome-devtools scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
6 near-identical copies found in the catalogue:
- chrome-devtools — 100% identical, 1 lines differ
- chrome-devtools — 100% identical, 0 lines differ
- chrome-devtools — 100% identical, 1 lines differ
- chrome-devtools — 100% identical, 1 lines differ
- chrome-devtools — 86% identical, 6 lines differ
- chrome-devtools — 86% identical, 6 lines differ
What it actually says
{
"chrome-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"chrome-devtools-mcp@latest"
],
"env": {}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 10 lines scan A 17215c801e04
chrome-devtools is an MCP server published in the GitHub repository wasp-lang/wasp (18,714 stars, last pushed 4d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other mcp servers, from other repositories
deepspider
MCP server "deepspider" as configured in ma-pony/deepspider. Runs src/mcp/server.js with node.
playwright
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
chrome-enterprise-premium-mcp
Chrome Enterprise Premium MCP server. Runs locally from the @google/chrome-enterprise-premium-mcp npm package.
camoufox-research
MCP server for browser research on the anti-detect Camoufox browser: search, page reading (incl. JS/SPA), batch fetch, clicks, typing, sessions, cache. Runs locally from the camoufox-research Python package.
crow
a remote URL tester for the terminal. Runs locally from the crow npm package.
markdown-for-agents-mcp
MCP server for AI agents — fetch any URL with full JavaScript rendering (Playwright/Chromium) and convert to clean, token-efficient markdown. Works on React, Vue, Angular, and any JS-heavy page. Runs locally from the markdown-for-agents-mcp npm package. Needs 9 environment variables to run.