← Registry

Productivity

maskin.io

Manages insights, bets, and tasks with CRUD operations and relationships in a workspace.

1 endpoint70 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://maskin.io/mcp

No auth detected

MCP server metadata

Name
maskin
Version
0.1.0
Capabilities
resources.listChangedtools.listChanged

Known tools 70

create_objects

Create one or more objects (insights, bets, tasks) with optional relationships in a single atomic operation.

Potential side effects
get_objects

Get one or more objects by ID.

Inferred read-only
update_objects

Update one or more objects and/or create relationships between existing objects.

Potential side effects
delete_object

Delete an object by ID

Potential side effects
list_objects

List insights, bets, and/or tasks in the workspace.

Inferred read-only
search_objects

Search objects by text in title or content, combined with optional type/status filters.

Inferred read-only
list_relationships

List relationships with optional filters.

Inferred read-only
traverse_graph

Bounded multi-hop breadth-first traversal from a single object across the workspace `relationships` table.

Inferred read-only
delete_relationship

Delete a relationship by ID

Potential side effects
create_actor

Create a new actor (human or agent) and optionally add them to a workspace.

Potential side effects
list_actors

List actors (humans and agents).

Inferred read-only
get_actor

Get an actor by ID — returns the full record including `description` (short one-liner), `system_prompt` / instructions (longer context on who the actor is and how to work with them), and `skills` (id + name of workspace skills attached to the actor).

Inferred read-only
update_actor

Update an actor by ID.

Potential side effects
regenerate_api_key

Regenerate the API key for an actor.

Inferred read-only
create_workspace

Create a new workspace.

Potential side effects
update_workspace

Update a workspace by ID (name and/or settings).

Potential side effects
list_workspaces

List workspaces accessible to the authenticated actor.

Inferred read-only
get_workspace_schema

Get the workspace schema: available statuses per object type, custom metadata field definitions (name, type, required, enum values), display names, and relationship types.

Inferred read-only
add_workspace_member

Add an existing actor to a workspace.

Inferred read-only
create_workspace_field

Add a new metadata field to a workspace object type (e.g.

Inferred read-only
update_workspace_field

Update an existing metadata field on a workspace object type.

Potential side effects
delete_workspace_field

Remove a metadata field from a workspace object type.

Potential side effects
add_workspace_enum_value

Append an allowed value to an enum field on a workspace object type.

Inferred read-only
remove_workspace_enum_value

Remove an allowed value from an enum field on a workspace object type.

Potential side effects
list_workspace_skills

List shared workspace skills — SKILL.md files stored once per workspace and attachable to any agent in the workspace.

Inferred read-only
get_workspace_skill

Get a shared workspace skill by name, including its full SKILL.md content.

Inferred read-only
create_workspace_skill

Create a shared workspace skill.

Potential side effects
update_workspace_skill

Replace the content of an existing shared workspace skill.

Inferred read-only
delete_workspace_skill

Delete a shared workspace skill.

Potential side effects
create_file

Author a file in the workspace and store it in object storage.

Inferred read-only
list_files

List files in the workspace, newest first.

Inferred read-only
get_file

Get a single file with its content and a viewer URL.

Inferred read-only
update_file

Update a file.

Potential side effects
delete_file

Delete a file from the workspace.

Potential side effects
get_events

Get the workspace activity log.

Inferred read-only
get_comments

Get comments posted on a specific object, newest first.

Inferred read-only
create_comment

Primary channel for agent-to-human communication.

Inferred read-only
create_trigger

Create an automation trigger that fires an agent on a schedule or event.

Potential side effects
list_triggers

List all triggers in the workspace.

Inferred read-only
update_trigger

Update a trigger by ID.

Potential side effects
delete_trigger

Delete a trigger by ID

Potential side effects
subscribe

Subscribe the current actor to an entity (e.g.

Inferred read-only
unsubscribe

Unsubscribe the current actor from an entity.

Inferred read-only
list_subscribers

List the actors subscribed to an entity (object).

Inferred read-only
mark_read

Mark an entity as read up to a given event id.

Inferred read-only
list_unread

List entities the current actor is subscribed to with unread activity (comments newer than the actor's last_read_event_id).

Inferred read-only
create_session

Spawn a containerized agent execution session.

Inferred read-only
list_sessions

List sessions with optional filters (status, actor, last-updated window).

Inferred read-only
get_session

Get session details by ID.

Inferred read-only
stop_session

Stop a running session

Inferred read-only
pause_session

Pause a running session and save a snapshot for later resumption

Inferred read-only
resume_session

Resume a previously paused session from its snapshot

Inferred read-only
run_agent

High-level tool: create a container agent session, wait for completion, and return the result with logs.

Potential side effects
list_integrations

List integrations connected to the workspace

Inferred read-only
list_integration_providers

List available integration providers and their supported events

Inferred read-only
connect_integration

Start an integration connection flow for a provider (e.g.

Inferred read-only
disconnect_integration

Disconnect (revoke) an integration by ID

Inferred read-only
set_llm_api_key

Save (or replace) a workspace LLM API key.

Inferred read-only
get_llm_api_keys

Report which LLM API keys are configured for the workspace.

Inferred read-only
delete_llm_api_key

Remove a workspace LLM API key for a single provider.

Potential side effects
import_claude_subscription

Import Claude Pro/Max/Teams subscription tokens for the workspace (from ~/.claude/.credentials.json).

Inferred read-only
get_claude_subscription_status

Check Claude subscription connection status for the workspace.

Inferred read-only
disconnect_claude_subscription

Disconnect the Claude subscription for the workspace (removes stored tokens).

Inferred read-only
list_extensions

List all available extensions and their status in the workspace.

Inferred read-only
create_extension

Add an extension to the workspace.

Inferred read-only
update_extension

Update an extension in the workspace.

Potential side effects
delete_extension

Remove an extension from the workspace.

Potential side effects
record_widget_event

INTERNAL — called by rendered MCP widgets (Hero Card) to report click-through, render success, and render failure events.

Inferred read-only
get_bet_widget_metrics

Pull the MCP widget UX bet's live success and kill metrics for the workspace: rolling click-through rate over the first 200 bet renders, the first-50 kill window, and the 48h rolling render-error rate.

Inferred read-only
get_started

THE ONBOARDING TOOL FOR MASKIN.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.maskin]
url = "https://maskin.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maskin": {
      "type": "http",
      "url": "https://maskin.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maskin
Remote MCP URL: https://maskin.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "maskin": {
      "url": "https://maskin.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maskin": {
      "type": "http",
      "url": "https://maskin.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maskin",
  "transport": "streamable-http",
  "url": "https://maskin.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for maskin.io was fetched 2026-08-24T01:06:06.320Z.

Trust status Trusted

maskin.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.