kaggle-mcp-server (tripathysagar/kaggle-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 39 out of 100, grade F. It declares 96 tools. No publisher has claimed this listing.
A full-featured MCP server with 96 tools for the Kaggle API, enabling users to manage competitions, datasets, notebooks, models, discussions, and workflows via natural language.
Warning. Serious findings were identified. Review the full report before connecting. 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
tripathysagar
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.
benchmark_leaderboardGet the leaderboard for a Kaggle benchmark.
competitions_listSearch and list Kaggle competitions.
competition_filesList data files for a competition.
competition_downloadDownload competition data files. Returns download URL.
competition_submitSubmit predictions to a competition.
competition_submissionsView submission history for a competition.
competition_leaderboardView competition leaderboard (top 20).
competition_getGet detailed competition info.
competition_data_summaryGet data files summary for a competition.
competition_get_submissionGet details for a single submission.
competition_leaderboard_downloadDownload the full competition leaderboard. Returns download URL.
datasets_listSearch and list Kaggle datasets.
dataset_filesList files in a dataset.
dataset_downloadDownload dataset files. Returns download URL.
dataset_metadataGet dataset metadata.
dataset_createCreate a new dataset. Use file_upload first to get file tokens.
file_uploadUpload a file to Kaggle and get a token for dataset_create.
dataset_getGet full dataset info.
dataset_create_versionCreate a new version of an existing dataset.
dataset_update_metadataUpdate dataset metadata (title, description, license).
dataset_deleteDelete a dataset.
dataset_download_fileDownload a single file from a dataset. Returns download URL.
discussions_searchSearch Kaggle discussions.
discussions_listList discussions for a competition or dataset.
discussion_detailGet discussion content by ID.
discussion_commentsGet comments for a discussion.
discussion_comments_searchSearch comments across all Kaggle discussions.
discussions_by_sourceBrowse discussions by source type.
discussions_solutionsBrowse competition solution write-ups.
discussions_writeupsBrowse Kaggle write-ups by type.
discussions_trendingBrowse trending discussions sorted by hotness.
discussions_myList the current user's discussions.
submit_local_fileSubmit a local prediction file (CSV etc.) to a Kaggle competition.
submit_code_competitionSubmit to a code competition (kernels-only competitions).
kernel_statusCheck the execution status of a notebook/kernel.
kernel_filesList files belonging to a kernel/notebook.
kernel_deleteDelete a kernel/notebook from Kaggle.
kernel_initializeInitialize a new kernel template in a local directory.
kernel_download_output_zipDownload all output files from a kernel as a zip.
dataset_statusCheck the processing status of a dataset.
my_datasetsList your own Kaggle datasets.
datasets_by_userList all public datasets owned by a specific user.
dataset_files_summaryGet a summary of files in a dataset (total size, file count).
model_instance_deleteDelete a model instance.
model_instance_filesList files for the current version of a model instance.
model_instance_version_downloadDownload files for a specific model instance version.
model_instance_version_filesList files in a specific model instance version.
model_instance_version_deleteDelete a specific model instance version.
preview_csvPreview the first N rows of a local CSV file.
preview_data_filePreview the first N lines of any local data file (JSON, txt, etc.).
list_local_filesList files in a local directory with sizes.
upcoming_deadlinesShow competitions with upcoming deadlines, sorted by closest deadline.
competition_full_setupOne-shot competition setup: get info, download data, list files, preview CSVs.
my_competitionsList competitions you have entered (have submissions in).
competition_download_single_fileDownload a single file from a competition to a local directory.
search_everythingUnified search across competitions, datasets, and notebooks.
dataset_tree_filesShow a hierarchical tree view of files and directories in a dataset.
competition_tree_filesShow a hierarchical tree view of competition data files.
model_metricsGet performance metrics for a Kaggle model.
track_operationCheck the status of a long-running Kaggle operation.
submission_scoreGet the score of your latest (or specific) submission.
compare_csvsCompare two CSV files and report differences.
generate_starter_notebookGenerate a starter Jupyter notebook for a Kaggle competition.
leaderboard_positionFind a specific team or user's position on a competition leaderboard.
csv_column_analysisAnalyze column types and basic statistics of a CSV file without pandas.
setup_compDownload and extract competition data locally, returning the path.
check_dataset_existsCheck whether a Kaggle dataset exists.
download_dataset_localDownload a Kaggle dataset to a local directory and optionally unzip.
create_dataset_from_filesCreate a new Kaggle dataset from a local directory.
push_dataset_versionPush an updated version of an existing dataset.
generate_notebook_metadataGenerate a kernel-metadata.json dict for pushing notebooks.
push_notebook_filePush a local notebook file to Kaggle Notebooks.
download_pip_libraryDownload pip wheel files for a library (for offline Kaggle use).
download_pip_requirementsDownload pip wheel files for everything in a requirements.txt.
create_library_datasetDownload a pip library and upload it as a Kaggle dataset.
create_requirements_datasetDownload all packages from requirements.txt and upload as a Kaggle dataset.
get_local_library_versionCheck the version of a pip library stored in a local dataset directory.
kernels_listSearch and list Kaggle notebooks/kernels.
kernel_pullGet a notebook's source code.
kernel_pushPush/save a notebook to Kaggle.
kernel_outputDownload kernel output files. Returns download URL.
kernel_session_createCreate an interactive kernel session.
kernel_session_statusGet status of a kernel session.
kernel_session_outputList output files from a kernel session.
kernel_session_cancelCancel a running kernel session.
competition_top_kernelsList top public kernels/notebooks for a competition, sorted by public score.
models_listSearch and list Kaggle models.
model_getGet detailed information about a specific model.
model_createCreate a new Kaggle model.
model_updateUpdate an existing Kaggle model.
model_deleteDelete a Kaggle model.
model_instances_listList all instances of a Kaggle model.
model_instance_getGet details of a specific model instance.
model_instance_createCreate a new instance for a Kaggle model.
model_instance_versionsList all versions of a model instance.
model_instance_version_createCreate a new version for a model instance.
KAGGLE_USERNAMETool 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
96/96 tools missing one or more hints — benchmark_leaderboard (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); competitions_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); competition_files (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +93 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.
Destructive tools are labelled
3 tools perform destructive updates without destructiveHint — competition_full_setup deletes at line 667 (zf.unlink()); setup_comp deletes at line 96 (zip_file.unlink()); create_requirements_dataset deletes at line 482 (shutil.rmtree(f))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Descriptions match behaviour
1 tool describes read intent but its handler mutates — competition_full_setup (line 667: zf.unlink())
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tool handlers catch errors
94/96 tool handlers wrap calls in try/catch (98%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Tool description accuracy
competition_full_setup: description implies read-only but handler writes/deletes/executes
Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.
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/tripathysagar/kaggle-mcp-server)?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