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

OpenZeppelin Stylus Contracts

docker-mcp/openzeppelin-stylus

Access to OpenZeppelin Stylus Contracts.

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

Tools · 3

stylus-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.

stylus-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.

stylus-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.

Resources · 3

Stylus ERC20

Interactive Wizard UI for stylus-erc20

ui://openzeppelin/stylus-erc20.html
Stylus ERC721

Interactive Wizard UI for stylus-erc721

ui://openzeppelin/stylus-erc721.html
Stylus ERC1155

Interactive Wizard UI for stylus-erc1155

ui://openzeppelin/stylus-erc1155.html

How to use

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

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