Keyboard Shortcut Finder

Productivity REST API MCP

Return keyboard shortcuts (Mac and Windows keys) that match a search query, app, or category. Covers VS Code, Chrome, Excel, Photoshop, Figma, Slack, macOS, Windows, Word, and Terminal. Call with no filters to list the apps and categories.

This page documents the HTTP endpoint POST /api/tools/keyboard-shortcut-finder/execute. See the MCP reference →

Call it over REST

POST https://api.findutils.com/api/tools/keyboard-shortcut-finder/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/keyboard-shortcut-finder/execute \
  -H "Content-Type: application/json" \
  -d '{
    "query": "copy",
    "app": "VS Code",
    "limit": 5
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/keyboard-shortcut-finder

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
query string no Action or keyword to search for, e.g. "copy", "undo", "zoom in", "command palette".
app string (VS Code | Chrome | Excel | Photoshop | Figma | Slack | macOS | Windows | Word | Terminal) no Restrict to one app.
category string (General | Navigation | Editing | File Management | Selection | View | Debug | Terminal) no Restrict to one category.
limit integer no Maximum number of shortcuts to return (1-500). Default 50. Default: 50.

Example arguments (verified)

{
  "query": "copy",
  "app": "VS Code",
  "limit": 5
}

Also an MCP tool

Claude, Cursor, and any MCP client can call this tool as findutils:keyboard_shortcut_finder after one connect command.

Connect once

claude mcp add findutils --transport http https://mcp.findutils.com/
Open the MCP reference for Keyboard Shortcut Finder →

More Productivity tools