@theyahia/sber-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Порт HTTP-транспорта | 3000 |
| SBER_TOKEN | No | Прямой Bearer-токен API (синоним SBER_ACCESS_TOKEN) | |
| SBER_CA_PATH | No | Путь к CA PEM-файлу для mTLS | |
| SBER_BASE_URL | No | API-хост | https://fintech.sberbank.ru:9443 |
| SBER_KEY_PATH | No | Путь к PEM-ключу для mTLS | |
| SBER_PFX_PATH | No | Путь к .p12/.pfx файлу для mTLS | |
| SBER_CERT_PATH | No | Путь к PEM-сертификату для mTLS (альтернатива PFX) | |
| SBER_CLIENT_ID | No | Client ID для OAuth client_credentials | |
| SBER_OAUTH_URL | No | OAuth-эндпоинт | https://api.sberbank.ru:8443/prod/tokens/v2/oauth |
| SBER_TIMEOUT_MS | No | Таймаут запроса в мс | 30000 |
| SBER_OAUTH_SCOPE | No | Space-separated scope | GET_STATEMENT_ACCOUNT PAY_DOC_RU GET_CLIENT_ACCOUNTS |
| SBER_CLIENT_SECRET | No | Client Secret для OAuth client_credentials | |
| SBER_PFX_PASSPHRASE | No | Пароль для PFX файла |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_accountsA | Список счетов клиента в Сбербанке. |
| get_balanceC | Баланс по счёту. |
| get_statementA | Выписка по счёту за период (список транзакций). Поддерживает пагинацию. |
| summarize_transactionsB | Сводка по выписке: количество, суммы поступлений/списаний, чистый итог за период. |
| create_paymentA | Создание платёжного поручения. Денежная операция: идемпотентна по RqUID (повтор с тем же ключом не создаёт дубль). |
| get_payment_statusC | Статус платежа по ID. |
| list_counterpartiesB | Список сохранённых контрагентов (получателей платежей). |
| get_company_infoA | Сведения об организации-клиенте (реквизиты, ИНН, список счетов). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/sber-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server