How to Use the Fortnite Cosmetics & Item Shop MCP in Cursor
Code companion apps using real-time Fortnite shop data injected directly into Cursor via Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Fortnite Cosmetics & Item Shop MCP to Cursor
Create your Vinkius account to connect Fortnite Cosmetics & Item Shop 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.
Generate real-time shop UIs in Cursor
`get_combined_shop` feeds live Fortnite shop data directly into your Cursor chat so your AI agent can write UI components with actual API payloads. Triggering `get_item_shop` inside Cursor lets you test how your code handles the daily 00:00 UTC rotation with real-time featured items. Instead of writing mock JSON in Cursor, you build your Fortnite app using the real daily catalog structure.
Inspect cosmetic details during development
`get_cosmetic_details` retrieves full metadata for specific Fortnite IDs to help you populate cosmetic details pages in your Cursor editor. Searching for specific assets is easy when you run `search_cosmetics` directly from the Cursor inline editor to return direct image links. Your Cursor agent uses this structured data to verify that your layout handles long descriptions and complex skin sets.
Build category filters using this MCP Server
`search_cosmetics_by_type` lets you write precise filtering logic in Cursor by pulling specific Fortnite item categories like outfits or emotes. This MCP Server integration allows Cursor to instantly test how your code sorts different Fortnite cosmetic types. Refining your search features is simple when you call `search_cosmetics_by_rarity` to test rarity-based sorting.
Set up Fortnite Cosmetics & Item Shop 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 Fortnite Cosmetics & Item Shop 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 Fortnite Cosmetics & Item Shop transactions." If the MCP tools are loaded correctly, Cursor will call the Fortnite Cosmetics & Item Shop tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fortnite-cosmetics-item-shop-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 Fortnite-API. 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 Fortnite Cosmetics & Item Shop MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Fortnite Cosmetics & Item Shop MCP today
We host it, we monitor it, we maintain it. You just paste one token.