MCP.so
登录

realtime-crypto-mcp-server

@smhnkmr

关于 realtime-crypto-mcp-server

A real-time cryptocurrency data provider for Model Context Protocol servers.

基本信息

分类

金融与商务

许可证

MIT license

运行时

node

传输方式

stdio

发布者

smhnkmr

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "realtime-crypto": {
      "command": "npx",
      "args": [
        "realtime-crypto-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is realtime-crypto-mcp-server?

realtime-crypto-mcp-server is a Model Context Protocol server that provides real-time cryptocurrency data by integrating with the CoinCap API. It offers tools to retrieve cryptocurrency exchange details and current exchange rates. It is intended for developers building MCP-based applications that need live crypto market information.

How to use realtime-crypto-mcp-server?

Add the server configuration to your MCP client settings JSON with command npx and argument realtime-crypto-mcp-server. No additional installation steps are required beyond having Node.js 18+ and npx. Once configured, the server exposes getExchangeDetailsTool and getRatesTool for use within your MCP client.

Key features of realtime-crypto-mcp-server

  • Get detailed cryptocurrency exchange information (volume, rank, trading pairs).
  • Fetch current cryptocurrency exchange rates in USD.
  • Built-in rate limiting with exponential backoff and up to 3 retries.
  • Fully typed with TypeScript.
  • Compatible with the MCP server SDK.

Use cases of realtime-crypto-mcp-server

  • Analyze cryptocurrency exchange rankings, volumes, and trading pairs.
  • Retrieve current USD rates for specific cryptocurrencies.
  • Integrate live crypto data into AI assistants or other MCP‑enabled applications.
  • Build dashboards or automated alerts using real‑time market information.

FAQ from realtime-crypto-mcp-server

What data source does realtime-crypto-mcp-server use?

It uses the free CoinCap API, which provides real‑time pricing and market activity for over 1,000 cryptocurrencies.

What are the prerequisites for running realtime-crypto-mcp-server?

Node.js version 18 or later and npx are required.

Does the server have rate limiting?

Yes. The package includes built‑in rate limiting and a retry mechanism with a maximum of 3 retries and exponential backoff starting at 1 second.

What tools are available in realtime-crypto-mcp-server?

Two tools are provided: getExchangeDetailsTool (takes an exchange ID like binance) and getRatesTool (takes a currency ID like bitcoin).

What license is realtime-crypto-mcp-server released under?

It is licensed under the MIT License.

评论

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