56
/ 100
1 month ago
glama

Seif-Sameh/Kaggle-mcp

A Model Context Protocol (MCP) server that provides seamless integration with the Kaggle API, enabling interaction with competitions, datasets, kernels, and models through MCP-compatible clients.

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
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — model_get (line 1478: with open(file_path, "w", encoding="utf-8") as f:); model_instance_get (line 1743: with open(file_path, "w", encoding="utf-8") as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: KAGGLE_API_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.
configKAGGLE_USERNAMEexport =your_username
🔐 secretKAGGLE_API_KEYexport =your_api_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 5 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/seif-sameh-kaggle-mcp-13bgp4)](https://m8ven.ai/mcp/seif-sameh-kaggle-mcp-13bgp4)
commit: 62b5cb0298570dcb76fd84c0fa507d6cc529167b
code hash: db6fce1dd80bb61dc23613017c5cf76d415b90f5121c43d77848da2f1d4a1064
verified: 6/22/2026, 12:26:27 PM
view raw JSON →