EmbrasureDocs
Automation

MCP

Connect agents to governed lineage, catalog, monitoring, and workflow tools.

Add the hosted endpoint to any OAuth-capable MCP client:

https://embrasure.ai/api/mcp

OAuth uses PKCE. Local stdio clients can use a workspace-enabled personal access token when browser OAuth is unavailable.

codex mcp add embrasure --url https://embrasure.ai/api/mcp

Lineage tools

ToolPurpose
get_lineageRead bounded upstream and downstream context.
export_lineagePage through OpenLineage export events.
submit_lineageSubmit 1 to 1,000 OpenLineage events with idempotency.
investigate_tableCombine catalog, lineage, health, trust, and change context.

submit_lineage requires write scope and returns the same durable receipt as HTTP ingestion.

Approval-gated changes

Preview a change tool, show the exact action to the user, then execute once with explicit approval and the preview token. Tokens are short-lived, one-time, and bound to the user, workspace, tool, and arguments.

On this page