Skip to main content
Glama
570,380 tools. Updated 2026-09-15 04:34

"PlayStation 2" matching MCP tools:

  • Get a PlayStation Store merchandising page by alias to view its shelves and collection links. Each link includes a category_id for fetching the full title grid.
    MIT
  • Fetch PlayStation Store product data by ID: title, edition, publisher, release date, platforms, genres, languages, rating, price, and media. Set country and language for regional store data.
    MIT
  • Convert digits between bases 2-36, handling fractions and flagging non-terminating results in the target base.
    Apache 2.0
  • Search the PlayStation Store by term to retrieve products and concepts with pricing, platforms, and media. Use page, country code, and language to refine results.
    MIT
  • Evaluate a safe arithmetic expression to get the numeric result. Provide a math string such as '2 + 2 * 10' and receive the computed value.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Browse PlayStation Store category pages by category ID to get per-item prices, platforms, media, and filter facets. Advance pages and set country/language for localized results.
    MIT
  • Retrieve PlayStation Store new-release shelves with titles, prices, and regional language options, returning a flattened item list across all sections.
    MIT
  • Get PlayStation Store game hub metadata by concept ID: title, publisher, release date, platforms, genres, rating, price, media, editions, and add-ons. Set region and language for localized results.
    MIT
  • Browse the PlayStation Store all-games grid to get per-item prices, platforms, media, and filter facets. Paginate with page, set region with cc, and language with l.
    MIT
  • Fetch PlayStation Store deals shelves with prices and a de-duplicated item list. Specify region and language to get localized deals.
    MIT
  • Delete specified pages from a PDF. Provide the file path and page numbers (e.g., '2', '1,3,5', or '2-4') to remove them, with optional custom output settings.
    MIT
  • Atomic 64-bit write to PS2 EE memory at an 8-byte aligned address. Accepts a decimal string for values up to 2^64-1 to preserve precision.
    MIT
  • Read a 32-bit unsigned little-endian value from PlayStation 2 emulator memory. Use for timestamps, counters, or RGBA colors at 4-byte aligned addresses.
    MIT
  • Read a 64-bit unsigned little-endian value from PlayStation emulator memory at an aligned address. Returns decimal string for full precision beyond JavaScript's 2^53 limit.
    MIT