AgentsID MCP Scanner
About
Security scanner for MCP servers. Scores any server against the AgentsID trust framework live scan via npx or lookup pre-scanned results from the public registry of 15,983 servers. Returns trust score (0–100), grade (A–F), and findings across injection, permissions, validation, a
Details
- Author
- stevenkozeniesky02
- Downloads
- 293
- Categories
- Developer Tools, Security, AI
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AgentsID MCP ScannerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"agentsid-scanner": {
"command": "npx",
"args": [
"@agentsid/mcp-scanner"
]
}
}
}
scan_mcp
Runs a security scan on a specific MCP server and returns its trust score (0–100), letter grade (A–F), and list of security findings. Provide an npx command (e.g. 'npx @modelcontextprotocol/server-github') or an HTTP URL. The scan checks only the named server's tool descriptions and input schemas. Returns JSON with score, grade, and findings.
lookup_mcp
Looks up a pre-scanned MCP server's trust score, grade, and findings from the AgentsID registry. Returns cached results for the specific named package without spawning any process. Use this to check a known package before installing it.
get_server_session_info
Checks the session posture for a specific MCP server from its registry report. Returns whether the specific server exposes session-related tools, what external services it connects to, and whether its profile indicates it handles sensitive user data. Useful for evaluating a specific server before connecting an agent to it.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"agentsid mcp scanner": {
"agentsid-scanner": {
"command": "npx",
"args": [
"@agentsid/mcp-scanner"
]
}
}
}
}
McpServers
{
"agentsid-scanner": {
"command": "npx",
"args": [
"@agentsid/mcp-scanner"
]
}
}
Security scanner for MCP servers. Scores any server against the AgentsID trust framework live scan via npx or lookup pre-scanned results from the public registry of 15,983 servers. Returns trust score (0–100), grade (A–F), and findings across injection, permissions, validation, and auth categories.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




