← Writing
19 June 20267 min readMCPAI Strategy

What is MCP? How the Model Context Protocol is changing AI for Australian businesses

MCP is the missing piece between the AI models you want to use and the tools and data you already have. Here is what it is, how it works, and whether you need one.

The problem MCP solves

Most AI tools are smart in isolation and useless in context. You can ask ChatGPT to help you analyse a supplier contract, but it does not know who your suppliers are. You can use Claude to help you write customer comms, but it has no idea what your customers have actually ordered. The model is capable. The gap is connection.

That gap is what the Model Context Protocol (MCP) is designed to close.

MCP is an open standard, developed by Anthropic and released in late 2024, that defines how AI models connect to external tools, data sources, and systems. Think of it as a universal adapter. Instead of building a custom integration every time you want an AI model to talk to your database, your CRM, your inventory system, or your internal docs, you build one MCP server and any compatible AI can use it.

What MCP actually is

At its core, MCP is a specification. It defines a standard way for an AI model (the "client") to discover what tools and data a server exposes, and then call those tools or read that data during a conversation or task.

An MCP server is a small piece of software that sits between your AI model and your existing systems. It exposes a set of capabilities, things the AI can ask it to do or data the AI can ask it to retrieve. The AI calls those capabilities in real time, as part of completing a task.

A few concrete examples of what an MCP server can expose:

  • Read orders from your e-commerce platform
  • Query your inventory levels
  • Search your internal knowledge base
  • Look up a customer's account history
  • Create a task in your project management tool
  • Retrieve a compliance document from your file system

The AI does not need to be retrained on your data. It does not need a separate fine-tuned model. It just needs access to an MCP server that knows how to fetch what it needs.

How I have seen it work in practice

In my work building AI infrastructure for founders and operators, MCP has become the default pattern for anything that needs to connect an AI model to live business data.

One example I can point to directly: Swell MCP, an open source MCP server I built for Swell Commerce. It is listed on the MCP registry, Glama, and Zapier directories, and it lets any compatible AI model interact with a Swell storefront in real time. That means reading product catalogues, checking order statuses, querying customer data, and triggering fulfilment actions, all through natural language and without custom API integration work every time you want to use a different model.

Another is Eva MCP, a production agentic assistant I built for warehouse and fulfilment operations. The agent manages inventory queries, fulfilment workflows, and warehouse tasks through MCP connections to the underlying systems. The same agent can work across different AI models because the connection layer is standardised.

What both of these share: the hard work is building the MCP server once. After that, the AI layer becomes interchangeable.

Why this matters for Australian businesses

There are a few reasons the MCP pattern is particularly relevant for Australian operators right now.

Most businesses already have the data. The common complaint I hear from founders is not that they lack information, it is that the information is scattered across systems that do not talk to each other, and querying it manually takes time no one has. MCP does not require you to centralise or re-architect your data. It builds a connection layer on top of what you already have.

The AI models are improving faster than the integrations. If you build a direct integration from GPT-4 to your inventory system, and six months later a better model comes out, you may need to rebuild that integration. An MCP server decouples the AI model from the data connection. You can swap models without rewriting the integration.

The cost of not connecting is growing. As AI tools become more capable, the competitive advantage comes from how well they can access real context, not just from which model you are using. Two businesses using the same model will get different results if one has live access to its operational data and the other does not.

The Australian regulatory and compliance context adds weight. For businesses in financial services, healthcare, construction, and resources, compliance documentation is a significant operational cost. MCP makes it possible to build AI assistants that can actually navigate that documentation in real time, rather than relying on a model's general training.

Do you need an MCP server?

Not every business does. MCP is the right pattern when:

  • You want an AI to take actions or retrieve data from systems you already run
  • You need the AI to work with live or frequently updated data (not a static knowledge base)
  • You want to be able to swap AI models without rebuilding your integration layer
  • You are building agentic workflows where an AI needs to orchestrate across multiple systems

It is less critical when your AI use case is purely generative (writing, summarisation, classification) and does not need to reach into live systems.

A good test: if you have ever found yourself copying and pasting data into an AI prompt window because the model does not have access to it, that is the gap MCP is designed to close.

How to think about getting started

The practical starting point for most businesses is identifying one high-friction workflow where an AI assistant would be useful if it had access to the right data. Not the most ambitious use case. The one where the friction is clearest.

From there, an MCP server scoped to that one workflow is usually a two to four week build. You get a working connection, you see what the AI can actually do with real context, and then you can decide what to connect next.

The architecture scales. Each new capability you expose through the server extends what any AI model can do with your systems, without rebuilding the integration from scratch.


If you want to understand whether MCP is the right pattern for your stack, book a call.

If you want to go deeper on MCP or explore how it could apply to your stack, the tools directory is a good starting point — or reach out directly if you have a specific question.

Written by

Ali Kazim

Book a call