mcp-registry/com.docimprint/api/extract_tablesExtract tables and forms as Markdown from a PDF or image (base64-encoded). Use when the document contains structured tabular data such as fi
mcp-registry/ai.auteng/docs/auteng_docs_recent
Browse the public recents feed of shared documents.
No authentication required. Returns recently shared public documents,
newest first.
A
mcp-registry/ai.auteng/docs/auteng_docs_create
Create a document in the agent's workspace.
Requires EIP-191 wallet signature auth. Sign the message
"auteng:{timestamp}:{nonce}" with per
mcp-registry/ai.auteng/docs/auteng_docs_update
Update an existing document in the agent's workspace.
Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details.
Ar
mcp-registry/ai.auteng/docs/auteng_docs_list
List documents in the agent's workspace.
Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details.
Args:
walle
mcp-registry/ai.auteng/docs/auteng_docs_share
Share a document publicly. Returns a shareable URL.
Rate limited to 10 shares per wallet per day.
Requires EIP-191 wallet signature auth.
mcp-registry/ai.borealhost/mcp/write_fileWrite or overwrite a text file in a site's container.
Creates parent directories if they don't exist.
Requires: API key with write scope.
mcp-registry/ai.borealhost/mcp/create_backupCreate a manual backup (runs asynchronously).
The backup starts in the background. Poll list_backups() to check status.
Requires: API key
mcp-registry/ai.borealhost/mcp/restore_backupRestore a site from a backup.
WARNING: This is destructive. The current state of the site will be
replaced. Runs asynchronously — may take
mcp-registry/ai.borealhost/mcp/list_filesList files and directories in a site's container.
Path scoping depends on the plan:
- Shared plans: rooted at wp-content/ (WordPress conten
mcp-registry/ai.borealhost/mcp/read_fileRead the contents of a file from a site's container.
Max file size: 512KB. Binary files are rejected — use the site's
file manager or SSH f
mcp-registry/ai.borealhost/mcp/upload_fileUpload a base64-encoded file to a site's container.
Use this for binary files (images, archives, fonts, etc.).
For text files, prefer write
mcp-registry/com.neblla/neblla/neblla_get_fileGet the content of a specific file. Text files (HTML, CSS, JS, JSON, SVG, plain text) are ALWAYS returned as UTF-8 strings — never base64. B
mcp-registry/com.free-sign/signing/get_receiptReturn the envelope record (including final_pdf_sha256, final_signature_base64url, final_payload_json), per-signer signing receipts, and Ope
mcp-registry/ai.borealhost/mcp/list_appsList installed apps on a site.
Requires: API key with read scope.
Args:
slug: Site identifier
Returns:
{"apps": [{"id": "uuid", "
mcp-registry/com.docimprint/api/get_bundleRetrieve metadata for an evidence bundle (ev_...) owned by your API key. Free — no credits consumed. Use for quick status/metadata lookups s
mcp-registry/ai.trydock/dock/delete_surfaceArchive a surface (soft-delete). Rows + doc body are preserved for restore. Idempotent: calling on an already-archived surface returns its c
mcp-registry/ai.trydock/dock/create_rowAppend a new row to a workspace's table surface. The data field is a JSON object with column-name keys. Status column accepts: drafted, queu
mcp-registry/ai.trydock/dock/revoke_file_shareSoft-revoke a share token minted via `share_file`. The public `/share/files/<token>` URL stops resolving immediately. Idempotent: revoking a
mcp-registry/ai.snowsure/snow/save_resortSave a resort to the signed-in user's favorites. Requires a SnowSure user access token (OAuth). The slug must be a real SnowSure resort.
mcp-registry/ai.trydock/dock/get_docRead a workspace's doc (TipTap rich-text) body. Format is negotiable via `format`: `markdown` (default — CommonMark + GFM, ready to feed to
mcp-registry/ai.trydock/dock/delete_workspaceArchive a workspace. Soft-delete: rows, doc body, and activity history are preserved, and the workspace can be restored from Settings · Arch
mcp-registry/ai.trydock/dock/create_workspaceCreate a new workspace in the caller's org. Works for both user and agent callers; agent-created workspaces attribute to the agent and enrol
mcp-registry/ai.trydock/dock/list_surfacesList the surfaces (tabs) inside a workspace. A workspace can hold any combination of `table` (rows + columns) and `doc` (TipTap body) surfac
mcp-registry/ai.trydock/dock/list_filesList the folder + file children of a Files surface (kind='files'). Folders sorted first by position then name; files sorted by name. Returns
mcp-registry/ai.trydock/dock/get_fileFetch metadata + a download URL for a single file by id. The `download_url` field is a direct Vercel Blob URL valid until the file is hard-d
mcp-registry/ai.trydock/dock/delete_fileSoft-delete a file by id. Moves to a 30-day trash window before the cleanup cron hard-deletes + refunds the storage quota. Restorable via th
mcp-registry/ai.trydock/dock/share_fileMint a public share token for a file. Returns a `url` of the form `https://trydock.ai/share/files/<token>` that anyone (no auth) can open to
mcp-registry/ai.trydock/dock/list_recent_filesList the 50 most recently updated files in a Files surface, sorted by `updatedAt` descending. Flat surface-wide list; ignores folder structu
mcp-registry/ai.borealhost/mcp/delete_fileDelete a file or directory from a site's container.
Directories are deleted recursively. Protected system paths
(e.g. /etc, /usr) cannot be
mcp-registry/app.docwand/pdf/fill_pdf_formFill out a PDF form in an interactive widget (AcroForm fields, checkboxes, dropdowns — or click-and-type on flat PDFs). Pass `values` keyed
mcp-registry/app.docwand/pdf/split_pdfSplit a PDF / extract pages. Pass `ranges` like "1-3, 5" to pre-select pages; the user can adjust on thumbnails before downloading. All proc
mcp-registry/com.kernelcad/kernelcad/exportUse this when you need to export geometry to a file. One exporter, selected by `target`:
- target:'model' — export the script geometry to on
mcp-registry/app.cnvs/whiteboard/eraseDelete a single item by id. `kind` MUST match the item type: 'text' for text nodes, 'line' for freehand strokes, 'image' for images — the wr
mcp-registry/ai.weftly/weftly/complete_uploadConfirm that the file has been uploaded (via HTTP PUT to the upload_url from transcribe or summarize) and start processing. Verifies that th
mcp-registry/bot.mailbox/mailbox/list_packagesList inbound mail or packages for approved real mailing address/package beta accounts with optional filters by status, carrier, and date. Re
mcp-registry/bot.mailbox/mailbox/add_tagAdd a tag/label to a package for categorization and filtering. Tags are free-form strings. Adding the same tag twice is a no-op.
mcp-registry/bot.mailbox/mailbox/add_noteAdd an observation or context note to a package. Notes are visible to the facility operator and the renter. Use for recording decisions, obs
mcp-registry/bot.mailbox/mailbox/create_ruleCreate a standing instruction that auto-triggers actions when incoming packages match conditions. Rules run on every new package and execute
mcp-registry/co.heista/api/save_assetPersist a new saved asset to the workspace. category MUST be one of STRATEGY, IDEAS, COPY, VISUALS, MOTION (BRIEFS lives in creator_briefs a
mcp-registry/co.heista/api/delete_brand_assetDelete one brand asset by asset_id. Removes the brand_assets row and (when the asset was uploaded rather than scanned) the storage object. D
mcp-registry/co.heista/api/get_saved_assetFetch one saved asset by id. Returns the full row including category, format, tags, body_text/html, signed media_url (if private storage), m
mcp-registry/co.heista/api/delete_saved_assetDelete one saved asset by id. Destructive — confirm with the user before calling. OAuth callers can only delete saves they created themselve