HeroDevs MCP Server

Model Context Protocol server providing vulnerability information and SBOM analysis from HeroDevs. Connect your LLM applications to access security data and insights.

Upload SBOM

Important
📄

Drop your SBOM file here or click to browse

Supports CycloneDX JSON format (.json, .sbom)

Getting Started

Connect to the MCP Server

The MCP server is available at the following endpoint. Use this URL to connect your LLM applications or MCP clients.

http://localhost:8080/mcp

Using MCP Inspector

Test and debug your MCP server interactively using the MCP Inspector tool.

npx @modelcontextprotocol/inspector http://localhost:8080/mcp

This will start the MCP Inspector and connect it to your server. Open your browser to http://localhost:6274 to access the inspector interface.

Available Tools

  • •getVulnerabilitiesFromHeroDevs() - Get a list of all vulnerabilities from HeroDevs
  • •getVulnerabilitiesByCVEId(String cveId) - Get a specific vulnerability by CVE ID

API Documentation

Interactive API documentation with Swagger UI

Open Swagger UI

OpenAPI Specification

Download the OpenAPI JSON specification

Download OpenAPI JSON

MCP Server URL

Copy the MCP server endpoint URL

© 2025 HeroDevs. All rights reserved.