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
관련 서버
avr-docs-mcp
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.
Mastra Docs Server
Provides AI assistants with direct access to Mastra.ai's complete knowledge base.
Semiconductor Supply Chain MCP Server
Access semiconductor B2B platforms like AnySilicon and DesignReuse for IP core and ASIC service procurement.
PipeCD Docs
Search and retrieve official PipeCD documentation.
Halal Terminal MCP
Shariah-compliant investing for AI agents — screen stocks & ETFs across 5 methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P), audit portfolios, calculate zakat, get market data, news & SEC filings.
Glean
Search and chat across your company's apps using the Glean API.
Semantic Search Of Reddit
MCP server that enables AI assistants to search Reddit conversations, explore subreddits, and access trending topics.
SerpApi
Provides search capabilities and data retrieval from SerpAPI and YouTube for AI assistants.
TranscriptAPI YouTube Skills
Get YouTube transcripts, search videos, browse channels, and extract playlists from any AI agent — powered by TranscriptAPI.com with no API key required.