Productivity
maskin.io
Manages insights, bets, and tasks with CRUD operations and relationships in a workspace.
ENDPOINT 1
https://maskin.io/mcp
MCP server metadata
- Name
- maskin
- Version
- 0.1.0
Known tools 70
create_objectsCreate one or more objects (insights, bets, tasks) with optional relationships in a single atomic operation.
Potential side effectsupdate_objectsUpdate one or more objects and/or create relationships between existing objects.
Potential side effectssearch_objectsSearch objects by text in title or content, combined with optional type/status filters.
Inferred read-onlytraverse_graphBounded multi-hop breadth-first traversal from a single object across the workspace `relationships` table.
Inferred read-onlycreate_actorCreate a new actor (human or agent) and optionally add them to a workspace.
Potential side effectsget_actorGet 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-onlyget_workspace_schemaGet the workspace schema: available statuses per object type, custom metadata field definitions (name, type, required, enum values), display names, and relationship types.
Inferred read-onlyupdate_workspace_fieldUpdate an existing metadata field on a workspace object type.
Potential side effectsadd_workspace_enum_valueAppend an allowed value to an enum field on a workspace object type.
Inferred read-onlyremove_workspace_enum_valueRemove an allowed value from an enum field on a workspace object type.
Potential side effectslist_workspace_skillsList shared workspace skills — SKILL.md files stored once per workspace and attachable to any agent in the workspace.
Inferred read-onlyget_workspace_skillGet a shared workspace skill by name, including its full SKILL.md content.
Inferred read-onlycreate_triggerCreate an automation trigger that fires an agent on a schedule or event.
Potential side effectslist_unreadList entities the current actor is subscribed to with unread activity (comments newer than the actor's last_read_event_id).
Inferred read-onlylist_sessionsList sessions with optional filters (status, actor, last-updated window).
Inferred read-onlyrun_agentHigh-level tool: create a container agent session, wait for completion, and return the result with logs.
Potential side effectslist_integration_providersList available integration providers and their supported events
Inferred read-onlyimport_claude_subscriptionImport Claude Pro/Max/Teams subscription tokens for the workspace (from ~/.claude/.credentials.json).
Inferred read-onlyget_claude_subscription_statusCheck Claude subscription connection status for the workspace.
Inferred read-onlydisconnect_claude_subscriptionDisconnect the Claude subscription for the workspace (removes stored tokens).
Inferred read-onlyrecord_widget_eventINTERNAL — called by rendered MCP widgets (Hero Card) to report click-through, render success, and render failure events.
Inferred read-onlyget_bet_widget_metricsPull 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-onlyCONNECT 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.
maskin.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.