mcpbeat Sign in

Compuute MCP Security Scanner MCP Server

answering

Compuute MCP Security Scanner is answering right now. Last checked 3 min ago. It exposes 1 tools. Last commit 26 Aug 2026.

Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.

Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
1
Tools
read from the server
377 ms
Response time
average over 24h
0
Stars
last commit 26 Aug 2026

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 25 August 2026. No other catalogue keeps this.

25 Aug a tool changed version

Compuute MCP Security Scanner missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add compuute-scan-api --transport http https://scan.compuute.se/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "compuute-scan-api": {
      "url": "https://scan.compuute.se/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.compuute-scan-api]
url = "https://scan.compuute.se/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "compuute-scan-api": {
      "url": "https://scan.compuute.se/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "compuute-scan-api": {
      "url": "https://scan.compuute.se/mcp/"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

scan
scan_mcp_server
Scan a public GitHub MCP-server repository for security issues. Clones the repo (shallow, <60s, <200 MB), runs compuute-scan v0.6.2 in static analysis mode (no code execution from the target), and returns a structured report with severity counts, a 0-100 score, and the 10 most severe findings. WHEN TO USE: - Before connecting to an unknown MCP server discovered via Anthropic Registry, Smithery, mcp.so, or a Discord recommendation. - Before installing a third-party MCP-server package into a production pipeline. - As part of an agent's pre-commit / pre-deploy due-diligence step when adding new dependencies. - As one input to a multi-source trust evaluation (combine with publisher reputation, package install count, last-update recency). WHEN NOT TO USE: - For private repos. Use the on-prem CLI instead: `npx compuute-scan ./path-to-private-repo` - For deep exploitability assessment of a specific code path. This is pattern matching, not dataflow analysis. Book a manual L2-L4 audit at https://compuute.se/audit for that depth. - For non-GitHub hosts (GitLab, Bitbucket, self-hosted). v1 supports github.com only. - For repos > 200 MB or clone time > 60s. The endpoint returns a 413 or 504 in those cases — fall back to local CLI. EXPECTED RESPONSE TIME: - Median: ~1-2 seconds for small repos (<100 files). - p99: ~10 seconds for medium repos. - Hard timeout at clone=60s, scan=120s combined. EXPECTED COST: - Free tier in MVP. Future Pro tier may charge per-scan or per-month. DATA FRESHNESS: - Scanner version is reported in response.scanner.version. - L1 rule set freshness reflects compuute-scan releases — see github.com/Compuute/compuute-scan/CHANGELOG.md for the latest CVE and threat-intel response timeline. EXAMPLES: Example 1 — scan an MCP server you're evaluating: github_url = "https://github.com/modelcontextprotocol/servers" → score: 0, summary: {critical: 1, high: 94, medium: 22} → top_findings include SSRF, eval, etc. → recommendation: "AVOID — 1 critical and 94 high finding(s)..." Example 2 — scan a clean reference implementation: github_url = "https://github.com/microsoft/azure-devops-mcp" → score: 90+, summary: {critical: 0, high: 1} → recommendation: "REVIEW — 1 high finding(s)..." Example 3 — scan your own dev MCP-server before publishing: github_url = "https://github.com/yourorg/your-mcp" → audit your own surface before others install it OUTPUT FIELDS (stable schema): - repo_url (str): canonical URL of the scanned repo. - score (int): 0-100, higher safer. Coarse summary, not a precision claim. - summary (object): {critical, high, medium, low, info, files_scanned}. - recommendation (str): action guidance derived from severity counts. - findings_count (int): total raw findings (may include false positives). - top_findings (list): up to 10 most severe, each with {id, title, severity, file, line, owasp, cwe}. - l0_discovery (object): MCP transport, tool count, dependency pinning. - performance (object): clone_seconds, scan_seconds, repo_size_bytes. - scanner (object): {name, version, layers_covered}. - _disclaimer (str): MANDATORY triage disclaimer. Read it. Args: github_url: Public GitHub HTTPS URL (e.g. https://github.com/org/repo). Must be public and < 200 MB. v1 is github.com only. Returns: Structured scan result. On error, returns {"error": code, "message": ...} with HTTP-style code (invalid_url, clone_failed, scan_timeout, etc.).

Endpoints

URLTransportStateLatencyChecked
https://scan.compuute.se/mcp/ streamable-http answering 337 ms 3 min ago

Alternatives to Compuute MCP Security Scanner

same job, measured the same way
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

143 installs/wk local only
OctoCounts MCP Server
by huanglizhuo

Analyze and compare public GitHub repo line counts (SLOC) via OctoCounts, from any MCP client.

43 installs/wk local only
Github MCP Connector
by ferhatdundar

MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary.

local only
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only
Github Stats
by ryudi84

MCP server for GitHub repo stats: stars, forks, contributors, activity.

27 installs/wk local only
Mne Docs
by weiyongxu

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

115 installs/wk local only

Compuute MCP Security Scanner — questions

Answers built from our own checks of this server.

What can Compuute MCP Security Scanner do?
It exposes 1 tools, read directly from the server on our last check. Among them: scan_mcp_server. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Compuute MCP Security Scanner working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 377 ms. The bar chart above shows every period we have measured.
How do I connect Compuute MCP Security Scanner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Compuute MCP Security Scanner need an API key?
No. Compuute MCP Security Scanner completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Compuute MCP Security Scanner?
It answers our handshake in 377 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Compuute MCP Security Scanner open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.