Crypto Bytes runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi.
Crypto Bytes MCP Server
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 crypto-bytes -- uvx crypto_bytes_mcp_server
{
"mcpServers": {
"crypto-bytes": {
"args": [
"crypto_bytes_mcp_server"
],
"command": "uvx"
}
}
}
[mcp_servers.crypto-bytes]
command = "uvx"
args = ["crypto_bytes_mcp_server"]
{
"mcpServers": {
"crypto-bytes": {
"args": [
"crypto_bytes_mcp_server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"crypto-bytes": {
"args": [
"crypto_bytes_mcp_server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.