Skip to main content
Glama
uitkhoanna

solidity-auditor-mcp

by uitkhoanna

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CYSIC_MODELNoOverride for other Minimax models.minimax-m3
CYSIC_API_KEYYesBearer token for the Cysic API.
CYSIC_BASE_URLNoOverride for self-hosted/proxy.https://token-ai.cysic.xyz/v1
CYSIC_TIMEOUT_MSNoPer-request timeout in ms.60000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_contractA

Run a 3-pass (recon -> deep vulnerability scan -> severity scoring) audit of a Solidity source file. Returns structured findings (severity, SWC id, function, line, description, recommendation) plus an overall risk score (0-100) and a short summary. Use this as the default entry point when reviewing a contract.

check_vulnerabilityA

Targeted check for a single vulnerability class (e.g. 'reentrancy', 'integer-overflow', 'access-control', 'tx.origin', 'unchecked-call'). Returns whether the contract is vulnerable, the severity, an SWC id, and a fix recommendation. Use this for quick spot-checks during development.

gas_optimizationA

Run a gas optimization review of a Solidity source file. Returns a list of concrete, ordered gas-saving suggestions (storage packing, calldata vs memory, immutable/constant, loop optimizations, short-circuiting, etc.) with estimated savings where possible.

generate_reportA

Run a full audit_contract and render the result as a clean Markdown report. Returns both the rendered Markdown and the underlying structured findings.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/uitkhoanna/my-contract-mcp'

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