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

OpenZeppelin Stellar Contracts

docker-mcp/openzeppelin-stellar

Access to OpenZeppelin Stellar Contracts.

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

Tools · 6

stellar-account

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 …

stellar-fungible

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…

stellar-governor

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

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

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 …

stellar-vault

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

Stellar Account

Interactive Wizard UI for stellar-account

ui://openzeppelin/stellar-account.html
Stellar Fungible

Interactive Wizard UI for stellar-fungible

ui://openzeppelin/stellar-fungible.html
Stellar Governor

Interactive Wizard UI for stellar-governor

ui://openzeppelin/stellar-governor.html
Stellar Stablecoin

Interactive Wizard UI for stellar-stablecoin

ui://openzeppelin/stellar-stablecoin.html
Stellar Non-Fungible

Interactive Wizard UI for stellar-non-fungible

ui://openzeppelin/stellar-non-fungible.html
Stellar Vault

Interactive Wizard UI for stellar-vault

ui://openzeppelin/stellar-vault.html

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"
    }
  }
}