Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.08 KB

mcp_list.md

File metadata and controls

16 lines (13 loc) · 1.08 KB

List of MCPs

Quite a few games by Epic (and other companies) use the MCP in their game. They can then be used to complete operations such as getting the player's current level.

Game URL
Fortnite https://fortnite-public-service-prod11.ol.epicgames.com/fortnite
Battle Breakers https://wex-public-service-live-prod.ol.epicgames.com/wex
Unreal Tournament https://ut-public-service-prod10.ol.epicgames.com/ut
Borderlands 3 https://oak-public-service-prod.ol.epicgames.com/oak

When the documentation shows an endpoint as containing :namespace, it means you need to combine the URLs by replacing :namespace in the endpoint URL with the MCP URL for your chosen MCP.

For example, combining Get MCP Version for Fortnite with this would look like:

  1. MCP Domain Name: https://fortnite-public-service-prod11.ol.epicgames.com/fortnite
  2. Get MCP Version Endpoint: /:namespace/api/version
  3. Final URL: https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/version