Skip to main content
Glama
OpenZeppelin

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
common.ts908 B
// IMPORTANT: This file must not have any imports since it is used in both Node and Deno environments, // which have different requirements for file extensions in import statements. export const commonDescriptions = { name: 'The name of the contract', symbol: 'The short symbol for the token', burnable: 'Whether token holders will be able to destroy their tokens', pausable: 'Whether privileged accounts will be able to pause specifically marked functionality. Useful for emergency response.', mintable: 'Whether privileged accounts will be able to create more supply or emit more tokens', }; export const infoDescriptions = { info: 'Metadata about the contract and author', securityContact: 'Email where people can contact you to report security issues. Will only be visible if contract source code is verified.', license: 'The license used by the contract, default is "MIT"', };

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