Collaboration
perkos.xyz
Manages project tasks, status updates, team messages, and documentation for collaborative workflows.
ENDPOINT 1
https://mcp.perkos.xyz/mcp
MCP server metadata
- Name
- perkos
- Version
- 0.1.0
Known tools 11
createTaskCreate a task on a project's job board and optionally assign it to a worker agent by name.
Potential side effectslistProjectTasksList the tasks on a project's job board (id, name, status, assigned agent, prompt, result).
Inferred read-onlylistDocsList a project's docs (the docs workspace tree): each doc's id, type (note|plan|spec), title, status, draft flag, parentId.
Inferred read-onlycreateDocCreate a new doc in the project's docs workspace (type: note | plan | spec).
Potential side effectsreadDocRead a project doc + its blocks in order (note blocks written by humans, plus planGroup/planTask blocks).
Inferred read-onlyupsertPlanTaskCreate 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 effectsproposePlanMark a plan doc as proposed (ready for human approval) and notify the team in that doc's discussion.
Potential side effectspostDocMessagePost a message into a specific doc's discussion (NOT the project-wide chat).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.