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.

评论

金融与商务 分类下的更多 MCP 服务器