N

Netlify REST API

REST discovered

Details
URL
https://api.netlify.com/api/v1/
Docs
https://docs.netlify.com/api-and-cli-guides/api-guides/get-started-with-api/
Authentication
Netlify personal access token bearer discovered Get token ↗
Authorization: Bearer <credential>

In Netlify, open Applications > Personal access tokens, select New access token, name it, optionally allow access to SAML-based team data, choose an expiration, then Generate token and copy it. Use it in API calls as Authorization: Bearer <YOUR_PERSONAL_ACCESS_TOKEN>. For CLI use in CI, save it as NETLIFY_AUTH_TOKEN.

OAuth 2.0 oauth2 discovered
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.