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
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
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 | | |
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"\
]
},
}
No description, website, or topics provided.
No releases published
No packages published
You can’t perform that action at this time.