mcpbeat Sign in

Agentscore MCP Server

local only

Agentscore runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from npm. Last commit 27 Apr 2026.

MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.

Installs per day peak 35 · avg 15 · +70% w/w
a month agotoday
95
Installs / week
npm · @agentscore-xyz/mcp-server
1
Stars
0 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository thezenmonster/agentscore-mcp-server
пакет @agentscore-xyz/mcp-server ссылается на thezenmonster/agentscores

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentscore -- npx -y @agentscore-xyz/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentscore": {
      "args": [
        "-y",
        "@agentscore-xyz/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentscore]
command = "npx"
args = ["-y", "@agentscore-xyz/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentscore": {
      "args": [
        "-y",
        "@agentscore-xyz/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentscore": {
      "args": [
        "-y",
        "@agentscore-xyz/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agentscore

same job, measured the same way
Compuute MCP Security Scanner
by compuute

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

1 tools answering
Lookup Disclose Io
by disclose

Find the right security-disclosure contact for any internet asset (domain, IP, package, repo, app).

2 tools answering
D
LLM Red-Team Scanner
by workers-manhliemcn4euwlu-llmrt-companion

35-probe LLM/agent security red-team scan (injection, jailbreak, MCP abuse) with report.

4 tools answering
Seal Security
by sealsecurity

Vulnerability management: scan projects, search sealed packages, manage sealing rules and reports.

answering
Regulatory Signals
by rikocr8orh8

Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.

38 installs/wk local only
GuardianShield
by sparkvibe-io

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

82 installs/wk local only
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering
Amazon Buy Box & Price Monitor: Seller, Stock & Price Tracker
by nero-engine

Amazon Buy Box price, seller and stock per ASIN, with a monitor mode that reports only changes.

answering

Agentscore — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentscore?
Agentscore runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentscore-xyz/mcp-server was installed 95 times last week.
How do I connect Agentscore?
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 runs locally, so the command pulls @agentscore-xyz/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agentscore?
The npm package @agentscore-xyz/mcp-server was installed 95 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentscore open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.