Skip to main content
Glama
OpenZeppelin

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
solidity-erc20A

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-erc721A

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-erc1155A

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-stablecoinA

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.

solidity-rwaA

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.

solidity-accountA

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-governorA

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-customA

Make a custom smart contract.

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

cairo-erc20A

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-erc721A

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-erc1155A

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-accountA

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 contract that is used to validate and execute transactions.

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

cairo-multisigA

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 Markdown code block. Does not write to disk.

cairo-governorB

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-vestingA

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, formatted in a Markdown code block. Does not write to disk.

cairo-customA

Make a custom smart contract.

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

confidential-erc7984A

Make a confidential fungible token in Solidity according to the ERC-7984 standard, similar to ERC-20 but with confidentiality.

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

stellar-fungibleA

Make a fungible token per the Fungible Token Standard, compatible with SEP-41, similar to ERC-20.

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

stellar-governorA

Make a governor contract for on-chain governance using token-based voting.

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

stellar-stablecoinA

Make a stablecoin that uses Fungible Token Standard, compatible with SEP-41.

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

stellar-non-fungibleA

Make a non-fungible token per the Non-Fungible Token Standard, compatible with SEP-50, similar to ERC-721.

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

stellar-vaultA

Make a tokenized vault that issues Fungible Token shares for an underlying asset, similar to ERC-4626.

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

stylus-erc20A

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-erc721A

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-erc1155A

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.

uniswap-hooksA

Make a Uniswap v4 hook contract using the OpenZeppelin Uniswap Hooks library.

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Solidity ERC20Interactive Wizard UI for solidity-erc20
Solidity ERC721Interactive Wizard UI for solidity-erc721
Solidity ERC1155Interactive Wizard UI for solidity-erc1155
Solidity StablecoinInteractive Wizard UI for solidity-stablecoin
Solidity RWAInteractive Wizard UI for solidity-rwa
Solidity AccountInteractive Wizard UI for solidity-account
Solidity GovernorInteractive Wizard UI for solidity-governor
Solidity CustomInteractive Wizard UI for solidity-custom
Cairo ERC20Interactive Wizard UI for cairo-erc20
Cairo ERC721Interactive Wizard UI for cairo-erc721
Cairo ERC1155Interactive Wizard UI for cairo-erc1155
Cairo AccountInteractive Wizard UI for cairo-account
Cairo MultisigInteractive Wizard UI for cairo-multisig
Cairo GovernorInteractive Wizard UI for cairo-governor
Cairo VestingInteractive Wizard UI for cairo-vesting
Cairo CustomInteractive Wizard UI for cairo-custom
Confidential ERC7984Interactive Wizard UI for confidential-erc7984
Stellar FungibleInteractive Wizard UI for stellar-fungible
Stellar GovernorInteractive Wizard UI for stellar-governor
Stellar StablecoinInteractive Wizard UI for stellar-stablecoin
Stellar Non-FungibleInteractive Wizard UI for stellar-non-fungible
Stellar VaultInteractive Wizard UI for stellar-vault
Stylus ERC20Interactive Wizard UI for stylus-erc20
Stylus ERC721Interactive Wizard UI for stylus-erc721
Stylus ERC1155Interactive Wizard UI for stylus-erc1155
Uniswap HooksInteractive Wizard UI for uniswap-hooks

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenZeppelin/contracts-wizard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server