@brighty-app/mcp-server
v0.0.3
Published
Brighty MCP server: exposes Brighty banking API as MCP tools (stdio).
Readme
@brighty-app/mcp-server
TypeScript MCP server exposing the Brighty banking API as 24 tools (accounts, members, transfers, payouts, cards) over stdio.
This package is part of the brighty-agent-toolkit monorepo. See the root README for installation, authentication, and usage.
Bins
brighty-mcp— start the stdio MCP server.brighty-mcp-login— interactive CLI that validates an API key againstGET /accountsand stores it in the OS keychain.brighty-mcp login— alias forbrighty-mcp-loginwhen only the main bin is onPATH.
Configuration
BRIGHTY_API_KEY(env, preferred) or OS keychain entrybrighty-mcp / default.BRIGHTY_API_URL— overrides the API base URL including the version path (default:https://api.brighty.app/business/v1; dev:https://api.brighty.codes/business/v1).BRIGHTY_SKIP_AUTH_CHECK=1— bypass the startupGET /accountsvalidation (debug / inspector only).
License
MIT
