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
ImportantDrop 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/mcpUsing 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 UIOpenAPI Specification
Download the OpenAPI JSON specification
Download OpenAPI JSONMCP Server URL
Copy the MCP server endpoint URL