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
Related Servers
Serper MCP Server
Access Google Search results using the Serper API.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
Congress.gov
Access the Congress.gov API to retrieve legislative information.
Hermes Search
Provides full-text and semantic search over structured and unstructured data using Azure Cognitive Search.
Nexus
Web search server that integrates Perplexity Sonar models via OpenRouter API for real-time, context-aware search with citations
Claude Web Search
Provides web search functionality powered by the Claude API from Anthropic.
Perplexity Search
Web search and chat completion powered by the Perplexity AI API.
DuckDuckGo Search
Provides web search functionality using the DuckDuckGo Search API.
Chaitin IP Intelligence
Search for IP addresses using Chaitin's IP Intelligence API.
PubMed Search
Search for biomedical literature from the PubMed database.