Peppermint MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Peppermint MCP Serverdeploy a new ERC20 token called MyToken"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Peppermint Server
Un servidor Model Context Protocol (MCP) para la API de Peppermint Tools. Proporciona acceso completo a funcionalidades blockchain incluyendo contratos inteligentes, tokens, NFTs y más.
Características
18 herramientas MCP para operaciones blockchain
Autenticación flexible: Plain API Key (recomendada) y HMAC-SHA512
Operaciones completas: Blockchains, contratos, tokens, vaults, transacciones
Auto-configuración: Detecta vaults automáticamente
Related MCP server: Tatum MCP Server
Instalación
npm install
npm run buildConfiguración
Variables de entorno:
PEPPERMINT_API_KEY: Tu API key de PeppermintPEPPERMINT_INSECURE_KEY:"1"para Plain API Key,"0"para HMAC
Para Claude Desktop:
{
"mcpServers": {
"peppermint": {
"command": "node",
"args": ["/ruta/completa/al/proyecto/dist/flexible-server.js"],
"env": {
"PEPPERMINT_API_KEY": "tu-api-key",
"PEPPERMINT_INSECURE_KEY": "1"
}
}
}
}Uso
# Ejecutar servidor
npm start
# Desarrollo
npm run devHerramientas Disponibles
Información
get_auth_info- Ver método de autenticación actual
Blockchain
list_blockchains- Listar blockchains disponiblesget_blockchain- Obtener detalles de blockchain
Contratos
list_contracts- Listar contratosget_contract- Obtener contrato específicodeploy_contract- Desplegar contratoread_contract- Leer datos de contratowrite_contract- Escribir datos a contrato
Tokens
create_token- Crear token ERC20mint_token- Mint tokensburn_token- Burn tokenstransfer_erc20- Transferir tokens ERC20 desde un wallet
Vaults
list_vaults- Listar vaultsget_vault- Obtener vault específicocreate_vault- Crear vault
Transacciones
list_transactions- Listar transaccionesget_transaction- Obtener transacción específica
Wallets
create_wallet- Crear wallet
Estructura del Proyecto
src/
├── flexible-server.ts # Servidor MCP principal
├── flexible-client.ts # Cliente API de Peppermint
├── flexible-auth.ts # Sistema de autenticación
└── types.ts # Definiciones de tiposLicencia
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Dekalabs/mcp_peppermint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server