Skip to main content

Unity Catalog functions MCP server

The Unity Catalog functions MCP server is a Databricks managed MCP server that exposes the custom Python and SQL functions you register in Unity Catalog as predefined tools for agents to call, with access governed by Unity Catalog permissions. See Unity Catalog functions.

The server also exposes the ready-to-use functions in the system.ai schema, such as the code interpreter (system.ai.python_exec), which lets an agent run Python code with no setup.

URL pattern

OAuth scope

https://<workspace-hostname>/api/2.0/mcp/functions/{catalog}/{schema}/{function_name}

unity-catalog

URL pattern

OAuth scope

https://<workspace-hostname>/api/2.0/mcp/functions/{catalog}/{schema}/{function_name}

unity-catalog