Agentscore
Rank #17,330io.github.Thezenmonster/agentscore
MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.
Agentscore is a Model Context Protocol (MCP) server published by Thezenmonster. It ranks #17,330 of 115,591 servers tracked on MCP Toplist. Agentscore is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 22, 2026 and most recently updated on Apr 24, 2026.
Ranks ahead of 98,261 of 115,591 servers on MCP Toplist.
Use Agentscore
claude mcp add agentscore -- npx -y @agentscore-xyz/mcp-server[mcp_servers.agentscore]
command = "npx"
args = ["-y", "@agentscore-xyz/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentscore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Thezenmonster%2Fagentscore)<a href="https://mcptoplist.com/server/io.github.Thezenmonster%2Fagentscore"><img src="https://mcptoplist.com/badge/io.github.Thezenmonster%2Fagentscore.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Thezenmonster
Other servers by Thezenmonster
View all Thezenmonster servers →Available versions (3)
| Version | Published |
|---|---|
| 2.2.0 | Apr 24, 2026 |
| 1.2.2 | Mar 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agentscore?
- Agentscore is maintained by Thezenmonster, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Agentscore listed on the Official MCP Registry?
- Yes — Agentscore is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agentscore have?
- MCP Toplist tracks 3 versions of Agentscore, most recently published on Apr 24, 2026.
- Where can I find the source code for Agentscore?
- The source code for Agentscore is hosted at github.com/Thezenmonster/agentscores.