pipeworx-io/mcp-crypto
MCP server for cryptocurrency data — prices, market caps, and exchange rates
Platform-specific configuration:
{
"mcpServers": {
"mcp-crypto": {
"command": "npx",
"args": [
"-y",
"mcp-crypto"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Crypto MCP — cryptocurrency prices and currency conversion
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_crypto_market | Get top cryptocurrencies by market cap with prices and 24h changes | | get_exchange_rate | Get the exchange rate between two fiat currencies |
Add to your MCP client config:
{
"mcpServers": {
"crypto": {
"url": "https://gateway.pipeworx.io/crypto/mcp"
}
}
}Or use the CLI:
npx pipeworx use cryptoMIT
Loading reviews...