netlify-mcp-specialist

Automate Netlify MCP deployments and diagnose build and function failures.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Whaleylaw/llm-lawyer --skill netlify-mcp-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-mcp-specialist
Source: https://github.com/Whaleylaw/llm-lawyer/tree/main/.claude/skills/netlify-mcp-specialist
Command: npx skills add https://github.com/Whaleylaw/llm-lawyer --skill netlify-mcp-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines managing Netlify deployments via an MCP interface by providing clear steps to authenticate, trigger builds, inspect deploys, manage environment variables, and debug serverless functions so teams can reliably deploy JAMstack sites and recover from build failures.

Core Features & Use Cases

  • Site discovery and selection: list Netlify sites and retrieve site metadata to identify deployment targets.
  • Deploy orchestration: trigger deploys (including clear-cache rebuilds), create preview deploys for branches, poll deploy status, and validate live sites after deployment.
  • Environment and function management: update environment variables, trigger rebuilds to apply changes, list Netlify Functions, and inspect function runtimes and endpoints.
  • Troubleshooting and recovery: fetch failed deploy details and build logs, identify common build errors, monitor function invocations and logs, and restore previous successful deploys when necessary.
  • Use Case: Deploy a preview for a feature branch, debug a failing production build caused by a missing env var, and rollback to the last successful deploy if the issue persists.

Quick Start

Trigger a Netlify MCP deploy for site my-app with clear_cache enabled and poll the deploy status until it is ready.

Frequently Asked Questions about netlify-mcp-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Netlify deployments and trigger builds via MCP?

You can debug failed Netlify builds by fetching deploy details and build logs through the Netlify MCP. This Skill inspects failed deployments, identifies common build errors like missing environment variables, and monitors serverless function invocations for runtime diagnostics.

How do I manage environment variables for JAMstack sites on Netlify?

Managing environment variables for JAMstack sites involves updating env vars and triggering a rebuild to apply changes. This Skill updates environment configurations via the Netlify MCP and automatically polls the subsequent deploy status to validate the update.

Can I rollback to a previous successful Netlify deploy after a build failure?

Yes, you can rollback to a previous successful Netlify deploy after a build failure. This Skill restores previous deploys via the Netlify MCP interface, allowing teams to recover JAMstack sites and validate the live site after the rollback completes.

Do I need a Netlify auth token to inspect serverless function logs?

Yes, you need a NETLIFY_AUTH_TOKEN to inspect serverless function logs. This Skill requires the token to authenticate with the Netlify MCP, list Netlify Functions, and read function logs to monitor runtimes and endpoints effectively.

What is the best way to clear the cache during a Netlify rebuild?

The best way to clear the cache during a Netlify rebuild is to trigger a deploy with clear_cache enabled. This Skill initiates clear-cache rebuilds via the Netlify MCP and polls the deploy status until the fresh build is fully ready.