MCP.so
Sign In

AgentsID MCP Scanner

@stevenkozeniesky02

About 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, a

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "agentsid-scanner": {
      "command": "npx",
      "args": [
        "@agentsid/mcp-scanner"
      ]
    }
  }
}

Tools

3

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.

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.

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.

Overview

What is AgentsID MCP Scanner?

AgentsID MCP Scanner is a security analysis tool for MCP servers. It evaluates servers against the AgentsID trust framework, returning a trust score (0–100), grade (A–F), and detailed findings across injection, permissions, validation, and auth categories. It is intended for developers and users who need to assess the security posture of MCP servers.

How

Comments

More Developer Tools MCP servers