Pipeworx crypto
/install pipeworx-crypto
Crypto & Currency
Real-time cryptocurrency prices from CoinGecko plus fiat currency conversion. Check the price of Bitcoin, get the top 100 coins by market cap, or convert between currencies like USD, EUR, and GBP.
Tools
| Tool | Description |
|---|---|
get_crypto_price |
Current price for a specific cryptocurrency by CoinGecko ID (e.g., "bitcoin", "ethereum", "solana") |
get_crypto_market |
Top cryptocurrencies ranked by market cap with prices and 24h changes |
get_exchange_rate |
Fiat-to-fiat exchange rate conversion (e.g., USD to EUR) |
Scenarios
- "What's the current price of Ethereum?" — use
get_crypto_pricewith id"ethereum" - Building a portfolio tracker that needs live prices
- Converting currencies for international pricing calculations
- Displaying a market overview with top gainers and losers
Example: Bitcoin price
curl -s -X POST https://gateway.pipeworx.io/crypto/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_crypto_price","arguments":{"id":"bitcoin"}}}'
{
"name": "Bitcoin",
"symbol": "btc",
"price_usd": 67234.12,
"market_cap": 1320000000000,
"volume_24h": 28500000000,
"change_24h": 2.34
}
MCP config
{
"mcpServers": {
"pipeworx-crypto": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/crypto/mcp"]
}
}
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-crypto - After installation, invoke the skill by name or use
/pipeworx-crypto - Provide required inputs per the skill's parameter spec and get structured output
What is Pipeworx crypto?
Cryptocurrency prices, market cap rankings, and fiat currency conversion via CoinGecko. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Pipeworx crypto?
Run "/install pipeworx-crypto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx crypto free?
Yes, Pipeworx crypto is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx crypto support?
Pipeworx crypto is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx crypto?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.