Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OpenZeppelin Solidity Contracts

docker-mcp/openzeppelin-solidity

Access to OpenZeppelin Solidity Contracts.

Uptime
100.0%
1 direct probes · 30d
Response
529ms
last probe
Tools
8
callable
Resources
8
readable
Prompts
0
available

Tools · 8

solidity-erc20

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.

solidity-erc721

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.

solidity-erc1155

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.

solidity-stablecoin

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 Markdow…

solidity-rwa

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 M…

solidity-account

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.

solidity-governor

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.

solidity-custom

Make a custom smart contract. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.

Resources · 8

Solidity ERC20

Interactive Wizard UI for solidity-erc20

ui://openzeppelin/solidity-erc20.html
Solidity ERC721

Interactive Wizard UI for solidity-erc721

ui://openzeppelin/solidity-erc721.html
Solidity ERC1155

Interactive Wizard UI for solidity-erc1155

ui://openzeppelin/solidity-erc1155.html
Solidity Stablecoin

Interactive Wizard UI for solidity-stablecoin

ui://openzeppelin/solidity-stablecoin.html
Solidity RWA

Interactive Wizard UI for solidity-rwa

ui://openzeppelin/solidity-rwa.html
Solidity Account

Interactive Wizard UI for solidity-account

ui://openzeppelin/solidity-account.html
Solidity Governor

Interactive Wizard UI for solidity-governor

ui://openzeppelin/solidity-governor.html
Solidity Custom

Interactive Wizard UI for solidity-custom

ui://openzeppelin/solidity-custom.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "openzeppelin_solidity_contracts": {
      "url": "https://mcp.openzeppelin.com/contracts/solidity/mcp",
      "transport": "streamable-http"
    }
  }
}