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
BitcoinServiceClient
class is generated by Claude 3.7 Sonnet
To integrate with Claude Desktop, need to build a jar file:
./gradlew clean build -x test
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"
]
}
}
}
{
"mcpServers": {
"bitcoin-mcp-server": {
"env": {},
"args": [
"-jar",
"/absolute/path/to/bitcoin-mcp-server-0.0.1-SNAPSHOT.jar"
],
"command": "java"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.