ExecuteSqlQueryAssetBundleMCP — Executes a SQL query on the AssetBundle database.
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.
reassign_volunteerguth01/EventsOrg MCP — Reassign a volunteer to a different role or zone
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.