MCP tools

Per-tool reference

Request and response shapes for the default creator surface and the public respond server. Tools return JSON inside MCP text content blocks.

Servers

CLI login

npx usestandin login opens /home/device with a device code. Token is saved to ~/.config/standin/token.

Creator tools (selected)

who_am_i

Input: {}

{"credentialKind":"oauth","actorClientId":"cursor","openWork":{"capsulesAwaitingReview":1}}

run_coverage_check

Input: {"capsuleId":"<uuid>"}

{"findings":[{"question":"…","verdict":"gap"}],"summary":"…"}

get_demand_insights

Input: {"capsuleId":"<uuid>"}

{"themes":[{"theme":"timeline","count":4,"example":"When is launch?"}]}

start_bake · get_bake_status

After a large drop: start_bake returns {"processingStatus":"processing"}. Poll get_bake_status until processingStatus is idle or error.

preview_capsule · preview_ask_capsule

Rehearse serving without publishing. preview_ask_capsule uses the live answer engine on approved-visible context; gaps are not recorded.

approve_agent_filings · reject_agent_filings

Bulk approve or reject all pending agent-backed proposals. Creator proposals are untouched.

set_source_consolidation

{"capsuleId":"…","sourceId":"…","consolidated":true} — keep paste as one chunk; false splits for crystallize.

Respond tools

Full catalog: lib/mcp-tool-catalog.ts in the repo. Store listing: MCP store kit.