AI protocol scanner — discover exposed MCP servers, A2A Agent Cards, and open LLM APIs in one command. 一条命令盘点 MCP、A2A Agent Card 和 LLM 开放接口暴露面。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentscan": {
"command": "go",
"args": [
"run",
"github.com/7anX/AgentScan@latest"
]
}
}
}
Run in terminal:
claude mcp add agentscan go run github.com/7anX/AgentScan@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentscan": {
"command": "go",
"args": [
"run",
"github.com/7anX/AgentScan@latest"
]
}
}
}