ExchangeRate-API provides reliable and up-to-date currency exchange rate data. This CLI gives you access to real-time rates, historical data, and currency conversion calculations for 160+ currencies.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/exchangerate # Set up API key
exchangerate auth login --api-key YOUR_API_KEY
# Verify connection
exchangerate auth status # Get latest rates for USD
exchangerate rates get --base USD
# Convert currency
exchangerate convert --from USD --to EUR --amount 100
# Get historical rates
exchangerate rates history --base USD --date 2025-01-01 For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.