Metadata-Version: 2.4
Name: sber-unofficial-mcp
Version: 0.6.4
Summary: MCP server exposing the unofficial SberBank Online SDK to AI agents
License-Expression: MIT
Project-URL: Homepage, https://github.com/ex3lite/sber-mcp
Project-URL: Documentation, https://github.com/ex3lite/sber-mcp/blob/main/docs/mcp/README.en.md
Project-URL: Source, https://github.com/ex3lite/sber-mcp
Project-URL: Issues, https://github.com/ex3lite/sber-mcp/issues
Project-URL: Changelog, https://github.com/ex3lite/sber-mcp/releases
Keywords: mcp,model-context-protocol,ai-agents,claude,sberbank,sber,banking,fintech,unofficial-api
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Typing :: Typed
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.

By default the server is **read-only** — the tools that change the account are not
registered at all. Pass `--allow-writes` to enable card rename and self-transfers.
To try it without a bank account, run `sber-unofficial-mcp --demo` for a synthetic
portfolio that contacts nothing.

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

<!-- Proves to the MCP registry that this PyPI distribution belongs to the server
     name below; the registry reads it from the published long description. -->
mcp-name: io.github.ex3lite/sber-mcp
