theYahia/alfa-bank-mcp
MCP server for Alfa-Bank — business accounts, payments, statements (Russia)
Platform-specific configuration:
{
"mcpServers": {
"alfa-bank-mcp": {
"command": "npx",
"args": [
"-y",
"alfa-bank-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Alfa-Bank Business API. Manage business accounts, create payment orders, view statements, check exchange rates, and access payroll registries.
npx -y @theyahia/alfa-bank-mcp| Variable | Required | Description | |----------|----------|-------------| | ALFA_CLIENT_ID | Yes | OAuth 2.0 client ID from Alfa-Bank developer portal | | ALFA_CLIENT_SECRET | Yes | OAuth 2.0 client secret | | ALFA_BASE_URL | No | API base URL (default: https://partner.business.alfabank.ru) |
| Tool | Description | |------|-------------| | list_accounts | List all business accounts | | get_account_balance | Get current balance for an account | | get_account_statement | Get transactions for a date range | | create_payment_order | Create a new payment order | | get_payment_status | Check payment order status | | list_counterparties | List saved business counterparties | | get_exchange_rates | Get current exchange rates | | get_salary_registry | Get payroll registries |
MIT
Loading reviews...