@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 |
Capabilities
Features and capabilities supported by this server
| 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
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/1c-rest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server