
spring boot bitcoin mcp server 2025
A demonstration of A Spring Boot/AI MCP Server that tracks Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3)
Repository Info
About This Server
A demonstration of A Spring Boot/AI MCP Server that tracks Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3)
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Bitcoin MCP Server
A demonstration of A Spring Boot/AI MCP Server that tracks Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3)
Note: The implementation in
BitcoinServiceClientclass is generated by Claude 3.7 Sonnet
Prerequisites
- Java 17 or later
- Maven 3.6 or later
- Claude Desktop installed with a Claude Account
Build
To integrate with Claude Desktop, need to build a jar file:
./gradlew clean build -x test
Claude Desktop Integration
To integrate with Claude Desktop, add the following configuration to your Claude Desktop settings:
{
"mcpServers": {
"bitcoin-mcp-server": {
"command": "java",
"args": [
"-jar",
"/absolute/path/to/bitcoin-mcp-server-0.0.1-SNAPSHOT.jar"
]
}
}
}
Additional Resources
- Weather STDIO MCP Server - Christian Tzolov
- MCP Server Boot Starter
- CoinGecko APIs References
Quick Start
Clone the repository
git clone https://github.com/nlinhvu/spring-boot-bitcoin-mcp-server-2025Install dependencies
cd spring-boot-bitcoin-mcp-server-2025
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.