ambaricloud/iceberg-mcp-server
If you are the rightful owner of iceberg-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Apache Iceberg Model Context Protocol (MCP) server provides comprehensive data lakehouse operations.
Tools
Functions exposed to the LLM to take actions
list_namespaces
List all namespaces
list_tables
List tables in namespace
create_namespace
Create new namespace
create_table
Create new table
drop_table
Drop existing table
get_table_schema
Get table schema
get_table_partitions
Get partition information
get_table_snapshots
Get snapshot history
get_table_metadata
Get complete metadata
analyze_table_files
Analyze data files
get_table_statistics
Get table statistics
calculate_table_size
Calculate storage usage
get_partition_sizes
Analyze partition sizes
expire_snapshots
Clean up old snapshots
optimize_table
Compact and optimize tables
vacuum_table
Remove orphaned files
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client