aboutiammohit1311/WishForge MCP — Get information about this MCP server
validateiammohit1311/WishForge MCP — Validate a bearer token and return the owner phone number as {country_code}{number} (e.g., 919876543210). Accepts one of: bearerToken | toke
create_noteiammohit1311/WishForge MCP — Create a new note
shayariiammohit1311/WishForge MCP — Generate 2-4 line rhyming shayari with optional transliteration
status_packiammohit1311/WishForge MCP — Generate a pack of crisp WhatsApp Status lines for a theme (high-CTR hooks)
wishifyiammohit1311/WishForge MCP — Generate short, highly-shareable wishes in Indic languages (multiple variants)
verdoc_agents_mdverdochello/verdoc-mcp — Returns an AGENTS.md file ready to commit, with build/test commands quoted from the repository's own manifests and file paths checked agains
verdoc_scanverdochello/verdoc-mcp — Returns the same repository analysis as structured JSON, including build/test commands and file paths, with unverified items marked.
read-filemikepenz/adbfriend — Reads the content of a file on an Android device.
copy-file-to-hostmikepenz/adbfriend — Copies a binary file from the Android device to the host system.
capture-screenshotmikepenz/adbfriend — Captures a screenshot from an Android device and saves it to the host system.
uninstall-packagemikepenz/adbfriend — Uninstalls provided package names on an Android device.
get-connected-devicesmikepenz/adbfriend — Retrieves information about all connected Android devices including serial, model, and state.
get-installed-packagesmikepenz/adbfriend — Retrieves information about all installed packages on an Android device. Supports filtering for third-party apps only.
list_allowed_directoriesmikepenz/adbfriend — Lists directories that are allowed to be accessed by the file system tools.
force-stop-processmikepenz/adbfriend — Forces the stop of provided package names on an Android device.
check-adb-speedmikepenz/adbfriend — Checks the USB connection speed of an Android device for the provided serial.
clear-installed-packagemikepenz/adbfriend — Clears the package data for provided package names on an Android device.
set-immersive-full-for-packagemikepenz/adbfriend — Sets the 'immersive-full' flag for provided package names on an Android device.
list-filesmikepenz/adbfriend — Lists files and directories on an Android device. Supports recursive listing with the 'recursive' option.
read_multiple_filesmikepenz/adbfriend — Reads the contents of multiple files on an Android device at once (reduces LLM calls).
write-filemikepenz/adbfriend — Writes content to a file on an Android device.
create-directorymikepenz/adbfriend — Creates a directory on an Android device.
deletemikepenz/adbfriend — Deletes a file or directory on an Android device.
search-filesmikepenz/adbfriend — Searches for files matching a case-insensitive glob pattern within allowed directories.
move_filemikepenz/adbfriend — Moves a file from the source path to the destination path on an Android device.
install-apkmikepenz/adbfriend — Installs an APK on the Android device from a file on the host system within the allowed host paths.
aether_identify_patternaether-mcp — Identify what a code/asm pattern IS — VMProtect, Themida, EAC, BattleEye, custom crypto, etc. Returns structured JSON.
aether_explain_codeaether-mcp — Explain code without filters — designed for IDA Pro Hex-Rays output, but works on any source.
aether_explain_disasmaether-mcp — Walk through x86/x64/ARM/MIPS disassembly. Identifies anti-debug, packers, calling conventions.
aether_suggest_bypassaether-mcp — Given an integrity check / anti-cheat / DRM mechanism, returns concrete bypass strategies with working code.