coincap-mcp logo

coincap-mcp一个 coincap mcp 服务器,用于从 Coincap API 访问加密数据

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Coincap MCP 是一个服务器,允许从 Coincap 的公共 API 查询加密信息。它不需要 API 密钥或注册。使用时,只需在 Claude Desktop 配置文件中添加以下配置: MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json { 'mcpServers': { 'coincap-mcp': { 'command': 'npx', 'args': ['coincap-mcp'] } } } 或者,也可以通过 Smithery 使用命令 `npx -y @smithery/cli install coincap-mcp --client claude` 自动安装。服务器支持多种功能,包括获取特定加密货币的价格、列出 Coincap API 上可用的加密资产以及获取特定资产的市值。

主要功能

  • 从 Coincap API 查询加密信息
  • 获取比特币或任意加密货币的价格
  • 列出 Coincap API 上所有可用的加密资产
  • 检索以太坊的市值

价格

模型
Free
评分
暂无评价

使用场景

加密货币价格查询

获取比特币或 Coincap API 上其他任何加密货币的当前价格

资产列表获取

检索 Coincap API 中所有可用的加密资产列表

优点 & 缺点

优点

  • 无需 API 密钥或注册
  • 可轻松集成 Claude Desktop
  • 支持多种加密货币查询

缺点

  • 需要 Node.js 18 以上
  • 仅限于 Coincap 公共 API 数据

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Are there any requirements or limits to using Coincap MCP?

You need Node.js 18 or newer and npx available. It requires no API keys or registration, but it’s limited to the data exposed by Coincap’s public API and runs only as a server for Claude Desktop.

Asked by Yosef Mizrahi · Nov 16, 2025

What crypto data can Coincap MCP retrieve?

The server can query Coincap’s public API for the price of any listed cryptocurrency, the market cap of specific assets (e.g., Ethereum), and provide a full list of all crypto assets available on Coincap.

Asked by Femi Adebayo · Nov 10, 2025

How do I add Coincap MCP to my Claude Desktop setup?

Edit the Claude Desktop config file (MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json) and add a "mcpServers" section with the command "npx" and args ['coincap-mcp']. Alternatively run 'npx -y @smithery/cli install coincap-mcp --client claude' to install automatically.

Asked by Halime Yalcin · Oct 25, 2025

提问

服务配缩器 的替代品