Gluecron MCP Server

https://gluecron.com/mcp Remote v1.0

Published by gluecron.com — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).

Trust grade
B
88/100
Last scanned get badge →
Trust
B · 88/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Live
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
B Why this grade threat 94 − adoption risk = 88/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 6.3 = 94. What the published surface and source actually contain:

PointsWhat was foundCategory
−6.3 Annotation contradicts behavior on "gluecron_write_file" MTC-CAP-003 permissions

2. Client adoption risk — 94 − 6 = 88. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 8

critical Completed toxic-flow trifecta across toolsMTC-FLOW-002

This server (without client built-ins) exposes a complete data-exfiltration chain: gluecron_get_commit → gluecron_read_file ⇒ gluecron_create_issue. Untrusted input is ingested, private data is read, and it can be sent to an external sink — and at least one leg is a direct schema wire (⇒), where a producer's output drops straight into a free-text parameter of the next tool, so the chain needs little agent cooperation. Static analysis proves the primitive exists, not that a specific run will occur.

Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.

Location: flow gluecron_get_commit → gluecron_read_file → gluecron_create_issue

medium Tool "gluecron_write_file" can modify the filesystemMTC-CAP-002

Tool "gluecron_write_file" can write, overwrite or delete files (keyword "write_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool gluecron_write_file

medium Tool "gluecron_delete_file" can modify the filesystemMTC-CAP-002

Tool "gluecron_delete_file" can write, overwrite or delete files (keyword "delete_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool gluecron_delete_file

medium Annotation contradicts behavior on "gluecron_write_file"MTC-CAP-003

Tool "gluecron_write_file" advertises destructiveHint=false but its derived capabilities include state-modifying actions (file-write). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.

Fix: Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.

Location: tool gluecron_write_file

low Unconstrained path parameter "path" on "gluecron_repo_read_file"MTC-CAP-008

Tool "gluecron_repo_read_file" takes a path parameter "path" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool gluecron_repo_read_file · inputSchema.properties.path

low Unconstrained path parameter "path" on "gluecron_read_file"MTC-CAP-008

Tool "gluecron_read_file" takes a path parameter "path" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool gluecron_read_file · inputSchema.properties.path

low Unconstrained path parameter "path" on "gluecron_write_file"MTC-CAP-008

Tool "gluecron_write_file" takes a path parameter "path" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool gluecron_write_file · inputSchema.properties.path

low Unconstrained path parameter "path" on "gluecron_delete_file"MTC-CAP-008

Tool "gluecron_delete_file" takes a path parameter "path" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool gluecron_delete_file · inputSchema.properties.path

Tools 62

Each tool and what it can reach — enumerated from the running server.

  • gluecron_create_issuenetwork egress
  • gluecron_delete_filewrites files
  • gluecron_get_commitingests untrusted input
  • gluecron_get_pringests untrusted input
  • gluecron_get_workflow_logsingests untrusted input
  • gluecron_get_workflow_runingests untrusted input
  • gluecron_merge_prnetwork egress
  • gluecron_read_filereads sensitive data
  • gluecron_repo_read_filereads sensitive data
  • gluecron_write_filewrites files
Show 52 more tools ↓
  • gluecron_acquire_leaseno sensitive capability
  • gluecron_ai_cost_summaryno sensitive capability
  • gluecron_assign_issueno sensitive capability
  • gluecron_atomic_multi_file_commitno sensitive capability
  • gluecron_cancel_workflow_runno sensitive capability
  • gluecron_chat_continueno sensitive capability
  • gluecron_chat_with_repono sensitive capability
  • gluecron_clone_urlno sensitive capability
  • gluecron_close_issueno sensitive capability
  • gluecron_close_prno sensitive capability
  • gluecron_comment_issueno sensitive capability
  • gluecron_comment_prno sensitive capability
  • gluecron_create_agent_sessionno sensitive capability
  • gluecron_create_branchno sensitive capability
  • gluecron_create_prno sensitive capability
  • gluecron_delete_repono sensitive capability
  • gluecron_explain_repono sensitive capability
  • gluecron_find_symbolno sensitive capability
  • gluecron_fork_repono sensitive capability
  • gluecron_generate_commit_messageno sensitive capability
  • gluecron_generate_pr_descriptionno sensitive capability
  • gluecron_generate_release_notesno sensitive capability
  • gluecron_generate_testsno sensitive capability
  • gluecron_get_agent_budgetno sensitive capability
  • gluecron_get_diffno sensitive capability
  • gluecron_get_preview_urlno sensitive capability
  • gluecron_label_issueno sensitive capability
  • gluecron_list_prsno sensitive capability
  • gluecron_list_treeno sensitive capability
  • gluecron_open_draft_prno sensitive capability
  • gluecron_pr_status_summaryno sensitive capability
  • gluecron_propose_doc_updateno sensitive capability
  • gluecron_propose_migrationno sensitive capability
  • gluecron_provision_pr_sandboxno sensitive capability
  • gluecron_refactor_across_reposno sensitive capability
  • gluecron_release_leaseno sensitive capability
  • gluecron_reopen_issueno sensitive capability
  • gluecron_repo_explain_codebaseno sensitive capability
  • gluecron_repo_healthno sensitive capability
  • gluecron_repo_list_issuesno sensitive capability
  • gluecron_repo_searchno sensitive capability
  • gluecron_request_changesno sensitive capability
  • gluecron_search_issuesno sensitive capability
  • gluecron_search_prsno sensitive capability
  • gluecron_search_reposno sensitive capability
  • gluecron_security_scanno sensitive capability
  • gluecron_semantic_searchno sensitive capability
  • gluecron_ship_specno sensitive capability
  • gluecron_trigger_workflowno sensitive capability
  • gluecron_unlabel_issueno sensitive capability
  • gluecron_update_repono sensitive capability
  • gluecron_voice_to_prno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.0 latest B 88/100 8 1.13.0 2026-09-05

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: B · 88/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/gluecron-com/badge.svg)](https://mcptrustchecker.com/registry/gluecron-com)
HTML
<a href="https://mcptrustchecker.com/registry/gluecron-com"><img src="https://mcptrustchecker.com/registry/gluecron-com/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/gluecron-com/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan https://gluecron.com/mcp --online

Use the free API → How scoring works

More in Developer Tools