@theyahia/1c-rest-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ONEC_LOGIN | Yes | Логин для HTTP Basic Auth | |
| ONEC_BASE_URL | Yes | Базовый URL сервера 1С (например http://localhost:8080/base) | |
| ONEC_PASSWORD | Yes | Пароль для HTTP Basic Auth | |
| ONEC_SERVICES | No | Список модулей через запятую (по умолчанию: all) | all |
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 |
|---|---|
| list_entitiesA | Получить список всех доступных сущностей базы 1С: справочники (Catalog_*), документы (Document_*), регистры (AccumulationRegister_*, InformationRegister_*). Используй этот инструмент первым при работе с незнакомой базой 1С. |
| get_document_by_numberA | Найти документ в 1С по номеру. Удобная обёртка над OData $filter. Пример: найти накладную №ТД-00123 от 2025-03-01. |
| get_catalogsA | Получение данных из справочников 1С через OData 3.0. Поддерживает фильтрацию, сортировку, пагинацию. |
| get_documentsB | Получение документов 1С через OData 3.0. Фильтрация по дате, типу, произвольным полям. |
| create_documentB | Создание нового документа в 1С через OData POST. |
| update_documentB | Обновление существующего документа в 1С через OData PATCH. |
| get_registerC | Получение данных из регистров 1С (информационных и накопления) через OData 3.0. |
| get_reportC | Получение отчёта из 1С по произвольному URL HTTP-сервиса (/hs/...). |
| odata_queryA | Произвольный OData 3.0 запрос к любой сущности 1С. Поддерживает $filter, $select, $expand, $orderby, $top, $skip, $inlinecount. |
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/aprovodka'
If you have feedback or need assistance with the MCP directory API, please join our Discord server