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
Servidores relacionados
Semantic Scholar
Search for academic papers, authors, and citations using the Semantic Scholar API.
Brave Search
An MCP server for web and local search using the Brave Search API.
Perplexity
Interacting with Perplexity
Chromium CodeSearch Tools
Search Chromium source code using advanced Code Search syntax.
MCP RAG
A managed Retrieval-Augmented Generation (RAG) server using MCP, integrated with knowledge bases and OpenSearch.
中指房产估值MCP
MCP服务器,提供房产小区评级和评估功能
Agently MCP
Discover public A2A agents on the Agently platform using its public API.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Steam Game Server MCP
Model Context Protocol (MCP) server that inquires, diagnoses, and manages steam profiles, game libraries, concurrent users, and game server status.
Google Images Search
Search for Google images, view results, and download them directly within your IDE.