4,500+ servers built on MCP Fusion
Vinkius
Epic Games Store Intelligence logo
Vinkius
Mastra AI logo

How to Use the Epic Games Store Intelligence MCP in Mastra AI

Build resilient workflows that track the Epic Games Store. Mastra AI handles retries and branching logic for you.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Epic Games Store Intelligence MCP on Cursor AI Code Editor MCP Client Epic Games Store Intelligence MCP on Claude Desktop App MCP Integration Epic Games Store Intelligence MCP on OpenAI Agents SDK MCP Compatible Epic Games Store Intelligence MCP on Visual Studio Code MCP Extension Client Epic Games Store Intelligence MCP on GitHub Copilot AI Agent MCP Integration Epic Games Store Intelligence MCP on Google Gemini AI MCP Integration Epic Games Store Intelligence MCP on Lovable AI Development MCP Client Epic Games Store Intelligence MCP on Mistral AI Agents MCP Compatible Epic Games Store Intelligence MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect Epic Games Store Intelligence MCP to Mastra AI

Create your Vinkius account to connect Epic Games Store Intelligence to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Build Unbreakable Price Trackers

This MCP Server exposes the tools to monitor Epic's catalog. You can build a Mastra AI workflow that runs `list_games_on_sale`, then iterates through the results calling `get_game_details` for each one. If an API call fails, Mastra's engine automatically retries with exponential backoff before notifying you. This lets you build a reliable daily process to populate your database with competitor pricing, minus the fragile scripts and manual oversight.

Create Smart Promotion Alerts

Set up a Mastra agent to run `get_free_games` on a schedule. Using Mastra's conditional logic, you can check IF a game from your watchlist appears, THEN trigger another action, like posting a summary to a Slack channel. This goes beyond simple notifications. Your agent can check `list_top_sellers` to see if a competitor's new title is climbing the charts and escalate the alert if it breaks the top 10. Mastra's workflow engine manages the entire stateful process.

Connect the Mastra AI MCP Server

The setup is straightforward. Instantiate `new MCPClient`, give it your Vinkius server URL, and Mastra handles the transport details automatically. All eight tools are immediately available to use as steps in your agent's workflow. You can also use `requireToolApproval` to add a human checkpoint. For example, an agent can find a new top seller with `list_top_sellers`, but pause and wait for your approval before it triggers a price change in your own system. It's automation with a safety net.

Setup guide

Set up Epic Games Store Intelligence MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Epic Games Store Intelligence tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "epic-games-store-intelligence-mcp-client",
  servers: {
    "epic-games-store-intelligence-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Epic Games Store Intelligence Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Epic Games Store Intelligence tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Epic Games Store Intelligence transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Epic Games Store. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Epic Games Store Intelligence MCP in Mastra AI

Create a workflow where the first step calls `list_games_on_sale`. Then, loop through the results and call `get_game_details` for each. Mastra's built-in retry logic ensures the workflow completes even if some API calls temporarily fail.
Yes. Your agent can call `get_free_games` and `list_games_on_sale`. Using Mastra's conditional branching, you can define different actions based on which tool returns a game you're tracking.
In your workflow, add a step that calls the `search_games_by_tag` tool with the parameter 'Indie'. The agent will get a list of all games with that tag, which you can then process in subsequent steps.
Absolutely. Mastra AI's `requireToolApproval` feature works perfectly with this server. Your agent can find information using a tool and then wait for a person to approve the next action.
Your agent processes public store information — game descriptions, pricing, and sale status. All requests are routed through Vinkius's zero-trust infrastructure, so your agent's credentials are never exposed, and each operation runs in its own isolated environment.

Start using the Epic Games Store Intelligence MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Epic Games Store Intelligence. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.