{"uid":"cap_1DanhTUH4bF1QjY18DMqE","slug":"solidity-slither-wrapper-mcp-54ad50fc","name":"Solidity Slither Wrapper 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/solidity-slither-wrapper-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.3","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.3/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.3","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.3","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_IWLkFIX37MhvLYRjptBGa","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.3","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Runs Slither static analysis on Solidity smart contract code and returns security vulnerability findings via an agentic API endpoint.","exampleAgentPrompt":"Can you run a Slither security audit on this Solidity contract code and tell me what vulnerabilities it finds? Here's the contract: pragma solidity ^0.8.0; contract MyToken { mapping(address => uint256) public balances; function withdraw(uint256 amount) public { require(balances[msg.sender] >= amount); (bool success,) = msg.sender.call{value: amount}(\"\"); require(success); balances[msg.sender] -= amount; } }","exampleUseCases":[{"title":"Reentrancy vulnerability detection before deployment","prompt":"Before I deploy this contract, can you run a Slither static analysis on it and flag any reentrancy vulnerabilities? Here's the Solidity source: contract Vault { mapping(address => uint) bal; function withdraw() public { msg.sender.call{value: bal[msg.sender]}(\"\"); bal[msg.sender] = 0; } }"},{"title":"DeFi protocol security audit","prompt":"I'm about to launch a liquidity pool contract and want to make sure it's safe — can you run Slither on this Solidity code and list all the security warnings with their severity levels?"},{"title":"Smart contract code review for access control issues","prompt":"Can you analyze this Solidity contract with Slither and specifically tell me if there are any access control problems or unprotected functions that could be called by unauthorized users?"}],"resultDescription":"Returns Slither static analysis output including a list of detected vulnerabilities, their severity (high/medium/low/informational), the specific detector that triggered, affected contract names, and source code line references indicating where each issue was found.","failureModes":["Invalid or unparseable Solidity code returns a syntax/parse error","Contract too large may hit processing limits or timeout","Unsupported Solidity version pragma may cause analysis failure","Empty or missing 'data' field returns a validation error","Network timeout if analysis takes too long on complex contracts"],"whenToPreferThis":"Choose this endpoint when you need automated, programmatic Slither static analysis of Solidity smart contracts without setting up a local Python/Slither environment. Ideal for CI/CD pipelines, agent-driven pre-deployment security checks, or when you need structured vulnerability output from Slither specifically (rather than a generic audit LLM). Prefer over manual Slither runs when operating in agentic or serverless contexts.","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}