spring-bitcoin-mcp-server

spring-bitcoin-mcp-server

3.1

If you are the rightful owner of spring-bitcoin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project provides a Model Context Protocol (MCP) server for Bitcoin price information.

The Bitcoin MCP Server is designed to provide real-time Bitcoin price information using the Model Context Protocol (MCP). It facilitates communication between a client and server through standard input/output (STDIO), eliminating the need for network ports. The server is built using Maven, which packages the application into a JAR file. A test client, ClientSTDIO, is included to demonstrate how to connect and interact with the server. The client requires the server JAR file to be accessible, as it uses a subprocess mechanism to start the server. Configuration of the JAR file path can be done via system properties, environment variables, or default paths. The client can list available tools and retrieve Bitcoin prices in specified currencies.

Features

  • Real-time Bitcoin price information
  • Communication via standard input/output (STDIO)
  • Subprocess mechanism for server startup
  • Configurable JAR file path
  • Test client for demonstration

Related MCP Servers

View all finance servers →