Bitcoin MCP Server
@nlinhvu
关于 Bitcoin MCP Server
A demonstration of A Spring Boot/AI MCP Server that tracks Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3)
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bitcoin MCP Server?
A Spring Boot/AI MCP server demonstration that tracks Bitcoin prices using the CoinGecko API. It is designed for developers using Claude Desktop who want to integrate real-time Bitcoin price data through the Model Context Protocol.
How to use Bitcoin MCP Server?
First, build a JAR file by running ./gradlew clean build -x test (requires Java 17+ and Maven 3.6+). Then add a JSON configuration block to your Claude Desktop settings specifying the java -jar command pointing to the built JAR.
Key features of Bitcoin MCP Server
- Tracks Bitcoin prices via CoinGecko API.
- Built with Spring Boot and Spring AI.
- Integrates with Claude Desktop through MCP.
- Requires Java 17 or later.
- Deployed as a standalone JAR file.
- Includes a
BitcoinServiceClientclass generated by Claude 3.7 Sonnet.
Use cases of Bitcoin MCP Server
- Fetch current Bitcoin price directly from Claude Desktop.
- Demonstrate how to build an MCP server with Spring Boot.
- Serve as a reference for integrating external APIs (CoinGecko) with MCP.
FAQ from Bitcoin MCP Server
What are the prerequisites to run this server?
Java 17 or later, Maven 3.6 or later, and Claude Desktop installed with a Claude Account are required.
How do I build the server?
Run ./gradlew clean build -x test from the project root to produce the executable JAR.
How do I integrate it with Claude Desktop?
Add the provided JSON configuration (with the absolute path to the JAR) to your Claude Desktop settings under mcpServers.
Which API does the server use?
It uses the CoinGecko API (api.coingecko.com/api/v3) to fetch Bitcoin price data.
Is this server intended for production use?
The README describes it as a demonstration server, not a production-ready application.
金融与商务 分类下的更多 MCP 服务器
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
Awesome Crypto MCP Servers
badkkA collection of crypto MCP servers.
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
评论