66
/ 100
8 days ago
pulsemcp

Apache Iceberg

Provides a SQL interface for querying and managing Apache Iceberg tables through connections to Iceberg REST catalogs and S3-compatible storage, enabling data analysts to interact with data lakes without switching contexts.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: AWS_SECRET_ACCESS_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configICEBERG_CATALOG_URI"" : "http://localhost:8181",
configICEBERG_WAREHOUSE"" : "YOUR ICEBERG WAREHOUSE NAME",
configS3_ENDPOINT"" : "OPTIONAL IF USING S3",
configAWS_ACCESS_KEY_ID"" : "YOUR S3 ACCESS KEY",
🔐 secretAWS_SECRET_ACCESS_KEY"" : "YOUR S3 SECRET KEY"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ahodroj-mcp-iceberg-service-1c9whe)](https://m8ven.ai/mcp/ahodroj-mcp-iceberg-service-1c9whe)
commit: 644e47250ee838201ad0bedbef1239bc3164d9cd
code hash: 52dfcfe70475fac296acfab18bf8a86da7daf77f56bd388687b1f072e8f384d5
verified: 7/23/2026, 9:19:13 AM
view raw JSON →