Btcmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from pypi. Last commit 23 Sep 2025.
An MCP server that provides Bitcoin price data from Binance API
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add btcmcp -- uvx btcmcp
{
"mcpServers": {
"btcmcp": {
"args": [
"btcmcp"
],
"command": "uvx"
}
}
}
[mcp_servers.btcmcp]
command = "uvx"
args = ["btcmcp"]
{
"mcpServers": {
"btcmcp": {
"args": [
"btcmcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"btcmcp": {
"args": [
"btcmcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.