OpenIntegrations
Ready-made methods for Telegram, Bitrix24, VK, CDEK, Yandex Disk, databases and other APIs in 1C, OneScript and the oint CLI
Install
opm install oint-cliRequires OneScript with the opm package manager. After install, run the CLI as oint.
This is third-party code. Review the repository files before installing.
What it does
The project bundles methods for external services and protocols into one library: messengers, CRMs, cloud storage, databases, S3, SSH, FTP and more. Each service lives in its own module, and shared HTTP and JSON handling is written once. You can use it in 1C as an extension, in OneScript as a package, or call the same methods from the oint command-line app. The CLI is what makes it useful for agents: a single command sends a message, creates a task or runs SQL.
Who it is for. For 1C developers and anyone automating Russian and international services from the command line.
Good fit when
- You need to send data from 1C to Telegram, Bitrix24 or VK without writing your own API wrapper
- Your agent needs one CLI for dozens of services instead of separate scripts
- You need PostgreSQL, SQLite or S3 connectors from 1C
Not a fit when
- You want a narrow MCP server for one service with ready client setup
- You need a Python or Node.js library
Example request
Use oint to send the report image to our Telegram work chatLimitations
Each service needs its own tokens and keys. The README does not describe MCP mode: the repository description mentions it, and setup lives in the openintegrations.dev docs. 1C requires platform 8.3.10 or later; take builds from the download page or releases rather than the main branch.
How to disable. Remove the oint or oint-cli package via opm or the OS uninstaller, and disable the extension in 1C.
Security check
- Sends messages and changes data in external services on your behalf
- Handles tokens and runs SQL against connected databases
README in short
The README lists supported services and data formats and shows an example: sending an image to Telegram from 1C and the same via the oint command. Releases ship in six forms: CLI for Windows and Linux, XML and EDT extension projects, cfe and cf files, and a OneScript package. Per-method docs live at openintegrations.dev, with a series of Infostart articles. MIT licensed.
FAQ
Does it need the Standard Subsystems Library?
No, the extension works with any configuration and does not use it.
How do I see method parameters in the CLI?
Call it without a method, a method without options, or add --help: the CLI has built-in help.
Related
Zapier's official MCP plugin: the agent gets actions across thousands of apps through your Zapier account
An MCP server with n8n node and template knowledge: the agent picks nodes, validates configs and, with API access, creates workflows in your n8n
Awesome Claude Skills by Composio
Awesome Claude Skills
A curated list of Claude skills and plugins, plus Composio's own automation skills for 78 SaaS apps
SDKs, a CLI and MCP access to over a thousand prebuilt SaaS integrations for agents, with auth and per-user sessions