create-pagedrawio-mcp-server — Create a new page in the document
rename-pagedrawio-mcp-server — Rename an existing page
copy-pagedrawio-mcp-server — Copy an existing page to a new page
ust_anchor_verify@ust-protocol/mcp — Verify a time-anchor's Merkle inclusion proof.
ust_build_key_log@ust-protocol/mcp — CEREMONY (build, unsigned): a key-log entry that ADDs or REVOKEs a key. There is deliberately no rotate op.
ust_build_cadence@ust-protocol/mcp — CEREMONY (build, unsigned): declare the stream grid in seconds from effective_from onward, prev-chained from the genesis for the first entry
ust_fork_choice@ust-protocol/mcp — Fork-choice for ONE ust_id when you hold two or more documents claiming it with different content — a dual-writer race, or an adversary. The
ust_resolve@ust-protocol/mcp — Resolve name authority → authoritative / self-asserted.
ust_key_id@ust-protocol/mcp — Derive a key_id from a public key.
ust_verify@ust-protocol/mcp — Verify a document — ONE call, resolution included: auto-fetches the publisher's discovery + witness surfaces, cross-checks witness anchors a
ust_verify_stream@ust-protocol/mcp — Verify a RANGE (e.g. ust(001)…ust(007) fetched from an archive) as one authority's complete, prev-chained stream → proven/provisional.
ust_build_observation@ust-protocol/mcp — Build (unsigned) an observation; returns state + content_hash + signing_input.
ust_combine_derivation@ust-protocol/mcp — Build a derivation chained to other records by content-hash (auto seed).
ust_combine_attestation@ust-protocol/mcp — Build an attestation over N constituents (auto Merkle root).
ust_build_genesis@ust-protocol/mcp — CEREMONY (build, unsigned): the name-binding GENESIS — the self-signed root that weds a domain to a key. Returns unsigned state + signing_in
ust_resolve_cadence@ust-protocol/mcp — What grid does this publisher declare at a given moment? Resolves the cadence in force at 'at' from the genesis plus the signed cadence log,
ust_canon@ust-protocol/mcp — Canonicalize a value (the exact bytes UST hashes/signs).
get_network_requestsreact-native-ai-debugger — Monitor HTTP requests/responses with headers, timing, and body content.
execute_javascriptreact-native-ai-debugger — Run JavaScript code directly in the app (REPL-style).
extract_text_ocrreact-native-ai-debugger — Extract visible text with tap-ready coordinates via OCR.
get_logsreact-native-ai-debugger — Capture console logs with filtering and search.
get_bundle_errorsreact-native-ai-debugger — Get Metro bundler errors and compilation issues with file locations.
dismiss_keyboardreact-native-ai-debugger — Dismiss the keyboard on the connected device.
get_accessibility_treereact-native-ai-debugger — Query UI hierarchy to find elements by text, label, or resource ID.
scan_metroreact-native-ai-debugger — Automatically discover and connect to all Bridgeless targets on each Metro port.
long_pressreact-native-ai-debugger — Perform a long press on the device
list_devicesreact-native-ai-debugger — List all connected devices
pinchreact-native-ai-debugger — Real multi-touch pinch for Android emulator.
mock_responsereact-native-ai-debugger — Replace or tamper with HTTP responses for testing error paths.
tap_to_sourcereact-native-ai-debugger — Get the source file and line for a tapped element via Element Inspector.
take_screenshotreact-native-ai-debugger — Capture a screenshot of the connected device.
tapreact-native-ai-debugger — Unified tap with automatic fallback chain: fiber tree → accessibility → OCR → coordinates.
swipereact-native-ai-debugger — Unified swipe that auto-routes to iOS or Android based on the connected device.
inspect_statereact-native-ai-debugger — Discover and inspect global state (Apollo, Redux, Expo Router, custom globals).
screenshotreact-native-ai-debugger — Capture a screenshot of the connected device
send_feedbackreact-native-ai-debugger — Submit feedback as a GitHub issue with environment info attached
input_textreact-native-ai-debugger — Input text into a field, with verification and support for controlled components.
send_key_eventreact-native-ai-debugger — Send key events to the device
human_review_gate@miraigent/free-ai-ops-mcp — Adds a visible human-review gate before AI output reaches customers or shared systems.
ai_safe_crm_note@miraigent/free-ai-ops-mcp — Separates customer facts, AI suggestions, human decisions, and next actions before a note goes into a CRM.
prompt_risk_review@miraigent/free-ai-ops-mcp — Checks whether a customer-facing prompt should be stopped before AI use.
faq_candidate_review@miraigent/free-ai-ops-mcp — Reviews repeated support questions to determine if they belong in a public FAQ, internal FAQ, or human-review rule.
screenshot@ohah/react-native-mcp-server — Take a screenshot of the current screen.
swipe@ohah/react-native-mcp-server — Perform a swipe gesture on the screen.
eval@ohah/react-native-mcp-server — Execute JavaScript code in the React Native app context.
clear@ohah/react-native-mcp-server — Clear a specific target (e.g., console, network logs).
tap@ohah/react-native-mcp-server — Tap on a component identified by a selector.
assert@ohah/react-native-mcp-server — Assert that a component exists or has a certain property.
imageFetch@kazuph/mcp-fetch — Fetches web content and processes images from a given URL, with options for pagination, image saving, and base64 encoding for AI display.
ast_get_fileast-mcp-server — Read a bounded file slice with exact source lines, hashes, and freshness metadata.
ast_exploreast-mcp-server — Explore a file with ranked selectors and optional source and references.
ast_get_outlineast-mcp-server — Get a compact body-free view of a file's declarations.
ast_get_symbol_sourceast-mcp-server — Get exact source for one declaration or implementation.
ast_find_referencesast-mcp-server — Find compiler-resolved reference locations for a symbol.
ast_rename_symbolast-mcp-server — Prepare a reviewed project-wide rename plan for a symbol.
ast_get_diagnosticsast-mcp-server — Get compiler errors and warnings for the project.
ast_replace_symbol_bodyast-mcp-server — Prepare a body-only replacement plan that preserves the declaration.
ast_get_impactast-mcp-server — Get bounded direct/transitive compiler-backed relationships for a symbol.
ast_find_test_candidatesast-mcp-server — Select conservative test candidates from incoming compiler relationships.