yultrace-audit
Server Details
EVM Slither audit (zero-arg demo + live) + Blockscout source + security.txt lookup + MCP probe.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: contract auditing, source fetching, contact listing, endpoint probing, and chain support. The descriptions explicitly differentiate complementary tools like audit_contract and fetch_contract_source, eliminating any ambiguity.
All tools follow a consistent snake_case verb_noun pattern (audit_contract, fetch_contract_source, list_security_contacts, probe_mcp_endpoint, supported_chains). The naming is predictable and uniform throughout the set.
Five tools is well-scoped for an audit-focused server, covering core functionalities like contract analysis, source retrieval, contact discovery, endpoint testing, and chain support. Each tool earns its place without bloat or thinness.
The toolset covers key audit workflow steps: contract analysis, source access, contact lookup, and chain support. A minor gap exists in lacking tools for detailed finding management or remediation tracking, but agents can work around this with the provided tools.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
audit_contract5 fields changed- added
Input schema / properties / address / anyOfAdded value: +[ + { + "type": "string" + }, + { + "type": "null" + } +] - added
Input schema / properties / address / defaultAdded value: +null - changed
Input schema / properties / address / descriptionPrevious value: -"0x-prefixed 40-hex-character contract address."New value: +"0x-prefixed 40-hex-character contract address. Omit or\npass ``None`` / empty string to trigger demo mode." - removed
Input schema / properties / address / typeRemoved value: -"string" - removed
Input schema / requiredRemoved value: -[ - "address" -]
- Added
probe_mcp_endpoint
1 tool update
- Added
list_security_contacts
1 tool update
- Added
fetch_contract_source
2 tool updates
- First observed
audit_contract - First observed
supported_chains
Related MCP Connectors
EVM audit (Slither + source + security.txt + MCP-probe + wallet-exposure). 6 tools + /trace.
Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.
Blockscout MCP — multi-chain block-explorer aggregate
Read-only smart-contract security intelligence for autonomous agents.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables automated Solidity smart contract auditing by analyzing callgraphs and control flow to detect reentrancy vulnerabilities. Integrates with MCP-compatible clients to provide deterministic, zero-dependency security assessments.8-
- AlicenseAqualityCmaintenanceEnables static security audit of Solidity smart contracts by analyzing source code or deployed bytecode for vulnerabilities, providing risk scores and detailed findings.1MIT

Slither MCP Serverofficial
AlicenseAqualityDmaintenanceEnables static analysis of Solidity smart contracts using Slither, including contract metadata, function details, inheritance, and security detectors through MCP tools.2396AGPL 3.0- FlicenseNot gradedqualityBmaintenanceEnables Solidity callgraph and control-flow analysis to detect reentrancy vulnerabilities in smart contracts, with MCP integration for automated security auditing and DeFi vulnerability triage.8-
Glama MCP Gateway
Add one secure layer between your agents and this server.