Skip to main content
Glama
Carlys17

MCP Contract Auditor

by Carlys17

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_chainsA

List all supported EVM chains for contract auditing

fetch_contractA

Fetch verified smart contract source code and ABI from Blockscout

scan_vulnsC

Scan Solidity source code for common security vulnerabilities (reentrancy, overflow, access control, etc.)

check_holdersB

Analyze token holder distribution for centralization and rug-pull risk

audit_contractA

🔒 FULL AUDIT: Fetch contract source, scan for vulnerabilities, analyze holders, generate report. One-stop smart contract audit.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

Tools are largely distinct with clear purposes. However, `audit_contract` is a composite that includes functionality of `scan_vulns` and `check_holders`, which could cause some confusion, but descriptions clarify the difference.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., audit_contract, list_chains), making it easy for an agent to predict tool names.

Tool Count5/5

Five tools is well-scoped for a contract auditor server, covering the essential operations without being overwhelming or insufficient.

Completeness4/5

The tool set covers fetching, scanning, holder analysis, and full auditing with chain listing. Missing features like audit history or detailed chain info are minor gaps.

Maintenance

ActivityStale
ResponsivenessNo issues