"Solidity" matching MCP tools:
- Generates ERC-4337 compliant account contract source code, returned as a Markdown block without writing to disk.AGPL 3.0
- Generate ERC-721 non-fungible token contract source code with configurable options for minting, burning, pausing, and upgrades. Returns Solidity code in Markdown.AGPL 3.0
- Generate DAO governance contract source code with customizable voting, quorum, timelock, and upgradeability settings. Output as Markdown for review.AGPL 3.0
- Generate custom smart contract source code with configurable access control, pausability, and upgradeability. Returns ready-to-use Solidity code in a Markdown block, without writing to disk.AGPL 3.0
- Generate ERC-1155 token contracts with minting, burning, pausing, access control, upgradeability, and cross-chain bridging. Returns Solidity source code in Markdown without writing to disk.AGPL 3.0
- Generates an ERC-20 fungible token contract source code in a markdown block, with configurable options for minting, burning, permits, upgradeability, and access control.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.
Smart contract security screening for Base. Check any contract or token for risk before interacting with it: Solidity source verification, upgradeable proxies and admin or mint powers, holder concentration, dangerous selectors, and B20 issuer powers. It surfaces the usual rug pull and scam indicators. The free tool needs no wallet and no API key; the paid Flash Audit (3.49 USDC over x402) returns a report with an anchored SHA-256. Payment is the only gate.
- Create a stablecoin token contract based on ERC-20 with configurable features. Returns the generated Solidity source code in a Markdown block for immediate use.AGPL 3.0
- Generate an ERC-20 token contract for tokenizing real-world assets. Returns source code in Markdown, ready to review, 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.ConnectorNo auth
- 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.ConnectorNo auth
- 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.ConnectorNo auth
- 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.ConnectorNo auth
- 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.ConnectorNo auth
- 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.ConnectorNo auth
- 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.ConnectorNo auth
- Make a custom smart contract. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.ConnectorNo auth
- Solidity Version: Solidity VersionConnectorNo auth
- 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