• Projects 8
  • Rating 5.0
  • Rating 3 076

Budget: 1000 USD Deadline: 13 days

Hello. Designing an MCP server for 1C requires strict control of JSON schemas and limiting the volume of returned data to protect the LLM context window. I will implement middleware in Python (FastAPI) that fully complies with the Model Context Protocol specification. I will set up the mapping of tools (Tools) to OData/HTTP calls, metadata caching, and a read-only access system. Previously, I designed high-load API gateways for trading MAM terminals with complex data routing and response times of less than 1 second. Is the development of HTTP services (extensions) on the 1C side to be handled by your internal specialists, or should this stage be included in the task scope?

  • Projects 10
  • Rating 4.7
  • Rating 791

Budget: 1000 USD Deadline: 14 days

Hello! MCP servers are exactly my topic, especially the integration of LLM with business databases. For 1C, I would do it this way: HTTP services in the extension with a Bearer token, and the MCP server maps tools into OData queries, read-only with default limits on volume to avoid overwhelming the model context. I will connect to Claude Desktop and run your scenarios with balances and drafts of invoices. Just let me know—should the MCP server run on your server alongside 1C?

  • Projects -
  • Rating -
  • Rating 737

Budget: 1000 USD Deadline: 14 days

Hello, Rustam. MCP servers are my area of expertise: I have four in production, and I work with the MCP protocol and Claude every day. Most of the responses here are from universal API developers; for your task, it is important that the person builds specifically MCP, not "something similar."

One of my MCP servers imports data from a Telegram channel into a structured product catalog — the logic is the same as what you need: an external system, a set of tools, a structured response for the model.

How I see the solution:
• An MCP server in Python (official MCP SDK) provides the LLM agent with a set of tools: reading counterparties, stock levels, product prices; creating documents (Customer Order, Invoice); management reporting; requesting metadata of objects.
• Each tool maps to an OData or HTTP request to 1C.
• Separately — data schema and output limitation: you rightly noted the risk of overflowing the model's context window with large tables. I plan pagination, limits, and field projections so that the model receives exactly what it needs.
• Basic/Bearer authorization, testing scenarios in Claude Desktop.

  • Projects -
  • Rating -
  • Rating 561

Budget: 1000 USD Deadline: 20 days

Rustam, the task fits perfectly with the combination of MCP + 1C: it is possible to safely give LLM access only to the necessary operations, without unnecessary rights and context overload. I have been creating web services and APIs for 7 years, leading a team, so I can handle both architecture and implementation. I will set up tools for reading, analytics, drafts of documents, and metadata, and then I will test the scenarios in the MCP client. I am ready to discuss the details of integration and access restrictions.

Advertising exchange in Telegram Vortex (Vue.js + Laravel)
  • Projects -
  • Rating -
  • Rating 1 906

Budget: 1000 USD Deadline: 20 days

Здравствуйте. Я ознакомился с вашим проектом и понимаю концепцию MCP + интеграции с 1C.

Понимаю, что это не обычный API проект. Основная задача — создать безопасное, стабильное и структурированное взаимодействие между LLM-агентами и системой 1C.

Особенно понимаю важность следующих частей:

- MCP tools architecture
- request/response mapping
- OData и HTTP integrations
- authentication/security

NOVA PRIME — a modern educational platform with St panels
Andrey K.
1 298 1
  • Projects 1 302
  • Rating 5.0
  • Rating 105 072

Budget: 1000 USD Deadline: 7 days

Hello. I have experience in developing MCP services. I am ready to help implement an MCP service.

  • Projects 7
  • Rating 5.0
  • Rating 1 562

Budget: 1000 USD Deadline: 13 days

I regularly create MCP servers — this is my main stack, not a one-time task. Here, it's not about the set of tools, but about security: read-only by default, a whitelist of tools, a limit on output volume, and logging of each call with parameters. Document creation is only through specific tools with explicit confirmation; otherwise, the LLM will sooner or later create a document that no one requested.

I suggest the layer to 1C through HTTP services or OData, without direct access to the database: it's safer and withstands configuration updates.

I will start with reading — counterparties, balances, prices, reporting. Document creation will be connected in the second step when real requests show that the model does not make mistakes in nomenclature.

What configuration and version of the platform do you have, and are there already published HTTP services or OData?

  • Projects 15
  • Rating 5.0
  • Rating 8 186

Budget: 1000 USD Deadline: 12 days

Hello, Rustam! The concept of "Talk to your ERP" through the MCP protocol is an excellent and very promising task.

I am Nina, the manager of the IT team at Valflow. Valentin will handle the architecture and development of the MCP server in Python. He is a Senior Python & AI Engineer who regularly develops integrations for LLM agents, custom RAG architectures, REST API services, and works with databases.

Here’s how we will implement the MCP server for your 1C:

1. MCP Server Architecture (Python + FastMCP / SDK):
We will create an asynchronous MCP server that describes tools using clear JSON Schema, understandable for Claude Desktop and other MCP clients.

2. Integration with 1C (OData / HTTP REST API):

  • Projects -
  • Rating -
  • Rating 194

Budget: 1800 USD Deadline: 21 days

Good morning,

I can speak about this project from experience, not theory — we build software with LLM agents connected via MCP servers on a daily basis.

The most challenging point is the one you indicated: the context window. This is where projects like "talk to your ERP" quietly fail. If the tool returns thousands of rows in response to a request for a list of contractors, the model drowns in it, and the answers cease to be reliable. Tools must default to returning aggregates and data chunks, with a hard limit on response size and a clear way for the model to request more — a query for stock levels should return a specific number for a specific item and warehouse, not a dump of the entire table. I have been designing them this way from the start.

The second point, less obvious: most MCP failures are not code failures, but schema failures. Whether the model selects the right tool and correctly fills in the parameters depends almost entirely on how the JSON Schema and tool descriptions are written. This skill is acquired by actually maintaining such systems — and here I see the greatest value I can bring.

You have a good security model, and I would leave it unchanged: by default, read-only, write operations only as drafts of documents, never posted documents.

  • Projects -
  • Rating -
  • Rating 168

Budget: 999 USD Deadline: 25 days

Hello! Great task. Developing an MCP server for the "Talk to your ERP" concept is the most elegant and standardized solution today for integrating LLM agents with business logic.

I have a clear understanding of the MCP standard architecture (tools, resources, prompts) and experience in building integration buses.

Here’s how I see the implementation of your project:

MCP Architecture: The server is written in Python (FastAPI / mcp-sdk) or Node.js. Each action in 1C is mapped to a strict JSON Schema for model inference (Claude / GPT) to minimize hallucinations with parameters.

1C Layer (HTTP/OData): To avoid overloading 1C itself, lightweight HTTP services are deployed on the extension side. For simple queries (balances, counterparties), we use the standard OData API with strict Select/Filter filtering, and for heavy analytics and document creation — custom HTTP endpoints returning aggregated JSON.

  • Projects -
  • Rating -
  • Rating 226

Budget: 950 USD Deadline: 21 days

I will create an MCP server in Python using the official MCP SDK: tools for reading (counterparties, balances, prices), generating reports, drafts of documents (Customer Order, Invoice) and metadata of objects, each tool is mapped to OData or HTTP request to 1C via HTTP services with Basic or Bearer authorization.

By default, access is read-only, with limits and pagination on the response volume, so large tables do not clutter the model context. This is not theoretical knowledge; I work with MCP daily through Claude Code and see from the inside where such things break: unclear tool description, too much data in one response, ambiguous parameter schema.

I will check all scenarios from the specifications through Claude Desktop, including the draft invoice and balances by nomenclature.

Stack: Python, MCP SDK, HTTP/OData to 1C. Examples of work with agents are in my profile. We will discuss the details of the 1C configuration in the chat.

  • Projects 15
  • Rating 4.8
  • Rating 3 165

Budget: 950 USD Deadline: 14 days

Hello! I build MCP servers — I provide LLM agents with a safe set of Tools with validation and limits, testing myself and through AI agents. We will carefully assemble your case "Talk to your ERP."

As I see it:
• HTTP services in 1C (extensions) with Basic/Bearer authorization; mapping MCP-tools → OData/HTTP requests to 1C
• Tools: reading (counterparties, balances, prices, nomenclature), analytics, metadata of objects, drafts of documents (Order/Invoice)
• Read-only by default, limits on response volume (to avoid "dropping" the model context), JSON Schema for input parameters
• I will check scenarios like "How many bricks are in the main warehouse?" and "Draft invoice for LLC Vector"

From you — access to the test database of 1C or a call regarding the structure. Estimate ≈ $950, 1–2 weeks.
— Mykola

  • Projects -
  • Rating -
  • Rating 196

Budget: 3500 USD Deadline: 25 days

I already have a nearly ready architecture for such an MCP server for ERP, which can be quickly adapted for 1C and launch the first working scenario through the MCP client.

In terms of timelines, I would estimate 20-25 working days for the first stable release - reading data, reports, document drafts, rights, limits, and tests on a real database. For the MVP of this level, the budget starts from 3500 USD; I will provide a more accurate figure after clarifying the 1C configuration and the list of objects.

Look, there’s a nuance here - the main difficulty is not in the MCP itself, but in the reliable layer between the model and 1C, so that the agent does not see unnecessary data, does not pull huge tables, and does not create documents without clear validation. We would do it this way - read-only mode by default, separate tools for contractors, balances, prices, reports, and drafts, JSON Schema for each action, logging of calls, and rights limitations.

> First, we will raise a secure HTTP/OData layer in 1C or an extension.
> Then we will assemble the MCP server with tools and schemas.
> After that, we will check scenarios like the balance for Brick and the draft invoice for LLC Vector.
> After this, we can carefully expand to Talk to ERP - reports, hints, task statuses, analytics.

  • Projects 5
  • Rating 4.2
  • Rating 2 112

Budget: 1000 USD Deadline: 30 days

Hello! I have reviewed your task and believe that I can successfully complete it. I would be happy to collaborate, please write to me personally for further details.

  • Projects -
  • Rating -
  • Rating 265

Budget: 1000 USD Deadline: 1 day

Good afternoon, I am writing on behalf of the company Devoxen. We specialize in integrations with 1C, building API layers, MCP/LLM middleware, event-driven architecture, and secure enterprise integrations for ERP systems.

On the technical side, we can implement an MCP server as an intermediary layer between LLM and 1C with clear access rights delineation, JSON Schema tools, data volume control, request logging, and secure calls via HTTP services or OData. We will also implement mapping "tool → 1C endpoint", a system of restrictions (rate limit, role-based access), and support scenarios such as reading balances, analytics, and creating document drafts.

Architecturally, this can be implemented as a separate service (Python/Node.js/Go) with an MCP interface, an integration module for 1C, and a security layer (token-based auth + audit logs). This will allow connecting any LLM clients (Claude Desktop and others) without changes in 1C, as well as scaling the set of tools without reworking the core.

We can do this without unnecessary questions and time costs. We also provide a guarantee and support if desired. We can start working on your project immediately after discussing the technical specifications.

I suggest moving to private messages for a more detailed technical discussion.

  • Projects 38
  • Rating 5.0
  • Rating 17 915

Budget: 950 USD Deadline: 18 days

Hey Rustam,

Read the spec. Two things worth flagging upfront before pricing:

The MCP side is straightforward for me — I'd build it in Python using the official MCP SDK (FastMCP), with each tool as a typed function plus JSON Schema for params.
Read-only by default, write tools (document drafts, status changes) gated behind a confirmation step so the agent can't accidentally create 50 invoices. Metadata
gets cached so the model doesn't burn tokens re-fetching directory structure on every call. Row caps and pagination on all reads to protect the context window.

The 1C side is where I'd want to be honest: I've worked with OData and HTTP service patterns in plenty of ERP-style integrations, but not specifically with 1C
extensions. If you have a 1C developer on your end who can publish the HTTP services per spec I'd write, this is clean. If I need to write the 1C extension myself,

  • Projects -
  • Rating -
  • Rating 260

Budget: 9000 USD Deadline: 20 days

Hello! I have done similar integrations — an MCP server over 1C via HTTP services is quite a clear task.

Regarding the stack: Node.js / Python MCP server, Basic/Bearer authorization, mapping tools to OData/HTTP requests to 1C, JSON Schema for parameters — everything is standard.

Timeline: 2–3 weeks with testing on real scenarios (balances, searching for counterparties, creating document drafts).

Regarding the price: $800–1000 — considering documentation and connection to Claude Desktop for acceptance. I am ready to discuss the details of the 1C configuration, as this affects the volume.

  • Projects 6
  • Rating 4.5
  • Rating 1 309

Budget: 1000 USD Deadline: 20 days

❤️Hi, hope you are doing well.

I am a senior software engineer with extensive experiences in MCP server development, API integration, JSON Schema, HTTP services, OData, ERP systems, backend security, and LLM tool integration.

This project is about building a safe “Talk to your ERP” layer between LLM agents and the 1C information base. I can develop the MCP server with clearly defined tools for reading data, generating reports, creating draft documents, changing task statuses, and exposing metadata so the AI understands the 1C structure correctly.

The implementation would include 1C HTTP service preparation, secure authorization, mapping MCP tool calls to 1C/OData requests, read-only defaults, access limits, response size controls, and testing through Claude Desktop or another MCP client.

The result will be a working MCP service that connects natural language requests to real 1C data in a controlled and reliable way.

  • Projects 4
  • Rating 5.0
  • Rating 1 032

Budget: 2000 USD Deadline: 20 days

Hello! I have carefully reviewed your idea Talk to your ERP, and it fits perfectly for 1C, especially if the server is strictly configured for security and transmits only the minimally necessary fragment of data. I can develop an MCP server as a clean intermediary layer that provides a set of tools for searching, reporting, creating document drafts, and discovering metadata, while maintaining controlled and predictable access.

From the 1C side, I can help design HTTP services in the extension to keep them stable during updates, with clear request and response contracts, as well as token-based authorization. From the MCP side, I will describe the JSON Schema for each tool, map calls to your 1C or OData endpoints where appropriate, and add strict protective constraints so that by default everything operates in read-only mode, with write actions limited to safe drafts and status changes.

One memorable feature I propose is Safe Preview Mode. Before executing any tool, the server first returns a short dry-run summary: which counterparty was found, which goods and quantities were recognized, what type of document will be created, and which fields will be filled. The user can confirm the action in the chat, and only after that does the server allow the write call. This preserves the natural workflow for people, prevents accidental changes in the database, and makes the agent more reliable.

https://vitcollc.ae
https://app.cookiecad.com

Thank you!

  • Projects 20
  • Rating -
  • Rating 2 077

Budget: 1000 USD Deadline: 7 days

Hello,

I read the technical specifications — MCP server between LLM (Claude Desktop / any MCP client) and the 1C information base via extension HTTP services. Tools: reading directories, analytics, creating document drafts, reading metadata. Read-only by default, response size limit.

How I can be useful here: MCP servers are what I am currently working on. I have my own production MCP server in Python (via `mcp` SDK), with tools/resources/prompts, registration in Claude Desktop and Cursor, JSON Schema for input parameters, and authorization wrapping. Specifically for your task:

- I write the server in Python (FastMCP) or Node — whichever is more convenient to integrate into your environment.
- Mapping tools → 1C HTTP services: each tool is a typed wrapper with JSON Schema + httpx client with Bearer authentication to 1C.
- Limits: pagination and cap on rows to avoid "dropping" context. Metadata is cached.
- Read-only enforcement at the server level: tools for writing (drafts) are explicitly marked and require a separate flag in the client config.

  • Projects 14
  • Rating 5.0
  • Rating 4 205

Budget: 1500 USD Deadline: 20 days

Good afternoon!

I understand well what task the MCP server should solve in such an architecture. It is important not just to connect the LLM to 1C, but to build a secure and controlled intermediary layer through which the model can work with the system predictably and without risk to the data. Especially when it comes to creating documents, analytics, and access to internal entities of the ERP.

I like that you are thinking right away about a production-ready solution, rather than just an AI chat on top of the database. Here, questions of architecture, context limitations, access control, agent action logging, and overall system reliability arise — and this usually determines the success of such projects.

From the implementation side, this looks quite realistic. The most important thing at the start is to correctly design the interaction layer between MCP and 1C, so that the foundation does not have to be redone when expanding functionality.

I would just like to understand the current infrastructure a bit better: what is your 1C configuration and are there already ready HTTP services/OData, or will this also need to be designed from scratch? After that, we can discuss the architecture and development stages in detail.

  • Projects -
  • Rating -
  • Rating 212

Budget: 1000 USD Deadline: 9 days

I worked on Poseidon (https://poseidon.codezerogroup.com) — an enterprise computing platform with a Python backend, data pipelines, and an integration layer with external systems for CodeZero Group. Building the MCP server as an intermediary layer between the LLM agent and the 1C system — that's exactly this profile.

The MCP Server for 1C is not an API wrapper — it is a tool protocol that the agent understands and can autonomously invoke. Key: secure exposure of 1C operations (reading, analytics, document creation) as MCP tools with JSON Schema, with access control and logic that prevents the agent from unauthorized writes.

What I will do:

- design and implementation of HTTP API in 1C (external HTTP service with token authentication)
- MCP server in Python: JSON Schema tool definitions for each operation
- read tools: contractors, inventory states, price lists, documents
- analytical tools: management reports on agent request

  • Projects 17
  • Rating 5.0
  • Rating 3 550

Budget: 1000 USD Deadline: 14 days

Hello! 👋

I have experience in developing backend services, integrations with ERP/CRM, API layers, LLM tools, AI agents, and middleware architecture.

Technology stack used:

MCP Server:
Python / TypeScript
Model Context Protocol
JSON Schema for describing tools

  • Projects -
  • Rating -
  • Rating 284

Budget: 5500 USD Deadline: 40 days

Hello. Your task of creating an MCP server for 1C is highly relevant. This is exactly the area in which our studio Lumvex specializes — creating intelligent interfaces between LLM agents and complex business systems.

We understand the specifics of the MCP architecture and how important it is to correctly describe the tools (Tools) and schemas (JSON Schema) so that the model does not hallucinate but clearly follows the structure of 1C metadata.

Our implementation plan:

1C Layer: Creating an extension with HTTP services that will deliver data in an AI-optimized format (minimizing tokens).

MCP Layer: Developing a server (Node.js/TypeScript) that implements the MCP protocol for seamless connection to Claude Desktop, IDE, or custom agents.

  • Projects 4
  • Rating 5.0
  • Rating 936

Budget: 2500 USD Deadline: 20 days

Hello!
This is a very interesting and strong project — the concept of "Talk to your ERP" is truly becoming the next stage in the development of internal corporate systems.
I have experience working with 1C/BAS, API integrations, AI automation, and building intermediary/backend layers between ERP and external services. I also have a good understanding of LLM limitations, MCP architecture, and the importance of secure access to ERP data.
What I can implement:
— HTTP/API layer in 1C through an extension
— MCP server with tools/schema for LLM
— integration via OData or custom HTTP endpoints
— secure authorization and rights management
— read-only mode by default
— limits and data volume control

  • Projects 32
  • Rating 4.9
  • Rating 14 805

Budget: 1490 USD Deadline: 29 days

Good day! My name is Valentin, and I represent Arctic Web Agency. We are a team that specializes in creating modern and effective solutions for businesses. I can provide examples of our similar work in personal messages. We are ready to take your project to work!

Sincerely,
Arctic Web Team
Freelancehunt

  • Projects -
  • Rating -
  • Rating 407

Budget: 1000 USD Deadline: 30 days

Hello! I would be happy to collaborate with you on the project: "MCP Server for 1C"... My experience in web application development is over 15 years. Portfolio: Freelancehunt

  • Projects 6
  • Rating 4.5
  • Rating 1 418

Budget: 1250 USD Deadline: 21 days

Hello. I have thoroughly studied the architecture of your task for creating an MCP server for the 1C ecosystem. The project is highly relevant, and the concept of "Talk to your ERP" is currently the gold standard in automation.
I am ready to take on the full development of this middleware layer in Python. My technology stack and experience in creating AI automations allow me to implement a reliable bridge between LLM agents and your database. The main focus during development will be on security (strict rights limitation) and data aggregation: the MCP server will pre-compress and filter responses from 1C to avoid overflowing the model's context window and provoking hallucinations. We will describe clear JSON schemas for all declared tools (reading, analytics, draft creation).
I propose to structure the work as follows: I will develop the architecture of the MCP server and provide your 1C programmer with specifications (request/response formats) for creating HTTP services on the 1C side. After that, we will connect the systems and conduct testing in Claude Desktop. The implementation of the MVP will take about 3-4 weeks. Please let me know if you have a dedicated 1C developer for writing HTTP services on your side, or if I need to allocate time to find such a specialist?

  • Projects -
  • Rating -
  • Rating 224

Budget: 1500 USD Deadline: 15 days

Good day. I represent the Nexus Core team. The task is clear: you need not just a connector to 1C, but a secure MCP server that will allow LLM agents to work with ERP through a clear set of tools — reading data, generating analytics, creating document drafts, and obtaining metadata of objects, without compromising security and overloading the system. This is precisely the case where not only integration with 1C is important, but also a competent layer between LLM and business data: with access restrictions, limits on queries, control over request schemas, and predictable behavior of tools in real scenarios.

On our side, we can offer implementation on Node.js / TypeScript with the design of the MCP server, JSON Schema for tools, mapping to HTTP services or OData 1C, read-only mode by default, logging, limits on output volume, and preparation of scenarios for Claude Desktop or another MCP client. If a custom layer is needed in 1C, we can lay out the architecture through extensions and HTTP services to separate reading, analytics, draft creation, and working with metadata. This approach provides normal scalability and allows further expansion of the server with new tools without reworking the core. For such tasks, we always emphasize security, access control, and ensuring that LLM does not receive "raw chaos," but works with a predictable and structured interface.

To provide an accurate estimate of timelines and costs, we need to clarify three points: which version of 1C is used and whether there are already published HTTP/OData interfaces, whether the first stage is needed only in read-only mode or immediately with the creation of document drafts, and where the launch is planned — locally under Claude Desktop or as a separate self-hosted service. We have cases of this class under NDA, but in private messages, we are ready to discuss the architecture, risks, and optimal implementation path for your 1C configuration in detail. Write in private messages — we will clarify the details and prepare a fixed estimate with a breakdown by stages, timelines, and stack.

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category AI & Machine Learning

  1. Not specified
  2. Not specified
  3. Not specified
  4. Bot Development 58 proposals 30 July

    Not specified
  5. Web Programming 58 proposals 30 July

    199 USD