agentscore-mcp-server
@agentscore-xyz/mcp-server
MCP 安全信任层。扫描包、获取信任判定、检查整个仓库的 MCP 依赖项、生成策略门控设置、直接安装 CI 工作流、检查事件暴露情况并查询滥用数据库。八种用于 MCP 安全决策的工具。无需 API 密钥,零配置。
扫描任何 MCP 包以查找安全问题: agentscores.xyz
快速开始
Claude Desktop
添加到你的 claude_desktop_config.json:
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": ["-y", "@agentscore-xyz/mcp-server"]
}
}
}Cursor / 任何 MCP 客户端
npx @agentscore-xyz/mcp-serverRelated MCP server: DepScope
此工具的功能
你的 AI 现在可以针对 MCP 包做出安全决策:
你: "exa-mcp-server 可以安全安装吗?"
Claude: 调用 get_verdict "判定:允许。评分 90/100,低风险。无来源证明(由个人账户发布)。暴露了 9 个工具,包括 web_search_exa 和 crawling_exa。"
你: "axios 包被攻破了。哪些 MCP 服务器受到影响?"
Claude: 调用 check_exposure "多个受监控的 MCP 服务器依赖于 axios,包括 exa-mcp-server、tavily-mcp 和 figma-mcp。"
你: "扫描 @azure-devops/mcp 以查找安全问题"
Claude: 调用 scan_package "评分 75/100,中等风险。发现:修改 npm 注册表配置的预安装脚本。无来源证明。"
你: "检查此仓库的 MCP 依赖项"
Claude: 调用 check_my_repo "发现 MCP 依赖项:5 个。其中两个有警告。运行 generate_policy_gate_setup 将这些检查转换为 CI 门控。"
你: "为此仓库设置 AgentScore 策略门控"
Claude: 调用 install_policy_gate "工作流文件已写入
.github/workflows/agentscore-policy-gate.yml。提交并推送。GitHub OIDC 将在首次运行时自动配置仓库。"
可用工具
工具 | 功能 |
| 全面安全扫描:安装脚本、提示词注入、源代码模式、来源状态、MCP 工具提取 |
| 信任决策:根据扫描结果允许、警告或阻止。同时报告监控状态和发布者状态。 |
| 检查当前仓库的 MCP 依赖项,并汇总本地检测到的每个包的判定结果。 |
| 生成在 CI 中强制执行策略门控所需的基于 OIDC 的 GitHub Actions 工作流。 |
| 直接将 |
| 事件响应:哪些受监控的 MCP 服务器依赖于给定的包? |
| 查询 KYA 滥用数据库以获取已报告的包或代理 |
| 检查包是否处于持续监控状态并获取扫描历史记录 |
从临时扫描到 CI 强制执行
该 MCP 服务器现在将一次性包检查连接到持久化产品中:
运行
check_my_repo查看仓库中使用的每个 MCP 包。运行
generate_policy_gate_setup预览基于 OIDC 的 GitHub Actions 工作流。运行
install_policy_gate将工作流文件直接写入仓库。提交并推送。首次运行通过 GitHub OIDC 自动配置。
这会将“这个包安全吗?”转变为“此仓库现在在每个 PR 上强制执行 MCP 依赖策略”。
风险等级
评分 | 风险 | 含义 |
85-100 | 低 | 干净或仅有轻微问题 |
70-84 | 中等 | 有一些发现,建议审查 |
50-69 | 较高 | 有重大发现,请谨慎使用 |
30-49 | 高 | 严重问题,不建议使用 |
0-29 | 极高 | 请勿使用 |
扫描器检查内容
安装脚本(带有网络调用或代码执行的 postinstall/preinstall 钩子)
包元数据中的提示词注入模式
可疑 URL(可疑 TLD、ngrok、原始 IP)
源代码模式(命令注入、不安全的 eval、硬编码密钥)
发布者来源(受信任的发布、证明)
依赖项数量和元数据完整性
从已发布源代码中提取的 MCP 工具定义
监控
AgentScore 持续监控数百个 MCP 包。check_exposure 和 monitor_status 工具使用此实时数据集。当像 axios 这样的包被攻破时,你可以立即找到哪些 MCP 服务器受到影响。
链接
网站: agentscores.xyz
API 文档: agentscores.xyz/docs
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server for npm package management — publish, install, audit, search, security & dependency health38401MIT
- FlicenseAqualityDmaintenancePackage intelligence MCP server. Stops AI agents from installing hallucinated/malicious packages across 17 ecosystems. 22 tools, free, no auth.221
- AlicenseAqualityAmaintenanceMCP security server for AI coding agents. 12 tools: pre-install guardian, vulnerability audit, supply-chain attack detection via static code analysis, and CycloneDX 1.6 SBOM generation. Zero runtime dependencies.143815Apache 2.0
- AlicenseAqualityCmaintenanceThe only MCP that returns license + supply-chain risk + popularity + price in a single call. 78,094 curated Git assets. Zero config. MIT. Free forever.14311MIT
Related MCP Connectors
Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thezenmonster/agentscore-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server