Seif-Sameh/Kaggle-mcp (Seif-Sameh/Kaggle-mcp) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 39 tools. No publisher has claimed this listing.
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.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
Seif-Sameh
Source: Glama
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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
competitions_listList Kaggle competitions with optional filtering.
competition_list_filesList files available in a Kaggle competition.
competition_download_fileDownload a specific file from a Kaggle competition.
competition_download_filesDownload all files from a Kaggle competition.
competition_submitSubmit a file to a Kaggle competition.
competition_submissionsGet a list of all the submissions for a particular competition.
competition_leaderboard_viewRetrieve the current leaderboard for a Kaggle competition.
competition_leaderboard_downloadDownload the leaderboard data for a Kaggle competition to a local file.
datasets_listReturn a list of datasets.
dataset_metadataDownload the metadata file for a dataset.
dataset_list_filesRetrieve a list of all files contained within a specific Kaggle dataset.
dataset_statusGet the status of a dataset. Only for your own datasets.
dataset_download_fileDownload a specific file from a Kaggle dataset to a local directory.
dataset_download_filesDownload all files from a Kaggle dataset to a local directory.
dataset_createCreate a new Kaggle dataset from a local folder with metadata configuration.
dataset_initializeInitialize a new Kaggle dataset in a local folder with metadata configuration.
dataset_create_versionCreate a new version of an existing Kaggle dataset.
kernels_listSearch and list Kaggle kernels based on specified criteria.
kernel_list_filesList files associated with a specific Kaggle kernel.
kernel_initializeInitialize kernel metadata configuration in a specified folder.
kernel_pushPush a Kaggle kernel and its metadata from a local folder.
kernel_pullDownload a Kaggle kernel and its files to a local directory.
kernel_outputDownload the execution output files from a Kaggle kernel.
kernel_statusGet the status of a Kaggle kernel.
models_listSearch and list Kaggle models based on specified criteria.
model_getRetrieve metadata and details for a specific Kaggle model, and save it as a JSON file.
model_initializeInitialize model metadata configuration in a specified folder.
model_createCreate a new model on Kaggle using metadata from a local folder.
model_updateUpdate an existing model on Kaggle using metadata from a local folder.
model_deleteDelete a model from Kaggle.
model_instance_getRetrieve details of a specific model instance from Kaggle and save as JSON.
model_instance_initializeInitialize model instance metadata configuration in a specified folder.
model_instance_createCreate a new model instance on Kaggle using metadata from a local folder.
model_instance_updateUpdate an existing model instance using metadata from a local folder.
model_instance_deleteDelete a model instance from Kaggle.
model_instance_version_createCreate a new version of an existing model instance.
model_instance_version_downloadDownload all files for a model instance version to a local directory.
model_instance_version_filesList all files contained in a specific model instance version.
model_instance_version_deleteDelete a specific version of a model instance from Kaggle.
KAGGLE_USERNAMEexport =your_usernameKAGGLE_API_KEYexport =your_api_keyTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
39/39 tools missing one or more hints — competitions_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); competition_list_files (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); competition_download_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +36 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Descriptions match behaviour
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:)
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tool inputs are validated
38/39 tool handlers declare input schemas (97%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tests exist
No test files found
Add tests that exercise each declared tool.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/seif-sameh/kaggle-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check