Maskin is MCP-native: the entire workspace is driven through MCP tools, the same surface humans' agents and your Claude client use. This page groups the tools by domain.
iThis is a guided overview. The live, authoritative list comes from your instance — ask Claude to run list_tools. The set has grown over time, so your instance may expose more than is listed here.
Connecting
The MCP endpoint is served over HTTP at POST /mcp and authenticates with two headers:
See Self-hosted setup for the full claude mcp add command and the Claude Desktop config.
Onboarding
Tool
What it does
get_started
Apply a workspace template (development / growth / custom) with seed objects, agents, and triggers. Two-phase: call to preview + get tailoring questions, then call again with confirm: true to apply.
Objects
Tool
What it does
create_objects
Create insights, bets, and tasks (with relationships and attachments) in one atomic call.
get_objects
Fetch objects with relationships, connected objects, recent activity, and files.
update_objects
Update fields (title, content, status, metadata) and create relationships.
delete_object
Delete an object by ID.
list_objects
List objects filtered by type, status, or driver; paginated.
search_objects
Full-text search over title and content with optional filters.
Relationships
Tool
What it does
list_relationships
Query relationships for an object, by direction or type.
delete_relationship
Delete a relationship by ID.
Workspace schema & settings
Tool
What it does
get_workspace_schema
Discover statuses per type, custom field definitions, relationship types, and rendering rules.