---
title: "Automation and agents"
description: "Choose between page-local WebMCP execution and the public read-only MCP catalogue."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Automation and agents

Serialize exposes two complementary agent surfaces.

| Surface | Runs recipes | Handles recipe input | Best for |
|---|---:|---:|---|
| Page-local WebMCP | Yes, bounded | Inside the browser page | Sensitive data and interactive execution |
| Standard MCP | No | No | Remote catalogue search and operation discovery |

Use standard MCP to discover the exact operation and its argument schema. Use WebMCP in an open Serialize tab to detect likely encodings and run a short recipe.

Source: https://help.serialize.dev/automation/index.mdx
