MCP.so
ログイン

Crypto MCP Server

@reinerttomas

Crypto MCP Server について

概要はまだありません

基本情報

カテゴリ

金融とコマース

ランタイム

node

トランスポート

stdio

公開者

reinerttomas

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「金融とコマース」の他のコンテンツ