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
İlgili Sunucular
Plex MCP Server
Search your Plex media library. Supports OAuth and static token authentication.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
Untappd
Query the Untappd API for beer and brewery information.
MCP Omnisearch
Unified access to multiple search providers and AI tools like Tavily, Perplexity, Kagi, Jina AI, Brave, and Firecrawl.
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
Chromium CodeSearch Tools
Search Chromium source code using advanced Code Search syntax.
Esports Events
Get the latest information about esports matches. 50+ supported games: Counter-Strike, Valorant, League of Legends, Rocket League, ...
Contextual MCP Server
A server for Retrieval-Augmented Generation (RAG) using the Contextual AI platform.
Web Search MCP Server
Free web search using Google search results, no API key required.
Brave Search
A server for Brave Search, enabling integration with AI assistants like Claude.