Retrieve the REST API version number from a Commodore 64 Ultimate Computer device to verify compatibility and access available features.
147,311 tools. Last updated 2026-05-27 13:13
"Commodore" matching MCP tools:
- Retrieve the current CPU register state to monitor program execution, debug crashes, and understand program flow in Commodore 64 emulation.
- Retrieve and interpret VIC-II video chip state to understand Commodore 64 display configuration, including colors, graphics modes, memory locations, and raster position.
- Restart the Commodore 64 emulator with options for soft reset (preserves memory) or hard reset (clears everything completely).
- Extract displayed text from Commodore 64 screen memory by converting PETSCII codes to readable ASCII. Get 25 lines of 40 characters to view program output during debugging.
- Save the complete Commodore 64 emulator state to a file for debugging, creating restore points, or sharing exact machine configurations.
Matching MCP Servers
- Alicense-qualityBmaintenanceEnables AI assistants to control Commodore 64 Ultimate hardware via REST API, supporting program execution, memory operations, disk management, audio playback, and device configuration through natural language commands.Last updated19MIT
- FlicenseBqualityCmaintenanceEnables control and interaction with Commodore 64 Ultimate Computer devices through their REST API, allowing users to play SID/MOD files, load and run programs, manage disk images, configure settings, and control the C64 machine through natural language.Last updated4916
- Reads color RAM to retrieve foreground color values for each character on the Commodore 64 screen. Returns a 25x40 grid of color data with names and usage summary for debugging C64 programs.
- Simulate keyboard input on a Commodore 64 by converting ASCII text to PETSCII and writing it to the keyboard buffer. Supports special keys like {RETURN}, {HOME}, {F1}-{F8}, and automatically handles long text by chunking.
- Read raw memory data from the Commodore 64's address space to inspect variables, screen content, sound registers, and system memory for debugging 6502 assembly programs.
- Convert 6502 machine code from a Commodore 64 memory address into readable assembly instructions with labels and branch targets for debugging.
- Search Commodore 64 documentation by conceptual meaning instead of keywords. Finds related content like 'sprites' from queries about 'movable objects'.
- Execute individual Commodore 64 assembly instructions to analyze code flow and debug 6502 programs in the VICE emulator.
- Answer questions about Commodore 64 documentation by retrieving and synthesizing information from multiple sources. Provides answers with citations and confidence scores.
- Browse tags organized by category (hardware, programming, document-type, difficulty, custom) with usage counts and sample documents to organize Commodore 64 content.
- Set an execution breakpoint at a memory address to debug Commodore 64 programs. When the program counter reaches the address, execution stops for code analysis and debugging.
- Modify Commodore 64 memory by writing bytes to specific addresses for debugging, patching code, or altering screen data in the VICE emulator.
- Capture screenshots from Commodore 64 computers as PNG images. Supports multiple graphics modes including text and bitmap displays with configurable scale and border options.
- Translates natural language queries about Commodore 64 into structured search parameters by extracting entities and keywords, enabling direct use with other search tools.
- Search Commodore 64 documentation by memory address, register offset, or page reference to locate how specific hardware registers are documented.
- Search for BASIC, Assembly, or hex code snippets in Commodore 64 documentation. Get code type, line count, and page numbers for each result.