Skip to main content
Glama
LyuboslavLyubenov

Solodit MCP Server

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

Related MCP server: Socket MCP Server

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

  1. Build the image:

docker build -t solodit-mcp .
  1. Run the container:

docker run -p 3000:3000 solodit-mcp

Local build

  1. Install dependencies:

npm install -g pnpm && pnpm install
  1. 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:

  1. Search Tool (search):

  • Input: { "keywords": "your search terms" }

  • Returns: JSON array of matching report titles

  1. Get by Title (get-by-title):

  • Input: { "title": "exact report title" }

  • Returns: Full content of the matching report

A
license - permissive license
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server providing security vulnerability intelligence tools including CVE lookup, EPSS scoring, CVSS calculation, exploit detection, and Python package vulnerability checking.
    8
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol (MCP) server for Socket integration, allowing AI assistants to efficiently check dependency vulnerability scores and security information.
    1
    710
    126
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server that provides access to Cyfrin Solodit's database of smart contract security findings, enabling search and filtering by impact, firms, tags, and more.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for ScanMalware.com URL scanning, malware detection, and analysis.

  • Search and browse every MCP server in the Model Context Protocol registry.

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LyuboslavLyubenov/search-solodit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server