> For the complete documentation index, see [llms.txt](https://docs.sealsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealsecurity.io/reference/mcp-server.md).

# MCP server

The Seal MCP server, Seal's Model Context Protocol endpoint for AI clients.

The Seal MCP server is Seal's Model Context Protocol endpoint, open to any MCP-aware client you run.

The tools it exposes cover the same areas as the Seal UI: discovered packages, Sealing Rules, Generate fix, GitHub integration, reports, and so on. Search over the Seal documentation is available on the same endpoint.

## Quick add in Claude Code

```bash
claude mcp add --scope user --transport http seal https://mcp.sealsecurity.io/mcp
```

The first tool call opens the browser for the OAuth flow. Other MCP clients configure the same endpoint through their own setup mechanism; see [Using the MCP server from your own client](/reference/mcp-server/using-from-your-client.md).

## In this chapter

* [What the MCP server is](/reference/mcp-server/what-it-is.md)
* [Tool catalog](/reference/mcp-server/tool-catalog.md)
* [Using the MCP server from your own client](/reference/mcp-server/using-from-your-client.md)

## Related

* [Public API](/reference/public-api.md): the REST equivalent, suitable for non-AI integrations.
* [Seal AI Agent](/using-platform/seal-ai-agent.md): the in-platform chatbot.
* [Seal Engineer](/using-platform/seal-engineer.md): the schedulable-flows feature.
