SecureAnnex MCP Server
@arsolutioner
SecureAnnex MCP Server について
A Model Context Protocol (MCP) server for analyzing browser extension security
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"secureannex": {
"command": "uv",
"args": [
"--directory",
"/path/to/secure-annex-mcp",
"run",
"secure_annex_mcp"
],
"env": {
"SECUREANNEX_API_KEY": "your_api_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SecureAnnex MCP Server?
SecureAnnex MCP Server is a Model Context Protocol server for analyzing browser extension security. It provides tools for querying, analyzing, and evaluating security aspects of browser extensions—including vulnerability detection, signature checking, code review, and more—via the SecureAnnex API. It is designed for use with Claude Desktop and other MCP-compatible clients.
How to use SecureAnnex MCP Server?
Download or clone the repository and ensure pyproject.toml is present. Configure Claude Desktop by editing claude_desktop_config.json to point uv at the server directory and set the SECUREANNEX_API_KEY environment variable. Once configured, Claude can invoke tools such as search_extensions, get_extension_vulnerabilities, get_extension_signatures, and others directly through natural language.
Key features of SecureAnnex MCP Server
- Search and retrieve details for browser extensions
- Detect security vulnerabilities in specific extensions
- Check security signatures and network URLs used by extensions
- Analyze manifest permission risks and run AI security analysis
- Get code security reviews and user reviews for extensions
- Retrieve recently updated extensions
Use cases of SecureAnnex MCP Server
- Security audit of a browser extension before installation
- Continuous monitoring of extensions across an organization
- Research on extension behaviors, data access, and domain usage
- Integration with other MCPs (e.g., VirusTotal) for comprehensive analysis
- Developer reviewing their own extension’s security posture
FAQ from SecureAnnex MCP Server
What dependencies are required?
SecureAnnex MCP Server uses uv and the included pyproject.toml to handle dependencies automatically; no manual Python environment setup is needed.
How do I obtain an API key?
Obtain your API key from the SecureAnnex service and set it as the SECUREANNEX_API_KEY environment variable in the Claude Desktop configuration.
Can SecureAnnex MCP Server be used with other MCP servers?
Yes, the README explicitly shows integration with VirusTotal MCP to check domain reputation, and Claude can combine tools from multiple servers in a single workflow.
Is there any manual Python setup required?
No. The server is designed to work with Claude Desktop, which automatically handles all dependencies using uv and the pyproject.toml file.
What transport does SecureAnnex MCP Server use?
The server runs via stdio, launched by Claude Desktop using the uv run secure_annex_mcp command. Authentication is handled through the API key in the environment variables.
「開発者ツール」の他のコンテンツ
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
コメント