Crypto 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., "@Crypto MCP ServerConvert 100 USD to Chilean Pesos"
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.
Crypto MCP Server
Servidor MCP (Model Context Protocol) ligero para consultar precios de criptomonedas y realizar cálculos financieros básicos directamente desde tu entorno de desarrollo compatible con MCP.
Funcionalidades
get_price: Obtiene el precio actual en USD de cualquier criptomoneda vía CoinGecko.
convert_to_clp: Convierte un monto de USD a CLP basado en una tasa de cambio.
calculate_loss: Calcula el porcentaje de pérdida basado en tu precio de compra y el valor actual.
Related MCP server: Independent Reserve MCP Server
Requisitos
Node.js (v18 o superior)
npm
Un cliente compatible con MCP (ej: Cline, Claude Desktop)
Instalación
Clona el repositorio e instala las dependencias:
npm installCompila el proyecto:
Bash
npm run buildConfiguración Para usarlo en tu editor (como VS Code con Cline), añade la siguiente configuración en tu archivo de ajustes de MCP:
JSON
{
"mcpServers": {
"crypto-monitor": {
"command": "node",
"args": ["/TU/PATH/ABSOLUTO/dist/mcp-crypto.js"]
}
}
}Uso Una vez configurado y reiniciado tu editor, puedes solicitar información a la IA:
"¿A cuánto está el precio de ethereum?"
"Calcula mi pérdida si compré ETH a 3000 USD y hoy está a 2500 USD."
Licencia MIT
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
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/barrerasaezgonzalo/mcp-crypto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server