1c-help-mcp

Search official 1C:Enterprise documentation for method signatures and BSL syntax.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill 1c-help-mcp-arman-kudaibergenov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-help-mcp
Source: https://github.com/Arman-Kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/1c-help-mcp
Command: npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill 1c-help-mcp-arman-kudaibergenov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes uncertainty when writing or validating 1C:Enterprise platform code by helping you quickly locate the correct method signatures, functions, and syntax from official documentation.

Core Features & Use Cases

  • Semantic documentation search via MCP: Retrieves relevant 1C platform documentation for a natural-language query and supports targeted method discovery.
  • Guided syntax correctness: Enables checking syntax by verifying the method or function details before implementing BSL code.
  • Clear boundaries for other search types: Avoids misuse for BSP patterns (use bsp-patterns), code/project search (use codesearch/metadatasearch), and template search (use templatesearch).
  • Practical examples: Use method-name search for a specific API (e.g., a string operation), or concept/functionality search for broader topics (e.g., file operations or HTTP features).

Quick Start

Call the skill as /1c-help-mcp and ask for the 1C platform syntax and signature for the method СтрРазделить, then use the returned result to implement and validate your BSL code.

Frequently Asked Questions about 1c-help-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the correct method signature and BSL syntax for 1C:Enterprise platform development?

You can find the correct BSL syntax and method signature for 1C:Enterprise platform development by running a semantic search over official documentation, which returns exact function details and usage examples.

What is the best way to look up built-in 1C functions during feature implementation?

The best way to look up built-in 1C functions during feature implementation is querying the official documentation via an MCP helpsearch endpoint to resolve ambiguity and validate correct BSL constructs before coding.

Can I use this semantic search to find BSP patterns for my 1C:Enterprise code?

No, you cannot use this semantic search to find BSP patterns for 1C:Enterprise code. This functionality is explicitly excluded; you should use a dedicated bsp-patterns tool instead for locating BSP library patterns.

Does the 1C documentation search support natural language queries for specific API methods?

Yes, the 1C documentation search supports natural language queries for specific API methods. You can ask for the syntax and signature of a specific method like СтрРазделить and get relevant official documentation results.

When should I use an MCP documentation search instead of a code search for 1C platform troubleshooting?

You should use an MCP documentation search for 1C platform troubleshooting when you need to verify official method signatures, built-in functions, and BSL syntax, whereas code search is for finding existing implementations within your project.