Solodit Search
Search and retrieve Solodit vulnerability reports.
Solodit MCP Server
A Model Context Protocol (MCP) server for searching and retrieving Solodit vulnerability reports.
https://github.com/user-attachments/assets/057ca6a2-8ca2-400c-b92b-9ed585ae2e79
Features
- Search vulnerability reports by keywords
- Get full report content
Setup
Easiest way is to start the server with npx or with docker:
npx @lyuboslavlyubenov/solodit-mcp
or with remote docker:
docker run -p 3000:3000 lyuboslavl/solodit-mcp:latest
Local setup
Using Docker
- Build the image:
docker build -t solodit-mcp .
- Run the container:
docker run -p 3000:3000 solodit-mcp
Local build
- Install dependencies:
npm install -g pnpm && pnpm install
- Build and run:
pnpm build && node dist/index.js
IDE Integration
Add this to your mcp.json configuration file:
{
"mcpServers": {
"solodit-mcp": {
"url": "http://localhost:3000/mcp"
}
}
}
API Usage
The server exposes an MCP endpoint at POST /mcp with these tools:
- Search Tool (
search):
- Input:
{ "keywords": "your search terms" } - Returns: JSON array of matching report titles
- Get by Title (
get-by-title):
- Input:
{ "title": "exact report title" } - Returns: Full content of the matching report
Verwandte Server
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
MarineTraffic MCP Server
Provides access to MarineTraffic vessel tracking data.
MCP Lucene Server
MCP Lucene Server is a Model Context Protocol (MCP) server that exposes Apache Lucene's full-text search capabilities through a conversational interface. It allows AI assistants (like Claude) to help users search, index, and manage document collections without requiring technical knowledge of Lucene or search engines.
Enhanced PubMed Search
A search server for PubMed, the biomedical literature database, using a pure Node.js implementation.
Tavily Search
A search engine powered by the Tavily AI Search API.
Hugeicons MCP Server
Search for icons from the Hugeicons library and get usage documentation.
Wikipedia
Retrieves information from Wikipedia to provide context to Large Language Models (LLMs).
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
Ripgrep Search
Efficiently search Obsidian vaults using the ripgrep tool.
Yoku
Enhance your applications, workflows and AI systems with reliable company data using our comprehensive Brand Identity API.