Apviso MCP
@apviso
Apviso MCP について
MCP server for interacting with the APVISO AI-powered penetration testing platform from Claude Code, Cursor, Windsurf, Codex, and other MCP-compatible tools.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"apviso": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apviso/mcp"
],
"env": {
"APVISO_API_KEY": "apvk_your_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Apviso MCP?
Apviso MCP is a Model Context Protocol server that connects AI coding assistants (Claude Code, Cursor, Windsurf, Codex) to the APVISO AI-powered penetration testing platform. It enables developers to register targets, launch scans, view findings, and manage security testing directly from their IDE.
How to use Apviso MCP?
Obtain an API key from your APVISO dashboard, then configure the server using Claude Code (claude mcp add) or by editing .mcp.json / ~/.claude.json with the required APVISO_API_KEY environment variable. The server runs via npx -y @apviso/mcp as a stdio transport.
Key features of Apviso MCP
- Manage targets (register, verify, delete)
- Launch penetration tests and monitor scan status
- List and update vulnerability findings
- Retrieve full pentest reports in markdown
- Configure recurring scan schedules (Business/Enterprise plans)
- Check account quota and billing period
Use cases of Apviso MCP
- Register a new domain and verify ownership before scanning
- Start a penetration test on a target and track its progress
- Review and triage discovered vulnerabilities directly from your assistant
- Set up automated recurring security scans for continuous testing
- Integrate security testing into development workflows without changing tools
FAQ from Apviso MCP
What transport does Apviso MCP use?
The server uses the stdio transport.
What environment variable is required?
APVISO_API_KEY is required; it must be an API key starting with apvk_.
How can I verify the server is running?
Inside Claude Code, run /mcp to check the server status.
Is it possible to use a different API URL?
Yes, set the optional APVISO_API_URL environment variable; it defaults to https://apviso.com/api.
Can I run Apviso MCP without Claude Code?
Yes, you can configure it in any MCP-compatible client by setting the command and environment variables as shown in the manual config section.
「開発者ツール」の他のコンテンツ
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction

Sentry
modelcontextprotocolModel Context Protocol Servers
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
コメント