MCP.so
Sign In

Crypto MCP Server

@reinerttomas

About Crypto MCP Server

No overview available yet

Basic information

Category

Finance & Commerce

Runtime

node

Transports

stdio

Publisher

reinerttomas

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Crypto MCP Server?

Crypto MCP Server is a TypeScript Model Context Protocol (MCP) server that fetches the current Bitcoin price in USD, EUR, or CZK using the CoinGecko API. It is designed for developers who want to integrate real-time cryptocurrency price data into MCP‑based applications.

How to use Crypto MCP Server?

Install dependencies with npm install, compile with npm run build, then run in production mode with npm start or in development mode with npm run dev. The server exposes the get_bitcoin_price tool, which accepts an optional currency parameter (usd, eur, or czk) and returns the current Bitcoin price in that currency.

Key features of Crypto MCP Server

  • Get current Bitcoin price in USD, EUR, or CZK
  • Real‑time data from the CoinGecko API
  • Type safety with TypeScript
  • Fast and reliable

Use cases of Crypto MCP Server

  • Fetch Bitcoin price for display in MCP‑enabled applications
  • Integrate cryptocurrency price data into AI assistants
  • Monitor Bitcoin price in multiple fiat currencies

FAQ from Crypto MCP Server

Which currencies are supported?

The server supports USD, EUR, and CZK. The default currency is USD.

What tool does Crypto MCP Server provide?

It provides a single tool called get_bitcoin_price, which retrieves the current Bitcoin price in the specified currency.

How do I install and run the server?

Run npm install to install dependencies, then npm run build to compile TypeScript. Start the server with npm start for production or npm run dev for development (with auto‑restart).

What API does the server use?

The server uses the CoinGecko API to obtain real‑time cryptocurrency prices.

What are the runtime dependencies?

The server requires Node.js, TypeScript (for compilation), Axios for HTTP requests, and the Model Context Protocol (MCP) library.

Comments

More Finance & Commerce MCP servers