MCP.so
ログイン

Tenable MCP (Management Control Panel)

@rajagrawal104

Tenable MCP (Management Control Panel) について

Tenable MCP Server

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

kotlin

トランスポート

stdio

公開者

rajagrawal104

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "tenablemcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "tenable-mcp",
        "."
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Tenable MCP (Management Control Panel)?

Tenable MCP (Management Control Panel) is a Spring Boot application that provides a comprehensive interface for managing and visualizing Tenable.io security data. It is intended for security teams who need to monitor vulnerabilities, track remediation progress, and export reports from Tenable.io.

How to use Tenable MCP (Management Control Panel)?

Clone the repository, run the setup script, then edit application.yml with your Tenable.io API credentials (accessKey, secretKey, baseUrl). Start the app with ./gradlew bootRun or build and run the Docker container. Once running, access API endpoints such as GET /api/v1/visualizations/report for a security report or GET /api/v1/visualizations/export/vulnerabilities for a CSV export.

Key features of Tenable MCP (Management Control Panel)

  • Configure Tenable.io API credentials and custom endpoints
  • Visualize vulnerability distribution by severity (pie chart)
  • Track asset vulnerability trends over time (line chart)
  • Identify top vulnerable assets (bar chart)
  • Analyze vulnerability age distribution (pie chart)
  • Monitor remediation progress (doughnut chart)
  • Export comprehensive security reports as CSV

Use cases of Tenable MCP (Management Control Panel)

  • Track security posture improvements by viewing vulnerability trends
  • Prioritize remediation efforts by identifying the most vulnerable assets
  • Generate CSV exports of vulnerability data for compliance reporting
  • Monitor the age of open vulnerabilities to address stale issues
  • Assess risk across assets using risk score distribution charts

FAQ from Tenable MCP (Management Control Panel)

What are the prerequisites to run Tenable MCP (Management Control Panel)?

Java 17 or later, Gradle 7.x (included), and valid Tenable.io API credentials (access key, secret key, and base URL).

How do I configure Tenable.io API credentials?

Edit the src/main/resources/application.yml file and set your tenable.accessKey, tenable.secretKey, and tenable.baseUrl.

Can I run Tenable MCP (Management Control Panel) with Docker?

Yes. Build the Docker image with docker build -t tenable-mcp . and run it with docker run -p 8080:8080 tenable-mcp.

What visualizations are available in Tenable MCP (Management Control Panel)?

Vulnerability distribution by severity, asset vulnerability trends, top vulnerable assets, vulnerability age distribution, remediation progress, and asset risk score distribution.

How can I export data from Tenable MCP (Management Control Panel)?

Use the endpoint GET /api/v1/visualizations/export/vulnerabilities with optional startTime and endTime parameters to download a CSV file.

コメント

「その他」の他のコンテンツ