get_imagesmariusmmmmm/car-specs-api — Image URLs (own CDN) for a vehicle variant
get_specsmariusmmmmm/car-specs-api — Full localized specs for one variant — 180 spec types across 19 categories, with confidence score and freshness timestamp
compare_variantsmariusmmmmm/car-specs-api — Side-by-side localized specs for 2-4 variants
download_assetplaycanvas-mcp-server — Download an asset file from the PlayCanvas project via REST API.
replace_asset_fileplaycanvas-mcp-server — Replace an asset file in the PlayCanvas project via REST API.
set_script_textplaycanvas-mcp-server — Set the text content of a script asset via REST API.
create_entitiesplaycanvas-mcp-server — Create entities in the PlayCanvas Editor scene.
generate_videomolkex/mcp-flow-google — Generates a video from a text prompt.
list_charactersmolkex/mcp-flow-google — Lists all characters.
generate_imageBimRoss/cowork-media-mcp — Generate an image using Gemini Flash Image model.
generate_videoBimRoss/cowork-media-mcp — Generate a video using Veo 2 model.
taskflow_runsclaude-taskflow — List, status, wait, or cancel durable runs.
taskflow_runclaude-taskflow — Run a saved taskflow definition by name.
profile_datasetmuyogalega25/Healthcare Data Quality MCP Server — Profile a healthcare dataset CSV: row/column counts, columns detected, sample rows, and a best-guess data type. Run this before any dimensio
check_consistencymuyogalega25/Healthcare Data Quality MCP Server — Run the consistency check (Dimension 3): flags mixed date formats and CMS code-set violations (gender, race, state, claim type, chronic cond
check_completenessmuyogalega25/Healthcare Data Quality MCP Server — Run the completeness check (Dimension 1): flags required fields that are null, blank, or placeholder values, with severity scoring, for the
run_full_quality_scanmuyogalega25/Healthcare Data Quality MCP Server — Runs all four quality dimensions (completeness, integrity, consistency, temporal) and returns a severity-scored, prioritised summary with AI
check_temporalmuyogalega25/Healthcare Data Quality MCP Server — Run the temporal check (Dimension 4): flags illogical date sequences (discharge before admission, service after death), future-dated records
check_integritymuyogalega25/Healthcare Data Quality MCP Server — Run the integrity check (Dimension 2): flags duplicate claim IDs, malformed provider NPIs, invalid diagnosis code formats, invalid beneficia
interpretadelaidasofia/parse-mcp — Parse first, then ask Claude over the parsed markdown. Cache hits reuse parsed text for free input tokens.
parse_to_vaultadelaidasofia/parse-mcp — Parse + write the result as a markdown note in the vault. Default folder: <VAULT_ROOT>/📥 Inbox/Converted/. Frontmatter records source, forma
list_backendsadelaidasofia/parse-mcp — Which backends are installed + which are missing. Diagnostic.
benchmarkadelaidasofia/parse-mcp — Run every available backend on the same input. Compare latency + output side by side.
parse_urladelaidasofia/parse-mcp — Shortcut for HTTP(S) inputs. Same return shape as parse.
parseadelaidasofia/parse-mcp — File path or http(s) URL to markdown. Router picks backend, falls back on empty/error. Returns markdown plus a chain of every backend attemp
chunk_textadelaidasofia/parse-mcp — Chunk parsed markdown into retrieval-ready pieces using a doc-type-aware chunker.
detect_doc_typeadelaidasofia/parse-mcp — Diagnostic. Run structural heuristics over markdown and return the doc_type that chunk_text would pick.
agent-serial-closephoityne/pty-mcp-server — Closes the active serial port connection.
agent-serial-readphoityne/pty-mcp-server — Reads up to the specified number of bytes from the active serial port and returns the data as a UTF-8 string. Returns an empty string if no
agent-serial-read-bytephoityne/pty-mcp-server — Reads up to the specified number of bytes from the active serial port and returns the data as an uppercase hex string (e.g. FF0A1B41).
agent-serial-writephoityne/pty-mcp-server — Writes the specified UTF-8 string to the active serial port.
agent-socket-closephoityne/pty-mcp-server — Closes the active agent socket connection.
agent-proc-readphoityne/pty-mcp-server — Reads up to the specified number of bytes from the stdout of the running process. Returns immediately with available data (non-blocking). Re
agent-proc-writephoityne/pty-mcp-server — Writes the specified string to the stdin of the running process.
agent-proc-terminatephoityne/pty-mcp-server — Forcefully terminates the currently running process. Resets internal state so agent-proc-run can be called again.
agent-socket-openphoityne/pty-mcp-server — Opens a socket connection for subsequent agent-socket-read, agent-socket-write, agent-socket-read-byte, and agent-socket-write-byte operatio
agent-socket-readphoityne/pty-mcp-server — Reads up to the specified number of bytes from the active agent socket connection and returns the data as a UTF-8 string. Returns an empty s
agent-socket-read-bytephoityne/pty-mcp-server — Reads up to the specified number of bytes from the active agent socket connection and returns the data as an uppercase hex string.
agent-socket-writephoityne/pty-mcp-server — Writes the specified UTF-8 string to the active agent socket connection.
agent-socket-write-bytephoityne/pty-mcp-server — Decodes the specified hex string and writes the resulting bytes to the active agent socket connection.
agent-server-listenphoityne/pty-mcp-server — Binds to the specified host and port, starts listening for incoming TCP connections, and launches a background accept thread. Returns immedi
agent-server-closephoityne/pty-mcp-server — Closes the active accepted connection (if any). If no connection is active, also closes the listener. Call twice to close both the connectio
agent-server-statusphoityne/pty-mcp-server — Returns the current server status as a JSON object with isListening and isConnected boolean fields.
agent-server-eventsphoityne/pty-mcp-server — Dequeues and returns all server-side events accumulated since the last call (e.g. ClientConnected, BytesReceived, ClientDisconnected). Retur
agent-server-readphoityne/pty-mcp-server — Reads data from the active accepted connection and returns it as a UTF-8 string. Returns an empty string if no data is available before time
agent-server-read-bytephoityne/pty-mcp-server — Reads data from the active accepted connection and returns it as an uppercase hex string.
agent-server-writephoityne/pty-mcp-server — Writes the specified UTF-8 string to the active accepted connection. Note: \r\n is sent as literal characters; use agent-server-write-byte f
agent-server-write-bytephoityne/pty-mcp-server — Decodes the specified hex string and writes the resulting bytes to the active accepted connection. Hex string must not contain spaces or new
agent-serial-openphoityne/pty-mcp-server — Opens a serial port connection for subsequent agent-serial-read, agent-serial-write, agent-serial-read-byte, and agent-serial-write-byte ope