Peppermint Server
БесплатноНе проверенProvides access to Peppermint Tools API for blockchain operations including smart contracts, tokens, NFTs, and more.
Описание
Provides access to Peppermint Tools API for blockchain operations including smart contracts, tokens, NFTs, and more.
README
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
Instalación
npm install
npm run build
Configuració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 dev
Herramientas 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 tipos
Licencia
ISC
Установка Peppermint Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Dekalabs/mcp_peppermintFAQ
Peppermint Server MCP бесплатный?
Да, Peppermint Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Peppermint Server?
Нет, Peppermint Server работает без API-ключей и переменных окружения.
Peppermint Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Peppermint Server в Claude Desktop, Claude Code или Cursor?
Открой Peppermint Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Peppermint Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
