{
  "entry": {
    "kind": "mcp",
    "slug": "next-js-devtools-mcp",
    "name": "Next.js DevTools MCP",
    "vendor": "Vercel",
    "description": "Vercel's MCP server for Next.js development exposes build and runtime diagnostics to an agent — route information, build errors, and framework-specific guidance — so an assistant debugging a Next.js app works from the framework's own view rather than from guesses.\n\nIt reads the local project and reaches the network, so it declares filesystem reads and outbound network access. Risk is low relative to the deployment and database servers in this list; the main consideration is scope, since a tool that reads your project directory reads whatever is in it, including any `.env` files that happen to be sitting there.",
    "website": "https://nextjs.org/docs/app/guides/mcp",
    "repository": null,
    "documentationUrl": "https://nextjs.org/docs/app/guides/mcp",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "filesystem:read",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}