calling-1c-rest-api-via-curl

Query and manipulate 1C:Enterprise databases via REST API using curl.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/manilotw/1c-mcp-toolkit --skill calling-1c-rest-api-via-curl-manilotw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calling-1c-rest-api-via-curl
Source: https://github.com/manilotw/1c-mcp-toolkit/tree/main/skills/calling-1c-rest-api-via-curl
Command: npx skills add https://github.com/manilotw/1c-mcp-toolkit --skill calling-1c-rest-api-via-curl-manilotw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables direct interaction with 1C:Enterprise databases using curl, providing a straightforward way to query and manipulate data without the need for MCP integration.

Core Features & Use Cases

  • REST API Access: Connect to a 1C:Enterprise database via the REST API using curl commands.
  • Data Querying: Execute queries and retrieve data from 1C databases.
  • Data Manipulation: Perform actions such as executing 1C code, exploring metadata, and accessing event logs.
  • Use Case: Imagine you need to extract customer information from a 1C database. Use this Skill to execute a query and retrieve the relevant data using curl.

Quick Start

Use the get_metadata endpoint to explore the structure of the database.

Frequently Asked Questions about calling-1c-rest-api-via-curl

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

FAQPage Schema
How do I query data from a 1C:Enterprise database using a REST API?

You can query data from a 1C:Enterprise database by sending curl commands directly to its REST API endpoints. This approach allows you to retrieve records and explore database metadata without requiring MCP integration.

How do I explore the metadata structure of a 1C:Enterprise database?

To explore the metadata structure of a 1C:Enterprise database, use the `get_metadata` endpoint via curl. This provides a straightforward way to understand the database schema before executing targeted data queries.

Can I execute 1C code directly through an HTTP request?

Yes, you can execute 1C code directly through HTTP requests using curl. This Skill supports executing 1C code remotely, alongside reading event logs and checking access rights via the REST API.

What is the best way to interact with a 1C database without using MCP?

The best way to interact with a 1C database without MCP is using curl to access the REST API. It enables direct HTTP interaction for data querying, navigating objects by link, and finding object references.

Do I need curl to access 1C:Enterprise REST API endpoints?

Yes, curl is the required dependency for accessing 1C:Enterprise REST API endpoints with this approach. It handles the direct HTTP requests needed to query data, read event logs, and check access rights.