Metadata-Version: 2.4
Name: sber-unofficial-mcp
Version: 0.6.3
Summary: MCP server exposing the unofficial SberBank Online SDK to AI agents
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: sber-unofficial-sdk
Requires-Dist: mcp>=1.2
Requires-Dist: rich>=13
Requires-Dist: questionary>=2

# sber-unofficial-mcp

MCP server that exposes the unofficial SberBank Online SDK to AI agents (Claude,
Codex, Cursor): browserless auth, product/operation reads, and self-transfers gated
by explicit human approval. **Secrets never cross the agent boundary**; integration
is direct **client ↔ SberBank**, with no third-party services.

```bash
pip install sber-unofficial-mcp     # pulls in sber-unofficial-sdk
sber-unofficial-mcp login           # one-time interactive login
```

Then connect the `sber-unofficial-mcp` command to your agent. The core SDK is a
separate package, [`sber-unofficial-sdk`](https://pypi.org/project/sber-unofficial-sdk/),
usable on its own.

Full documentation: https://github.com/ex3lite/sber-mcp
