The AI assistant of your choice can safely use the functions of your system — with permissions you can trace and behaviour you can test. We start with one API, one client and read-only access.
Teams that own an API and have a specific case: an AI assistant or agent is meant to do something in your system that the off-the-shelf connectors cannot. Most often that is:
There is one condition, and it is a hard one: someone on your side has to own that API and be able to take the deployment decision. Without that we would be building a connector to a system nobody will accept.
MCP (Model Context Protocol) is an open standard in which a server exposes the functions of a system as named tools with a described schema — "find a business partner", "create an order for approval" — and a client (Claude, ChatGPT, Copilot Studio, your own agent) calls them instead of a separate integration for every program. We compared the four patterns for connecting a model to company systems, this one included, in our note on integrating AI with ERP and CRM systems.
The protocol itself is not hard — there are libraries to spare and thousands of public servers. What is hard is what the server should expose, to whom, with which permissions, and what happens when a call fails. When an off-the-shelf connector cannot perform your case, what is usually missing is not the protocol but that layer: business semantics for the tools, access control, and tests. That layer is what we build.
We are also preparing an open reference example of such a server for one of the Polish business systems — so that the way we work can be inspected in code before you commission anything.
The first project is deliberately small, because only a working, tested connection tells you whether it is worth extending:
Extending it with further operations, a second client or production writes is a separate, separately priced stage — not a default part of the first one.
All of it lands in your repository. After handover you do not depend on us — that is one of the conditions of our delivery methodology.
The MCP specification says tool descriptions and returned content are to be treated as untrusted; we treat what a user can type the same way. Where the data goes, and who the controller is then, is set out on our security and GDPR page.
Acceptance is a list of cases the integration has to handle correctly — agreed before the build and run as tests:
The list is part of the contract. If it turns out during the work that a case cannot be handled, we say so before acceptance, not after.
We advise against the project when there is no specific client — no application and no team — that will use the integration; when nobody on your side owns the API; when there is no budget for maintenance; or when an off-the-shelf connector is simply enough. The full set of conditions under which we say no is collected on what we don't do.
Not every connection to a model needs an MCP server. A plain API — or an off-the-shelf connector — is enough when:
An MCP server makes sense when the other side is a model or an agent that chooses its own tools — that is, when permissions and tests matter more than the transport itself. When an agent makes sense at all is covered under AI agent implementation; the integration itself is also often one stage of a wider AI implementation.
A fixed scope and a fixed price for a specific stage — not open-ended consulting hours.
For teams that want to keep the connection working over time — after changes to the model, the client or the API — we offer care after handover within an agreed hour allowance, during business hours, with no promise of 24/7 availability.
MCP (Model Context Protocol) is an open standard in which a server exposes the functions of a system as named tools with a described schema, and a client — Claude, ChatGPT, Copilot Studio or your own agent — calls them instead of a separate integration for every program. It is not the only way: a direct API call, an intermediate layer such as n8n, or RPA as a last resort solve other cases. An MCP server makes sense when the client side is a model or an agent that chooses its own tools, and when one connector is meant to serve several clients or several tasks.
If your own code uses the API, you do not need an MCP server — a deterministic integration is cheaper and easier to test. The server is needed when a model is to use the API: a model does not read documentation the way a developer does, it picks tools by their names, descriptions and schemas, so every operation has to be described with business semantics, bounded by permissions enforced on every call, and covered by tests a plain API does not have — for instance what happens when the returned content carries an injected instruction.
Only to what the tools you deliberately expose return — and those are designed narrowly: a read tool has no write rights, a user of one tenant cannot see another tenant's data, and the target system's permissions are enforced on every call rather than once at login. Fragments of data reach the model provider you choose, on its terms — where they go and who the controller is then is set out on our security and GDPR page. Secrets appear neither in prompts nor in logs.
Any client that supports MCP — today that includes Claude, ChatGPT, Microsoft Copilot Studio, Claude Code and many agent platforms — and your own agent. We build and test the first stage against one client: the one you will actually use. A second client is often a simple extension, but we do not assume so up front, because clients differ in whether they ask the user for consent before each tool call.
We set the scope and the price after seeing your API documentation and one written-up use case — naming the client, the list of operations and the person on your side who will accept the result. Pricing is per stage, at a fixed scope and a fixed price: the first stage covers one interface, one client and an agreed list of acceptance tests, and is usually counted in weeks rather than months. Third-party licences and API usage, including the model, sit outside the quote.
Describe one case to us: which system, which AI client, what is supposed to happen and who on your side will accept the result. We will tell you whether you need an MCP server or whether a plain API is enough — including when that means a smaller project.
Last updated: