Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Netlify MCP server with 35 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Netlify — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Netlify MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Netlify tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Netlify call.
Tools Discovery →A Netlify MCP server lets AI agents read and write Netlify data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Netlify MCP server ships with 35 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Netlify's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new site
List all sites for the authenticated user
Retrieve details for a specific site
Update an existing site
Delete a site
Create a new deploy for a site
List all deploys for a site
Retrieve details for a specific site deploy
Create a new build hook for a site
List all build hooks for a site
Retrieve details for a specific build hook
Update an existing build hook
Delete a build hook
Create a new DNS zone
List all DNS zones for an account
Retrieve details for a specific DNS zone
Delete a DNS zone
Create a new DNS record
List all DNS records for a zone
Delete a DNS record
List all forms for a site
Delete a form from a site
List all submissions for a form
Retrieve details for a specific form submission
Retrieve the currently authenticated user
List all accounts the user has access to
Retrieve details for a specific deploy
Retrieve details for a specific DNS record
List all form submissions for a site
Delete a form submission
Cancel a running deploy
Lock a deploy to prevent auto-publishing
Unlock a deploy to allow auto-publishing
Restore a previous deploy as the current production deploy
Rollback site to the previous production deploy
One endpoint. Any framework. Your agent is talking to Netlify in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
137+ actions
134+ actions
128+ actions
125+ actions
118+ actions
109+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.