kirtiapte_bitcoin_mcp_server

kirtiapte_bitcoin_mcp_server

by kirtiapte

Resources

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

kirtiapte / bitcoin-mcp-server Public

1 star
1 fork
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

kirtiapte/bitcoin-mcp-server

main

1 Branch
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

kirtiapte
kirtiapte

Update README.md

Mar 13, 2025

3072267
 · Mar 13, 2025

History
-------

6 Commits

| | |
| .mvn/wrapper | | .mvn/wrapper | initial commit | Mar 12, 2025 |
| images | | images | Add files via upload | Mar 13, 2025 |
| logs | | logs | initial commit | Mar 13, 2025 |
| src | | src | initial commit | Mar 13, 2025 |
| .gitattributes | | .gitattributes | initial commit | Mar 12, 2025 |
| .gitignore | | .gitignore | initial commit | Mar 12, 2025 |
| README.md | | README.md | Update README.md | Mar 13, 2025 |
| mvnw | | mvnw | initial commit | Mar 12, 2025 |
| mvnw.cmd | | mvnw.cmd | initial commit | Mar 12, 2025 |
| pom.xml | | pom.xml | initial commit | Mar 12, 2025 |
| View all files | | |

Repository files navigation

Bitcoin Model Context Protocol Server

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.

Sample

Building the Server

./mvnw clean package

Building the Server

./mvnw test

Configuration

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"\
      ]
    },
}

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
0 Favorites
1 GitHub Stars

Repository Info

kirtiapte Organization

Similar Servers

continuedev_continue by continuedev
0
0
0