Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Unity Catalog functions MCP server is a Azure 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 |