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: 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides 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.Last updated13MIT
- AlicenseAqualityCmaintenanceReal-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 clientLast updated6MIT
- Flicense-qualityDmaintenanceProvides financial data including stock prices, cryptocurrency rates, forex rates, and compound interest calculations, as well as financial news retrieval through various APIs.Last updated1
- Alicense-qualityDmaintenanceProvides cryptocurrency pricing information using the CoinGecko API, enabling users to fetch current prices of any cryptocurrency in their chosen currency.Last updated181ISC
Related MCP Connectors
Live and historical cryptocurrency prices via CoinGecko free API.
Trade, monitor portfolios, and build Coinrule strategies by chat.
Provide real-time cryptocurrency price data and market analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/barrerasaezgonzalo/mcp-crypto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server