Apache Iceberg Catalog Management
Workflow capability for data engineers and lakehouse architects to manage namespaces, tables, and views in Apache Iceberg catalogs via the REST Catalog API.
What You Can Do
MCP Tools
get-catalog-config
Retrieve Iceberg catalog configuration settings
list-namespaces
List all namespaces in the Iceberg catalog, optionally filtered by parent namespace
create-namespace
Create a new namespace in the Iceberg catalog
load-namespace-metadata
Load metadata and properties for a specific Iceberg namespace
drop-namespace
Drop an empty namespace from the Iceberg catalog
list-tables
List all Iceberg table identifiers in a namespace
create-table
Create a new Iceberg table in a namespace
load-table
Load an Iceberg table and its metadata from the catalog
commit-table
Commit updates and schema changes to an Iceberg table
drop-table
Drop an Iceberg table from the catalog
list-views
List all view identifiers in a namespace
create-view
Create a new view in the Iceberg catalog