# Netlify (verified)

Deploy, manage, and configure sites on Netlify. Trigger builds, manage environment variables, check deploy status, and configure domains.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add netlify

# Browse available tools
npx -y @smithery/cli@latest tool list netlify

# Get full schema for a tool
npx -y @smithery/cli@latest tool get netlify get-netlify-coding-context

# Call a tool
npx -y @smithery/cli@latest tool call netlify get-netlify-coding-context '{}'
```

## Direct MCP Connection

Endpoint: `https://netlify.run.tools`

## Tools (9)

- `get-netlify-coding-context` — ALWAYS call when writing code. Required step before creating or editing any type of functions, Netlify sdk/library  usa…
- `netlify-user-services-reader` — Select and run one of the following Netlify read operations (read-only) get-user
- `netlify-deploy-services-reader` — Select and run one of the following Netlify read operations (read-only) get-deploy, get-deploy-for-site
- `netlify-deploy-services-updater` — Select and run one of the following Netlify write operations deploy-site
- `netlify-team-services-reader` — Select and run one of the following Netlify read operations (read-only) get-teams, get-team
- `netlify-project-services-reader` — Select and run one of the following Netlify read operations (read-only) get-project, get-projects, get-forms-for-project
- `netlify-project-services-updater` — Select and run one of the following Netlify write operations update-visitor-access-controls, update-forms, manage-form-…
- `netlify-extension-services-reader` — Select and run one of the following Netlify read operations (read-only) get-extensions, get-full-extension-details
- `netlify-extension-services-updater` — Select and run one of the following Netlify write operations change-extension-installation, initialize-database

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get netlify <tool-name>
```
