---
title: "Standard MCP endpoint"
description: "Connect a remote MCP client to search and describe Serialize operations."
---

> 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.

# Standard MCP endpoint

Configure a Streamable HTTP MCP client with:

```text
https://serialize.dev/mcp
```

No API key is required.

## What it exposes

- `serialize_search_operations`
- `serialize_describe_operation`

## What it does not expose

The endpoint cannot receive recipe input, run operations, or return transformed data. This deliberate separation keeps the public service focused on catalogue discovery.

## Client workflow

Search by capability, select an exact canonical operation name, then call describe to obtain positional arguments and type information. Move to page-local WebMCP or the interactive workspace when execution is needed.

Source: https://help.serialize.dev/automation/standard-mcp/index.mdx
