ROCTUPROCTUPCommunity·2 Agent Skills Included

1c-mcp-toolkit

Query and manage 1C:Enterprise databases via REST API

Connects AI agents to 1C:Enterprise databases through MCP or REST API for querying data, exploring metadata, and reading event logs. Composes correct, optimized 1C query language statements with proper table naming, virtual tables, and index-aware filtering. Eliminates manual database inspection and failed queries caused by wrong object or field names. Includes data anonymization, access rights checks, and session management for safe production use.
npx skills add ROCTUP/1c-mcp-toolkit --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install 1c-mcp-toolkit?

Run `npx skills add ROCTUP/1c-mcp-toolkit --all -g -y` in your terminal to install all skills in this suite globally.

How to query a 1C database with AI?

Start the embedded server or proxy, point your agent at http://localhost:6003/mcp, and it can run 1C queries, explore metadata, and read event logs through natural language requests.

Does it work without changing 1C configuration?

Yes. It runs as an external .epf processing file, so no configuration changes, COM connections, or server publishing are required.

Can agents use it without MCP support?

Yes. A full REST API under /api/ mirrors all 12 MCP tools, so any agent that can make HTTP requests with curl can use it.

Is sensitive 1C data protected?

Yes. Built-in anonymization replaces personal and confidential values with stable tokens, and dangerous operations are blocked by a configurable blacklist.

Related Repositories in Data & Analytics

View All in Data & Analytics