Сбер API MCP
UnknownSber API MCP is the bank's official MCP channel for business agents: drafting a ruble payment order ("rur_payment.create_invoice") and pulling account statements ("statement.get_rur_transactions"). Access isn't self-service: it needs a Sber API agreement, a TLS cert, a MemberID and a scoped OAuth2 token; payments still need signing in SberBusiness. Unveiled at SPIEF 2026.
Why this server
- correspondent_rur.get checks a counterparty's details and accounts by TIN before a payment is drafted
- rur_payment.create_invoice drafts a payment order — it doesn't move money by itself
- A payment stays a draft until a human signs it in SberBusiness — the agent can't move money on its own
- statement.get_rur_transactions and get_summary return account statements and turnover day by day
Usage examples
Prompt: Create a payment order for Romashka LLC for 100,000 rubles for services under contract 111, VAT 20%
Result: The agent called correspondent_rur.get, found Romashka LLC's account, generated an externalId and created a draft via rur_payment.create_invoice — signing in SberBusiness is still required to execute it.
Prompt: Show me the day's totals for account 40702810338000042025 on 2025-03-04
Result: statement.get_summary returned the opening and closing balance and the day's turnover — without opening SberBusiness.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.