AgentsID MCP Scanner

by stevenkozeniesky02

293 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AgentsID MCP Scanner
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.