cancel_current_search_runio.github.yuanjian068yuan/ppxc-leads-mcp — Cancel the currently running search.
evaluate_redteamalphaparkinc/genpark-agent-playground-redteam-eval-skill — Evaluates a redteam hacking attempt against an AI agent and returns a structured assessment of vulnerabilities and risks.
publish_noteGo-555/note-post-mcp — Publishes an article to note.com from a Markdown file.
save_draftGo-555/note-post-mcp — Saves a draft article to note.com from a Markdown file.
sliding_context_windowalphaparkinc/genpark-agent-sliding-context-window-skill — Manages adaptive context sliding for AI agents, adjusting context window based on conversation length and relevance.
read_local_file@hugo.bastidas/minimax-plugin — Reads a local file from the workspace and returns its content.
get_usage_stats@hugo.bastidas/minimax-plugin — Returns token usage and savings statistics from the usage log.
delegate_task@hugo.bastidas/minimax-plugin — Delegates a heavy token task to MiniMax M3 and returns a compact summary.
store_artifact@hugo.bastidas/minimax-plugin — Stores a large output as a local artifact and returns a reference.
inspect_mediaio.github.yagyaanshK/reclip — Inspect a media URL and return available formats, duration, and metadata
download_mediaio.github.yagyaanshK/reclip — Download media from a URL as MP4 or MP3
download_clipio.github.yagyaanshK/reclip — Download a clip from a media URL with start and end times
list_supported_sitesio.github.yagyaanshK/reclip — List all supported media sites
send_messageB4K2/WhatsApp-agent — Send a WhatsApp message to a specified phone number with AI-crafted text and disclaimer.
search_chatsB4K2/WhatsApp-agent — Search WhatsApp chats and messages for specific keywords or content.
list_chatsB4K2/WhatsApp-agent — List available WhatsApp chats or conversations.
set_focusvenkatd-media/work-tracker-mcp — Set or update what the user is currently working on today. Use when starting a new task or shifting focus.
get_current_workvenkatd-media/work-tracker-mcp — Get today's work log: current focus, project path, and progress entries. Call at the start of sessions to resume context.
log_progressvenkatd-media/work-tracker-mcp — Append a timestamped note to today's work log. Use after completing a step, making a decision, or hitting a blocker.
read_dayvenkatd-media/work-tracker-mcp — Read the work log for a specific day.
list_daysvenkatd-media/work-tracker-mcp — List available day files.
run_as_userjohanrobbenites/Mythic MCP — Attempt to authenticate as another user (network calls only) for the current session.
ad_reconjohanrobbenites/Mythic MCP — Run AD reconnaissance commands and collate results.
read_filejohanrobbenites/Mythic MCP — Reads a file using the ReadFile win32 API call. Returns the contents of that file.
execute_mimikatzjohanrobbenites/Mythic MCP — Runs mimikatz with the provided arguments, returning the output.
run_shell_commandjohanrobbenites/Mythic MCP — Execute a shell script command line against a running agent. This script is executed using the default command line interpreter.
get_all_agentsjohanrobbenites/Mythic MCP — Returns a list of active agents
privilege_escalation_peasjohanrobbenites/Mythic MCP — Run linPEAS or winPEAS on the target agent for privilege escalation discovery.
run_sharphoundjohanrobbenites/Mythic MCP — Run SharpHound (BloodHound collector) on a Windows agent. SharpHound.exe must already exist on the target system.
execute_powershelljohanrobbenites/Mythic MCP — Execute a PowerShell script on the target agent. The script is sent raw and encoded to UTF-16LE for -EncodedCommand.
enum_domain_usersjohanrobbenites/Mythic MCP — Attempts to enumerate domain users using the ActiveDirectory module (falls back to net user /domain).
run_kerberoastjohanrobbenites/Mythic MCP — Upload and execute Rubeus for Kerberoasting. Upload the Rubeus.exe binary base64-encoded and provide any additional arguments as needed.
searchryanjdillon/corpus — Semantic search over ingested content with optional metadata filters.
queryryanjdillon/corpus — Structured query over metadata, returning all matches.
emoji_lookuppipeworx-io/mcp-emoji — Look up an emoji by :shortcode: (e.g. ":fire:" or "fire") to get the character + keywords, OR pass an emoji character to get its shortcode/n
search_emojipipeworx-io/mcp-emoji — Search emoji by keyword/name (e.g. "party", "money", "animal") and return matching emoji with shortcodes. Keyless, offline.
list_functionsLaurieWired/GhidraMCP — List all functions in the program
decompile_functionLaurieWired/GhidraMCP — Decompile a function at a given address
list_classesLaurieWired/GhidraMCP — List all classes in the program
list_importsLaurieWired/GhidraMCP — List all imports in the program
list_exportsLaurieWired/GhidraMCP — List all exports in the program
rename_functionLaurieWired/GhidraMCP — Rename a function at a given address
rename_dataLaurieWired/GhidraMCP — Rename a data item at a given address
from_timestamppipeworx-io/mcp-timestamp — Convert a Unix timestamp to an ISO-8601 UTC date + human forms. Auto-detects seconds vs milliseconds by magnitude (override with `unit`). Ke
nowpipeworx-io/mcp-timestamp — The current UTC time as ISO-8601 and Unix timestamp (seconds + milliseconds).
relative_timepipeworx-io/mcp-timestamp — Humanize a date/time relative to now (or a given `from`): "2 hours ago", "in 3 days". Keyless, offline.
to_timestamppipeworx-io/mcp-timestamp — Convert an ISO-8601 (or other parseable) date string to a Unix timestamp (seconds + milliseconds). Keyless, offline.
calculatedallask/remote-mcp-server-authless — Performs arithmetic operations (add, subtract, multiply, divide) on two numbers.
adddallask/remote-mcp-server-authless — Adds two numbers.
list_notebooksappdev/siyuan-ai-mcp-bridge — List all notebooks with their permissions.
append_to_noteappdev/siyuan-ai-mcp-bridge — Append content to an existing note.
search_notesappdev/siyuan-ai-mcp-bridge — Search notes in SiYuan by query string.
read_noteappdev/siyuan-ai-mcp-bridge — Read the content of a specific note by its ID.
create_noteappdev/siyuan-ai-mcp-bridge — Create a new note in a specified notebook.
append_noteappdev/siyuan-ai-mcp-bridge — Append content to an existing note.
delete_noteappdev/siyuan-ai-mcp-bridge — Delete a note by its ID.
update_noteappdev/siyuan-ai-mcp-bridge — Update the content of an existing note.
extractAegis-AI-Cooperative/@aegis-ai/mcp-scraper — Scrape a page and extract structured data using natural language prompt.
batch_scrapeAegis-AI-Cooperative/@aegis-ai/mcp-scraper — Scrape multiple URLs with rate limiting (1 second between requests).
scrapeAegis-AI-Cooperative/@aegis-ai/mcp-scraper — Fetch a web page and return its text content. Supports static pages (default) and JavaScript-rendered pages (set js=true). Returns clean tex
extract_xlsx_to_jsonnexus-mcp-infra/document-conversion-api — Extracts per-sheet cell grids with capped rows/cols from an XLSX file.
extract_pdf_to_jsonnexus-mcp-infra/document-conversion-api — Extracts text, tables, page count, and metadata from a PDF file.
extract_docx_to_jsonnexus-mcp-infra/document-conversion-api — Extracts paragraphs with heading levels/styles, tables, and metadata from a DOCX file.
generate_pdf_from_jsonnexus-mcp-infra/document-conversion-api — Generates PDF bytes from structured blocks (heading/paragraph/table).
generate_docx_from_jsonnexus-mcp-infra/document-conversion-api — Generates DOCX bytes from structured blocks.
scale_deploymentsandraschi/kubernetes-mcp — Scale a deployment to a specified number of replicas.
get_cluster_diagnosticssandraschi/kubernetes-mcp — Retrieve cluster node health, CPU/Memory capacities, and active context details.
get_pod_logssandraschi/kubernetes-mcp — Retrieve raw container logs for a specified pod.
get_pod_eventssandraschi/kubernetes-mcp — Inspect pod event logs to debug startup failures.
restart_deploymentsandraschi/kubernetes-mcp — Trigger a rollout restart for a deployment.
get_bpmsandraschi/butterchurn-mcp — Read current BPM
set_bpmsandraschi/butterchurn-mcp — Set BPM for visualizer sync
list_categoriesstierproducts/com.stierproducts/tier-lists — Every board, with product counts and research dates. Call this first, the slugs are not guessable.
search_productsstierproducts/com.stierproducts/tier-lists — Slug, name, brand, category and tier for a free-text query.
compare_productsstierproducts/com.stierproducts/tier-lists — Two to five products side by side. Refuses to compare across categories.
get_tier_liststierproducts/com.stierproducts/tier-lists — A whole board: every product, rank, tier, LP, verdict and outlet count, plus the prose summary.
get_productstierproducts/com.stierproducts/tier-lists — One product in full, with its citation list, link statuses and what it beat.
what_to_avoidstierproducts/com.stierproducts/tier-lists — The D and F tiers for a category, plus the trap vote counts and the reason.
wiztree_analyzesahmed730/WizTree MCP Server — Analyzes a directory using WizTree and returns the top N largest files/folders.
delete_mealRootMePLS/nutrition-mcp — Delete a meal by ID
get_nutrition_goalsRootMePLS/nutrition-mcp — Get the current daily targets and limits
get_water_by_dateRootMePLS/nutrition-mcp — Get water intake for a specific date
delete_waterRootMePLS/nutrition-mcp — Delete a water log entry by ID