458,064 tools. Updated 2026-08-14 20:18
"Solidity" matching MCP tools:
- Generate an ERC-20 fungible token contract with configurable features including minting, burning, pausing, permit, and upgradeable proxies. Returns the Solidity source code as a Markdown code block.AGPL 3.0
- Generate a ready-to-use ERC-4337 account smart contract source code with options for signer algorithms, upgradeability, and token receivers. Returns code formatted in Markdown, no file writes.AGPL 3.0
- Generates a stablecoin ERC-20 token contract source code and returns it in a Markdown code block.AGPL 3.0
- Generate an ERC-20 token contract to represent real-world assets. Specify features like minting, burning, access control, and permits to get Solidity source code.AGPL 3.0
- Generate a DAO governance contract with customizable voting, quorum, and timelock settings. Returns the Solidity source code in a Markdown block for immediate review.AGPL 3.0
- Generate ERC-721 non-fungible token contract source code with customizable features like minting, burning, pausing, and access control. Get the code as a Markdown block without writing to disk.AGPL 3.0
Matching MCP Servers
- AlicenseAqualityCmaintenanceEnables static security audit of Solidity smart contracts by analyzing source code or deployed bytecode for vulnerabilities, providing risk scores and detailed findings.1MIT
- FlicenseAqualityBmaintenanceAudits Ethereum/Solidity smart contracts using the Cysic Minimax model, providing automated vulnerability detection, gas optimization suggestions, and markdown report generation.4
Matching MCP Connectors
The OpenZeppelin Solidity Contracts MCP server integrates OpenZeppelin's security and style rules into AI-driven development workflows, enabling AI assistants to generate safe, correct, and production-ready smart contracts. It automatically validates generated code against OpenZeppelin standards (including imports, modifiers, naming conventions, and security checks) and supports various contract types including ERC-20, ERC-721, ERC-1155, Stablecoins, RWA, Governor, and Account contracts through prompt-driven workflows.
AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.
- Generates an ERC-1155 non-fungible token contract's Solidity source code. Returns the code as a Markdown snippet without writing files.AGPL 3.0
- Generate custom smart contract source code with configurable access control, pausability, and upgradeability. Returns Markdown code without writing to disk.AGPL 3.0
- Make a stablecoin token that uses the ERC-20 standard. Experimental, some features are not audited and are subject to change. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a non-fungible token per the ERC-1155 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a contract to implement governance, such as for a DAO. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a fungible token per the ERC-20 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a non-fungible token per the ERC-721 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a real-world asset token that uses the ERC-20 standard. Experimental, some features are not audited and are subject to change. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make an account contract that follows the ERC-4337 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a custom smart contract. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Look up an Aztec error by message, code, or hex signature to identify root cause and suggested fix. Searches contract, circuit, tx-validation, and other error categories.MIT
- Audit Web3 smart contracts for security flaws using static analysis and AI. Accepts GitHub repo URL or Solidity code, returns a score and prioritized findings.MIT
- List all contracts in a Solidity project with filters (type, path, pagination). Discover contract names, inheritance, and type flags to understand codebase structure.AGPL 3.0
- Analyze state variables in Solidity projects to audit storage layout, find public state, and understand contract data, with filters for visibility, constants, and immutables.AGPL 3.0