
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
@dennisk2025/live-cryptocurrency-prices
Advanced tools
Fetches real-time prices and information for popular cryptocurrencies like Bitcoin, Ethereum, and more.
Fetches real-time prices and information for popular cryptocurrencies like Bitcoin, Ethereum, and more using the CoinGecko public API via the Model Context Protocol.
npx @dennisk2025/live-cryptocurrency-prices-mcp
npm install @dennisk2025/live-cryptocurrency-prices-mcp
To use this MCP server in Claude Desktop, add the following to your config file:
{
"mcpServers": {
"crypto": {
"command": "npx",
"args": ["@dennisk2025/live-cryptocurrency-prices-mcp"]
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonOnce added, ask Claude to run tools from the crypto MCP server.
get_crypto_priceFetches the current price of specified cryptocurrencies using the CoinGecko API.
Parameters:
ids (string, required): Comma-separated CoinGecko IDs for cryptocurrencies (e.g., bitcoin,ethereum,dogecoin).vs_currencies (string, required): Comma-separated fiat currencies to retrieve (e.g., usd,eur,gbp).See CoinGecko API for full list of crypto IDs and supported currency codes.
Fetch Bitcoin and Ethereum prices in USD and EUR:
Tool name: get_crypto_price
Parameters:
{
"ids": "bitcoin,ethereum",
"vs_currencies": "usd,eur"
}
Sample response:
{
"bitcoin": {
"usd": 42783,
"eur": 40180
},
"ethereum": {
"usd": 2987,
"eur": 2805
}
}
| Tool | Description |
|---|---|
| get_crypto_price | Fetches the current price of specified cryptocurrencies in a given fiat currency. |
get_crypto_price parameters| Parameter | Type | Required | Description |
|---|---|---|---|
| ids | string | Yes | Comma-separated CoinGecko IDs for the cryptocurrencies (e.g., "bitcoin,ethereum"). |
| vs_currencies | string | Yes | Comma-separated fiat currency codes to query against (e.g., "usd,eur,gbp"). |
No API keys needed. Uses only public CoinGecko endpoints. For help, see the documentation, CoinGecko docs, or file an issue where you installed this server.
FAQs
Fetches real-time prices and information for popular cryptocurrencies like Bitcoin, Ethereum, and more.
The npm package @dennisk2025/live-cryptocurrency-prices receives a total of 3 weekly downloads. As such, @dennisk2025/live-cryptocurrency-prices popularity was classified as not popular.
We found that @dennisk2025/live-cryptocurrency-prices demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.