1С:Предприятие MCP
UnknownA community wrapper over 1C:Enterprise's REST/OData 3.0 API: 32 tools — catalog and document CRUD, posting and unposting, accumulation and information registers, accounting registers, constants, batch operations, change tracking. Works with any 1C configuration that has OData published. Not an official 1C product.
Why this server
- 32 tools across 1C's core modules: catalogs, documents, registers, accounting
- Works with any 1C configuration — just enable OData publication
- batch_* tools process up to 100 documents in parallel instead of one by one
- 1C has no webhooks — poll_changes_since emulates them via cursor-based polling
Usage examples
Prompt: Find invoice ТД-00123 dated March 1, 2026, and show its line items
Result: The agent called get_document_by_number, then get_document_lines by Ref_Key — returning the line items and total.
Prompt: Post sales document #4521 and immediately check warehouse stock
Result: The agent called post_document on the document, then get_accumulation_balance on the stock register to verify the result.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.