← Registry

Collaboration

perkos.xyz

Manages project tasks, status updates, team messages, and documentation for collaborative workflows.

1 endpoint11 known toolsFirst detected May 29, 2026Last detected September 12, 2026

ENDPOINT 1

https://mcp.perkos.xyz/mcp

No auth detected

MCP server metadata

Name
perkos
Version
0.1.0
Capabilities
tools

Known tools 11

createTask

Create a task on a project's job board and optionally assign it to a worker agent by name.

Potential side effects
updateTaskStatus

Move a task to a new column and optionally record its result.

Inferred read-only
listProjectTasks

List the tasks on a project's job board (id, name, status, assigned agent, prompt, result).

Inferred read-only
postProjectMessage

Post a message to the project chat / team (e.g.

Potential side effects
listDocs

List a project's docs (the docs workspace tree): each doc's id, type (note|plan|spec), title, status, draft flag, parentId.

Inferred read-only
createDoc

Create a new doc in the project's docs workspace (type: note | plan | spec).

Potential side effects
readDoc

Read a project doc + its blocks in order (note blocks written by humans, plus planGroup/planTask blocks).

Inferred read-only
upsertPlanGroup

Create or update a task group (sprint section) in a doc.

Potential side effects
upsertPlanTask

Create or update a DRAFT task in a doc — a proposal, not a board task (it only becomes real when a human approves the plan).

Potential side effects
proposePlan

Mark a plan doc as proposed (ready for human approval) and notify the team in that doc's discussion.

Potential side effects
postDocMessage

Post a message into a specific doc's discussion (NOT the project-wide chat).

Potential side effects

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.perkos]
url = "https://mcp.perkos.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "perkos": {
      "type": "http",
      "url": "https://mcp.perkos.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: perkos
Remote MCP URL: https://mcp.perkos.xyz/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": {
    "perkos": {
      "url": "https://mcp.perkos.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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