B-

trydock.ai

https://trydock.ai/api/mcp
82/100 · MCP Trust Grade · checked 6h ago · MCP 2025-06-18
Rug-pull watch: this server's tool surface has changed since baseline — last 6h ago. Continuously watched by wmcp.sh for drift & rug-pulls.

What it offers — 64 tools · Developer Tools

list_workspaces

List all workspaces the authenticated principal has access to. Returns workspace name (slug), mode (the default-view preference for the first tab), an

get_workspace

Get details about a specific workspace by its slug, including columns of its primary table surface, member count, and row count. A workspace contains

list_rows

List rows in a workspace's table surface. Returns rows with their data (a JSON object of column-name to value), creation time, the principal who creat

create_row

Append a new row to a workspace's table surface. The data field is a JSON object with column-name keys. Status column accepts: drafted, queued, sealed

get_row

Fetch a single row by id without listing the full table. Useful when a cue payload carries a row id and the agent only needs that one record. Returns

update_row

Update specific fields of an existing row. Only the fields provided in `data` are updated; others are preserved. Setting `surface_slug` to a different

delete_row

Permanently delete a row from a workspace. This action cannot be undone.

move_rows

Atomically move N rows from their current sheet(s) to a target sheet inside the same workspace. Use for programmatic data migration: dropping a batch

get_doc

Read a workspace's doc (TipTap rich-text) body. Format is negotiable via `format`: `markdown` (default — CommonMark + GFM, ready to feed to an LLM or

get_workspace_schema

Return a table surface's column definitions so an agent knows what keys create_row/update_row will accept. Each column has `key` (the field name in ro

add_column

Append a single column to a workspace's table schema. Position is auto-computed as next-after-max so the contiguity invariant holds. Key collision (40

list_workspace_members

List principals with explicit access to a workspace. Returns users (id, name, email; email visible only when the caller is in the same org) and agents

delete_workspace

Archive a workspace. Soft-delete: rows, doc body, and activity history are preserved, and the workspace can be restored from Settings · Archived. Ever

update_workspace

Rename a workspace, change its slug, switch its default-view mode, or flip its visibility (private | org | unlisted | public). Pass any subset of `nam

share_workspace

Invite a human (by email) to a workspace at a specified role. If the email already belongs to a Dock user they're added immediately and a notification

update_workspace_member

Change an existing workspace member's role. Editor role required to caller. Owner-tier transitions (promoting to or demoting from owner) require an ow

remove_workspace_member

Remove a workspace member. Editor role required; owner-tier removals require an owner caller. Sole-owner removal is blocked; promote someone else firs

update_doc

Replace a workspace's doc body. Takes EITHER TipTap JSON (`content`) OR Markdown (`markdown`): pass markdown when you're producing prose from scratch

+46 more tools

Spec conformance20%80
Security (OWASP MCP)30%100
Reliability / performance20%70
Tool hygiene15%56
Transparency / provenance15%90

Observed behavior

No proxied traffic observed for this host yet. Connect it at /connect and its grade gains a measured Reliability score + per-tool behavioral evidence — the half a static scan can't produce.

Findings

No blocking issues found in the static + spec checks.
Grade another server

We re-grade trydock.ai on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.

Share this report card

A 1200×630 card with the grade + audit — drop it in a post, Slack, or your repo.

MCP Trust report card — trydock.ai grade B-
Share on X Open card image

Embed this grade

A live badge — it re-verifies itself and shows current stability. Static scorecards can't. Paste it in your README or site to show users you're independently audited.

MCP Trust Grade B- · wmcp.sh
[![MCP Trust Grade B-](https://wmcp.sh/mcp/grade/trydock.ai/badge.svg)](https://wmcp.sh/mcp/grade/trydock.ai)
<a href="https://wmcp.sh/mcp/grade/trydock.ai"><img src="https://wmcp.sh/mcp/grade/trydock.ai/badge.svg" alt="MCP Trust Grade B- · wmcp.sh"></a>

Agents: check this before connecting

Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:

https://wmcp.sh/mcp/trust
How this grade is computed. An open, independent rubric — Spec conformance (20%), Security mapped to the OWASP MCP Top 10 (30%), Reliability (20%), Tool hygiene (15%), Transparency (15%) — run by connecting to the server and inspecting its real MCP surface. The grade is free and identical whether or not the operator pays. v1 uses static + spec signals from a single connection; continuous uptime, real latency, and annotation-truthing (declared readOnly vs observed behavior) layer on via the wmcp.sh proxy.