{"uid":"cap_fA7V31P3IgO3r7qC64IRH","slug":"slither-ast-analyzer-mcp-052417ab","name":"Slither AST Analyzer MCP","description":"The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.","url":"https://api.m2mcent.com/slither-ast-analyzer-mcp/api/process","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"payload":{"type":"string"}}},"responseSchema":{"type":"json","example":{"success":true}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.35","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.35/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.35","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.35","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Jr6E0x0R0RB4u6yLdS4l5","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.35","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Analyzes Solidity smart contract source code using Slither's AST (Abstract Syntax Tree) to detect vulnerabilities, code patterns, and security issues.","exampleAgentPrompt":"Can you run a Slither AST analysis on this Solidity contract code and tell me what vulnerabilities or dangerous patterns it finds? Here's the source: `pragma solidity ^0.8.0; contract Vault { mapping(address => uint) public balances; function withdraw() public { uint bal = balances[msg.sender]; (bool sent,) = msg.sender.call{value: bal}(\"\"); require(sent); balances[msg.sender] = 0; } }`","exampleUseCases":[{"title":"Pre-deployment smart contract audit","prompt":"Before I deploy this ERC-20 token contract, can you run a Slither AST analysis on the source code and list any vulnerabilities or security warnings I should fix?"},{"title":"Reentrancy vulnerability detection","prompt":"I think my withdrawal function might be vulnerable to reentrancy — can you analyze this Solidity code with Slither and confirm if that's an issue and what other bugs it finds?"},{"title":"DeFi protocol security review","prompt":"We're launching a DeFi lending protocol next week — can you run Slither AST analysis on all these Solidity contract files and give me a report of every detected vulnerability categorized by severity?"}],"resultDescription":"Returns structured Slither analysis output including detected vulnerabilities, their severity levels, affected contract functions or lines, vulnerability type names (e.g. reentrancy, integer overflow, unprotected functions), and AST-derived code pattern findings.","failureModes":["Invalid or unparseable Solidity code returns a parse error","Contract too large may time out or return partial results","Missing pragma or import dependencies may cause incomplete analysis","Malformed JSON input returns a 400-level error","Network or payment failure returns 402 or 5xx status"],"whenToPreferThis":"Choose this endpoint when you need automated, AST-based static security analysis of Solidity smart contracts using Slither's proven vulnerability detection engine — especially before contract deployment, during code review, or when auditing third-party contracts. Prefer this over generic code review tools when you specifically need Slither's detector suite applied to Ethereum/EVM smart contracts.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:48.294Z","isFirstParty":false}