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

OpenZeppelin Cairo Contracts

docker-mcp/openzeppelin-cairo

Access to OpenZeppelin Cairo Contracts.

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

Tools · 9

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

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

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

cairo-erc6909

Make a minimal multi-token per the ERC-6909 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.

cairo-account

Make a custom smart contract that represents an account that can be deployed and interacted with other contracts, and can be extended to implement custom logic. An account is a special type of contrac…

cairo-multisig

Make a multi-signature smart contract, requiring a quorum of registered signers to approve and collectively execute transactions. Returns the source code of the generated contract, formatted in a Mar…

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

cairo-vesting

Make a vesting smart contract that manages the gradual release of ERC-20 tokens to a designated beneficiary based on a predefined vesting schedule. Returns the source code of the generated contract, …

cairo-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 · 9

Cairo ERC20

Interactive Wizard UI for cairo-erc20

ui://openzeppelin/cairo-erc20.html
Cairo ERC721

Interactive Wizard UI for cairo-erc721

ui://openzeppelin/cairo-erc721.html
Cairo ERC1155

Interactive Wizard UI for cairo-erc1155

ui://openzeppelin/cairo-erc1155.html
Cairo ERC6909

Interactive Wizard UI for cairo-erc6909

ui://openzeppelin/cairo-erc6909.html
Cairo Account

Interactive Wizard UI for cairo-account

ui://openzeppelin/cairo-account.html
Cairo Multisig

Interactive Wizard UI for cairo-multisig

ui://openzeppelin/cairo-multisig.html
Cairo Governor

Interactive Wizard UI for cairo-governor

ui://openzeppelin/cairo-governor.html
Cairo Vesting

Interactive Wizard UI for cairo-vesting

ui://openzeppelin/cairo-vesting.html
Cairo Custom

Interactive Wizard UI for cairo-custom

ui://openzeppelin/cairo-custom.html

How to use

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

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