How to Use the Epic Games Store Intelligence MCP in Cursor
Inject live Epic Games Store metadata directly into your codebase using this MCP Server for Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Epic Games Store Intelligence MCP to Cursor
Create your Vinkius account to connect Epic Games Store Intelligence to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build store integrations with this MCP Server
The `search_store_catalog` tool returns titles, prices, descriptions, and seller info directly to your editor. Cursor uses this live data to write API consumption logic based on actual response structures. You stop guessing what the JSON payload looks like and start coding against real properties. When you need specific product endpoints, `get_game_details` provides the exact schema for individual titles. Your agent writes interface definitions and type guards that perfectly match the real store data. The code works on the first run because it was built using live production payloads.
Automate promotional tracking
The `list_games_on_sale` tool feeds active discount data straight into your workspace. You can prompt your AI client to build a pricing dashboard, and it will use real discounted titles as the initial state. Mock data is completely unnecessary when your editor can pull the real thing. Add `get_free_games` to track user acquisition campaigns. Your agent pulls the current zero-cost lineup and writes the polling logic to check for weekly updates. You build tracking tools using the actual endpoints they will consume in production.
Map catalog taxonomies
The `search_games_by_tag` tool exposes how the store categorizes titles across tags like RPG, Action, or Indie. Your agent reads these classifications to build accurate filtering components in your application. It sees exactly how the taxonomy functions instead of relying on your assumptions. Pair this with `list_new_releases` to populate recent additions. Cursor writes the frontend components and immediately populates them with today's actual game launches. You verify your UI against real titles and cover images instantly.
Set up Epic Games Store Intelligence MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Epic Games Store Intelligence MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Epic Games Store Intelligence transactions." If the MCP tools are loaded correctly, Cursor will call the Epic Games Store Intelligence tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"epic-games-store-intelligence-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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 Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Epic Games Store Intelligence MCP today
We host it, we monitor it, we maintain it. You just paste one token.