Crypto MCP Server
Click on "Deploy 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: cryptosense-mcp
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 deployed
Maintenance
Related MCP Connectors
Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents.
Live crypto prices, conversion, gas tracker, portfolio tools, and calculators for AI agents.
Read-only crypto research skills that check a price, RSI and ATR against independent sources.
Live and historical cryptocurrency prices via CoinGecko free API.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides real-time Argentine dollar exchange rates to Claude, including blue, official, MEP, CCL, crypto, and other rates. Enables automatic currency conversions for budgets, price comparisons, and financial analysis in pesos and dollars.4 npmMIT
- AlicenseAqualityDmaintenanceReal-time crypto market intelligence MCP. Get prices, trending coins, market overview, top coins by market cap, and portfolio value — all through natural language in Claude, Cursor, or any MCP client6MIT
- FlicenseNot gradedqualityDmaintenanceProvides financial data including stock prices, cryptocurrency rates, forex rates, and compound interest calculations, as well as financial news retrieval through various APIs.1-
- AlicenseBqualityDmaintenanceProvides cryptocurrency pricing information using the CoinGecko API, enabling users to fetch current prices of any cryptocurrency in their chosen currency.110 npm1ISC