Exposes 21 plain-English git operations as MCP tools without jargon or command syntax.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 9 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The GitEasy.MCP MCP server exposes 22 tools, focused primarily on developer capabilities. Its published description reads: "Exposes 21 plain-English git operations as MCP tools without jargon or command syntax". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates GitEasy.MCP F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Cross-tool shadowing" and "Data-exfiltration parameters". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check GitEasy.MCP's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add GitEasy.MCP to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://giteasy-mcp.azurewebsites.net/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Send already-committed work to the remote without making a new commit. Pushes the current branch; on a branch's first push, sets the remote branch as its upstream automatically.
Show git repository diagnostic info: current branch, upstream, HEAD SHA, remote URLs, and status summary.
Configure the git credential helper to use a specific vault path. Returns new credential helper value.
Restore a single file to its HEAD state, discarding uncommitted changes. Returns restored file path.
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: save_work
A tool description tries to alter the model’s use of another tool.
and optionally push to remote. Returns commit SHA and push result.RecommendationDescriptions must describe only their own tool.
tool: get_vault_status
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ort current git credential helper configuration. Returns helper name and sRecommendationRemove side-channel parameters; constrain tool inputs.
tool: new_release
A tool description tries to alter the model’s use of another tool.
ted git tag and push it to the remote. Returns the tag name and targRecommendationDescriptions must describe only their own tool.
tool: show_remote
A tool description tries to alter the model’s use of another tool.
and their fetch/push URLs. Returns list of remotes with URL and typeRecommendationDescriptions must describe only their own tool.
tool: clear_junk
Tools that execute commands / write files / make arbitrary requests are exposed without annotations or guards.
clear_junk Remove untracked files and directories from the working tree (git clean -fd). ReturnsRecommendationAnnotate destructive tools and require human approval.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: push
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "push"RecommendationScope tools to the minimum needed.
tool: new_release
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "new_release"RecommendationScope tools to the minimum needed.
tool: undo_changes
A filesystem tool exposes a path parameter that is a free-form string with no pattern/enum/format constraint, so it accepts absolute paths and "../" traversal. A tool that constrains its path (a rooted `pattern` or an `enum`) does not fire.
unconstrained path parameter "filePath"RecommendationConstrain the path parameter to a rooted allow-list and reject absolute/traversal paths server-side.
tool: new_work_branch
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "new_work_branch"RecommendationScope tools to the minimum needed.
tool: clear_junk
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "clear_junk"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Clear stored git credentials by unsetting the credential helper in local git config. Returns confirmation.
Change a remote URL to its SSH equivalent. Returns old and new remote URLs.
Stage changes, commit with a message, and optionally push to remote. Returns commit SHA and push result.
Report current git credential helper configuration. Returns helper name and scope.
Test whether git credentials are working by attempting ls-remote against the origin. Returns success/failure and remote refs count.
List all tags/releases in the repository, newest first. Returns tag names, target SHAs, and annotation messages.
Show the diff for a specific file or all changed files. Returns unified diff text.
Create an annotated git tag and push it to the remote. Returns the tag name and target commit SHA.
List changed files: staged, unstaged, and untracked. Returns file counts and paths by status group.
Show all remote names and their fetch/push URLs. Returns list of remotes with URL and type.
Fetch from remote and show incoming commits not yet in local branch. Returns count and commit summaries.
Discard uncommitted changes. If filePath given, restores that file; otherwise restores all tracked files. Returns list of restored paths.
Switch to an existing branch. Returns the branch switched to and current HEAD SHA.
Search commit history for commits whose message matches a search term. Returns matching commits with SHA, author, date, and message.
Show recent commit history. Returns commits with SHA, author, date, and message.
Create a new branch from current HEAD and switch to it. Returns branch name and base commit SHA.
Store a personal access token for HTTP git authentication. Returns confirmation (token value is never echoed).
Remove untracked files and directories from the working tree (git clean -fd). Returns list of removed paths.