Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 06:27

"IGDB" matching MCP tools:

  • Search the IGDB database of 280,000+ games to fetch genres, platforms, ratings, cover art, and release dates.
    MIT
  • Retrieves full game details by IGDB ID—storyline, genres, platforms, developers, publishers, themes, game modes, similar games, and websites.
    MIT
  • Retrieve detailed information about a specific video game from IGDB, including ratings, platforms, genres, release dates, and company involvement.
    MIT
  • Execute custom Apicalypse queries to retrieve specific video game data from IGDB endpoints like games, companies, or platforms.
    MIT
  • Find video games in the IGDB database by entering search terms, retrieving details like ratings, release dates, and platforms.
    MIT

Matching MCP Servers

  • Query iOS accessibility tree to find tappable elements and text fields with precise centerX/centerY coordinates. Returns element properties, data quality assessment, and supports progressive filter levels for accurate automation.
    MIT
  • Step forward over the next source line or machine instruction without entering functions. Adjust step count or switch to instruction mode.
    MIT
  • Step backward over the previous source line or machine instruction without entering called functions. Requires an rr replay session.
    MIT
  • Tap on iOS screen at specified coordinates with automatic transformation from screenshot space to device space. Supports single, double, and long press gestures. Validates bounds and provides semantic action tracking for test automation.
    MIT
  • Perform swipe gestures and hardware button presses on iOS targets. Automates scrolling, navigation, and device controls with configurable profiles and precise coordinates. Includes automatic velocity validation for gesture recognition.
    MIT
  • Initialize debugging for Nintendo Switch executables by connecting to the GDB stub, loading debug commands, and setting up the game's base address automatically.
    MIT
  • Search the accessibility tree by label or identifier to locate UI elements. Obtain tap-ready coordinates (centerX, centerY) to interact with controls directly, eliminating the need for visual screenshots.
    MIT
  • Set a watchpoint to halt execution when an expression's value changes. Used to detect data modifications like memory corruption or unexpected variable mutations.
    MIT