netlify.com
Netlify is a web platform for building, deploying, and operating websites and web applications. It provides hosting, deploy workflows, edge features, forms, functions, storage, database, and AI-related tooling.
Netlify exposes a REST API at `api.netlify.com`, an OAuth-protected MCP server at `netlify-mcp.netlify.app/mcp`, and the `netlify` CLI; the API and CLI use bearer tokens, while the MCP server uses self-onboarding OAuth.
- Netlify MCP serverdetected
- Netlify REST APIdiscovered
- Netlify CLIdiscovered
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.
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.
$ netlify loginAcquired by the CLI — running netlify login opens the auth flow and stores the credential.
conventions · 5/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://netlify.com/llms.txt
- API catalog✓https://netlify.com/.well-known/api-catalog
- OpenAPI document✓https://netlify.com/openapi.json
- MCP server card✓https://netlify-mcp.netlify.app/mcp
- OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✓https://netlify.com/.well-known/agent-skills/index.json
Publish these signals → /publishing