chainboss-cli
v1.0.0
Published
CLI for ChainBoss — the crypto API for AI agents. 21 MCP tools, post-paid $1 USDC on Solana.
Maintainers
Readme
ChainBoss CLI
Command-line interface for ChainBoss — the crypto API for AI agents. 21 MCP tools, post-paid $1 USDC on Solana.
Install
npm install -g chainboss-cliQuick Start
# Generate a free API key with $1 credit
chainboss register
# Get crypto prices
chainboss price bitcoin,ethereum
# Check gas fees
chainboss gas
# Scan meme tokens
chainboss meme-scanCommands
| Command | Description |
|---|---|
| register | Generate a free API key ($1 credit) |
| price <coins> | Get crypto prices (default: bitcoin,ethereum) |
| trending | Trending coins on CoinGecko |
| top [limit] | Top coins by market cap |
| gas | Ethereum gas prices |
| fear-greed | Fear & Greed index |
| meme-scan | Scan new meme tokens |
| meme-analyze <address> | Analyze a token for rug risk |
| defi-yields | Top DeFi yield opportunities |
| config | Show current config |
| help | Show help |
Options
--key=cd_abc123— Use a specific API key (overrides saved key)
Examples
chainboss register
chainboss price bitcoin,ethereum,solana
chainboss top 20
chainboss meme-analyze So11111111111111111111111111111111111111112
chainboss meme-scan --key=cd_abc123
chainboss defi-yields
chainboss fear-greedHow It Works
- Run
chainboss registerto get a free API key with $1 credit (~100-200 calls) - Use any command to query real-time crypto data
- When credit runs low, send $1 USDC to the ChainBoss Solana wallet to top up
Links
- Website: https://cryptoboss.space
- API Base:
https://cryptodata-api.datachain.workers.dev - MCP:
https://cryptodata-api.datachain.workers.dev/mcp - X: @Kristiamanekmu
