finbolt
v0.1.4
Published
CLI for the Finbolt financial reasoning engine
Downloads
547
Readme
finbolt
CLI for the Finbolt financial reasoning engine — manage your account, API keys, and MCP integration from the terminal.
Install
npm install -g finboltQuick start
# Create an account
finbolt signup --email [email protected]
# Configure Claude Desktop MCP integration
finbolt configureCommands
| Command | Description |
| --- | --- |
| signup --email <email> | Create a new Finbolt account |
| login --email <email> | Request a magic link |
| login --verify <token> | Complete login with token from email |
| status | Show account info and subscription tier |
| usage | Show today's API usage |
| keys regenerate | Regenerate your API key (invalidates current) |
| upgrade | Upgrade to Finbolt Pro ($29/mo) |
| configure | Set up Claude MCP integration |
| logout | Log out and clear local session |
Requirements
- Node.js >= 18
