Fire Financial Services provides business banking APIs for Irish and UK businesses. This CLI gives access to accounts, payments, payees, and transaction data for automating your business banking workflows.
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/firecom # Set up API credentials
firecom auth login --client-id YOUR_ID --client-key YOUR_KEY
# Verify connection
firecom auth status # List all accounts
firecom accounts list
# Get account transactions
firecom transactions list --account-id ACCOUNT_ID
# Initiate a payment
firecom payments create \
--account-id ACCOUNT_ID \
--amount 100.00 --currency EUR 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.