Published on August 1, 2025
At Vortex IQ, we believe the future of software is agentic — where intelligent agents transform natural language into real business actions. This blog post unpacks how we made that a reality using our proprietary Model Context Protocol (MCP) Server, enabling any user to create AI agents directly from plain English instructions.
Most startups are drowning in APIs but starving for automation. Traditional RPA and scripting tools fall short — they require technical effort, can’t reason, and don’t scale well across departments.
Our goal was simple: Could a business user describe what they want, and have an AI agent automatically execute it using APIs — no code, no fuss?
The answer is yes. And it all starts with the MCP Server.
The Model Context Protocol (MCP) Server is our innovation layer that:
Think of it as a bridge between what the user means and what the system does — without needing human developers in the loop.
We first created structured JSON schema files for the target API (e.g., BigCommerce, Shopify, Google Analytics), categorised into:
Each field includes:
These schemas allowed our agents to reason about inputs, validate them, and auto-generate queries or payloads.
Next, we built a prompt compiler that transforms natural language into JSON intent objects.
Example input:
“Update the price of SKU ABC123 to £15.99 and make it visible in all channels.”
Output:
json
CopyEdit
{
“action”: “update_product”,
“sku”: “ABC123”,
“price”: “15.99”,
“visibility”: “all”
}
We use a hybrid of OpenAI models (GPT-4o) and domain-specific prompts to ensure reliability and determinism.
Each skill is a modular unit within the agent — essentially a microservice with a well-defined purpose (e.g., update stock, create discount, fetch analytics).
The MCP server connects skills to:
Skills are stackable — meaning agents can compose workflows like LEGO blocks.
Once the intent is resolved, the MCP server routes it to the correct agent and skill set, handling:
Example: If an agent updates 300 SKUs, it returns a completion report, success/failure ratio, and suggested next steps.
We designed the entire platform to be enterprise-grade:
Agents can also be deployed in staging environments, allowing teams to test AI-driven changes safely.
A leading retail brand used our agent to:
All of it was driven by conversational input, managed by our MCP server and executed via 5 chained agents.
We’re now building a no-code Agent Studio where:
We see a future where every team — from marketing to inventory — has their own agent, working 24/7.
The future of e-commerce optimisation—and beyond—is bright with Vortex IQ. As we continue to develop our Agentic Framework and expand into new sectors, we’re excited to bring the power of AI-powered insights and automation to businesses around the world. Join us on this journey as we build a future where data not only informs decisions but drives them, making businesses smarter, more efficient, and ready for whatever comes next.