MCP Hub
Back to servers

Solidity Contract Analyzer

A specialized MCP server for Solidity smart contract analysis that uses AST parsing to detail function context, execution flows, and variable interactions for security auditing.

Stars
6
Forks
2
Tools
1
Updated
Aug 19, 2025
Validated
Jan 11, 2026

Lyubos Toolbox Solidity MCP Server

https://github.com/user-attachments/assets/70ebb4af-7930-4158-b1af-bc851835b6a6

This repository contains an MCP (Model Context Protocol) server for analyzing Solidity contracts. Currently, it provides full function context analysis.

Features

  • Extracts and analyzes Solidity function contexts
  • Provides detailed information about function parameters, visibility, modifiers, and body

Usage

To run the MCP server, you can use Docker. The port can be specified via an environment variable.

Docker

  1. Build the Docker image:
docker build -t analyze-solidity-mcp .
  1. Run the container with a custom port (default is 3000):
docker run -e PORT=8080 -p 8080:8080 analyze-solidity-mcp

Reviews

No reviews yet

Sign in to write a review