Netlify for your agents.
Connect Netlify once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 15 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Netlify.
What agents can do with Netlify
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
netlify_meCheck the token: returns the authenticated user.
netlify_list_sitesList sites on the account.
netlify_list_deploysList a site's deploys, newest first.
netlify_get_siteGet one site's full configuration (build settings, custom domain, publish state).
netlify_get_deployGet one deploy by id, including state (ready, building, error) and the deploy summary.
netlify_list_formsList the forms Netlify detected on a site.
netlify_list_form_submissionsList the submissions collected for one form.
netlify_list_accountsList the accounts (teams) the token can access.
netlify_trigger_buildTrigger a new build/deploy for a site. Optionally clear the build cache first.
netlify_create_siteCreate a new site on the account.
netlify_delete_siteDelete a site by ID.
netlify_get_dns_zonesList DNS zones for an account.
netlify_create_dns_recordCreate a DNS record in a zone.
netlify_list_deploy_keysList deploy keys for the account.
netlify_create_deploy_keyCreate a new deploy key.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Click 'New access token'.
- Name it and generate.
- Copy the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Netlify to Even: call connect_begin("netlify") on the even-connect MCP and walk me through it.
List all sites on account, retrieve deploys for site, and trigger new build or deploy.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.