marvel-rivals-mcp

AImaginationLab/marvel-rivals-mcp

3.2

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
  1. listHeroes

    Get a list of all Marvel Rivals heroes

  2. getHeroAbilities

    Get abilities for a specific hero

  3. getHeroInfo

    Get detailed information about a hero

  4. getHeroSkins

    Get skins for a specific hero

  5. listSkins

    Get all available skins

  6. listAchievements

    Get all achievements

  7. searchAchievement

    Search achievements by name

  8. listItems

    Get all items

  9. getItemsByType

    Get items by type (NAMEPLATE, MVP, EMOTE, SPRAY)

  10. listMaps

    Get all game maps

  11. filterMaps

    Filter maps by type

  12. getPlayerProfile

    Get player profile information

  13. searchPlayer

    Search for a player by username

  14. getPlayerMatchHistory

    Get player match history

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 heroes
  • getHeroAbilities - Get abilities for a specific hero
  • getHeroInfo - Get detailed information about a hero
  • getHeroSkins - Get skins for a specific hero
  • listSkins - Get all available skins
  • listAchievements - Get all achievements
  • searchAchievement - Search achievements by name
  • listItems - Get all items
  • getItemsByType - Get items by type (NAMEPLATE, MVP, EMOTE, SPRAY)
  • listMaps - Get all game maps
  • filterMaps - Filter maps by type
  • getPlayerProfile - Get player profile information
  • searchPlayer - Search for a player by username
  • getPlayerMatchHistory - Get player match history

License

MIT