AImaginationLab/marvel-rivals-mcp
3.1
If you are the rightful owner of marvel-rivals-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Marvel Rivals server provides a standardized interface to access Marvel Rivals game data.
Tools
14
Resources
0
Prompts
0
MCP Marvel Rivals
A Model Context Protocol (MCP) server that provides access to Marvel Rivals game data through a standardized interface.
Installation
npx @aimaginationlab/marvel-rivals-mcp
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"marvel-rivals": {
"command": "npx",
"args": ["@aimaginationlab/marvel-rivals-mcp"]
}
}
}
Available Tools
listHeroes
- Get a list of all Marvel Rivals heroesgetHeroAbilities
- Get abilities for a specific herogetHeroInfo
- Get detailed information about a herogetHeroSkins
- Get skins for a specific herolistSkins
- Get all available skinslistAchievements
- Get all achievementssearchAchievement
- Search achievements by namelistItems
- Get all itemsgetItemsByType
- Get items by type (NAMEPLATE, MVP, EMOTE, SPRAY)listMaps
- Get all game mapsfilterMaps
- Filter maps by typegetPlayerProfile
- Get player profile informationsearchPlayer
- Search for a player by usernamegetPlayerMatchHistory
- Get player match history
License
MIT