This MCP Server provides an LLM interface for tracking Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3). It was built with the Spring AI MCP project.
./mvnw clean package
./mvnw test
You will need to supply a configuration for the server for your MCP Client. Here's what the configuration looks like for claude_desktop_config.json:
{
"mcpServers": {
"bitcoin-mcp-server": {
"command": "java",
"args": [
"-jar",
"/path/to/bitcoinn-mcp-server/target/bitcoinn-mcp-server-0.0.1-SNAPSHOT.jar"
]
},
}
Login to Cloud Foundry instance
cf push -f manifest.yml
{
"mcpServers": {
"bitcoin-mcp-server": {
"env": {},
"args": [
"-jar",
"/path/to/bitcoinn-mcp-server/target/bitcoinn-mcp-server-0.0.1-SNAPSHOT.jar"
],
"command": "java"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.