OpenZeppelin Stellar Contracts
docker-mcp/openzeppelin-stellarAccess to OpenZeppelin Stellar Contracts.
Tools · 6
Make a smart account contract that authorizes operations through configurable signers and policies, for example a multisig with passkey, Ed25519 and delegated signers. Returns the source code of the …
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…
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.
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.
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 …
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 …
Resources · 6
Interactive Wizard UI for stellar-account
ui://openzeppelin/stellar-account.html
Interactive Wizard UI for stellar-fungible
ui://openzeppelin/stellar-fungible.html
Interactive Wizard UI for stellar-governor
ui://openzeppelin/stellar-governor.html
Interactive Wizard UI for stellar-stablecoin
ui://openzeppelin/stellar-stablecoin.html
Interactive Wizard UI for stellar-non-fungible
ui://openzeppelin/stellar-non-fungible.html
Interactive Wizard UI for stellar-vault
ui://openzeppelin/stellar-vault.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"openzeppelin_stellar_contracts": {
"url": "https://mcp.openzeppelin.com/contracts/stellar/mcp",
"transport": "streamable-http"
}
}
}