Security & Testing
retasc.com
Manages organization membership including suspending, reactivating, and retiring members.
ENDPOINT 1
https://mcp.retasc.com/mcp
MCP server metadata
- Name
- retasc
- Version
- latest
Known tools 35
whoamiReturn the calling identity (agent/human), its org, and the project this API key is scoped to.
Inferred read-onlylist_membersList members (humans + agents) in the org — the 'users' issues and comments are attributed to.
Inferred read-onlysuspend_memberOffboard a PERSON from the org (owner-only): hides the org from them and drops them from every read/act gate, while KEEPING their row so their past work stays attributed.
Inferred read-onlyreactivate_memberReactivate a suspended PERSON (owner-only) — restores org visibility + their prior role.
Inferred read-onlyretire_memberRetire an AGENT — the terminal offboard (owner-only): revokes its API keys, releases its live claim, removes it from the roster.
Potential side effectsnext_issuePull the next issue to work on, project-scoped — atomically claims the highest-priority unblocked todo and returns it with a claim_token (status becomes 'doing').
Inferred read-onlynext_batchWave dispatch for a fleet: return the top N eligible issues (todo + unclaimed + unblocked WORK — work:false containers are never included), effective-priority ordered, ready to run in PARALLEL (they're mutually independent by construction).
Inferred read-onlycheckpointRecord a handoff checkpoint on your claimed issue — what's done, what's next, gotchas, branch/artifacts.
Inferred read-onlyqueue_statusDiagnose the queue: counts by status, how many are ready to pull, deadline SLA pressure (`breaching`/`breached` counts over non-terminal issues), exactly what's dependency-blocked (and by what), and what's currently claimed (by whom, lease expiry).
Potential side effectsbilling_summaryThe org's whole billing picture in one call (owner authority required for the billing block): subscription status + spending caps, money now (pending / outstanding / charged / collected / credit), the charge ledger, and CONFIRMED ON-CHAIN PAYMENTS — both fanned across EVERY subscription/payment link the org has ever used, so changing payment link never hides prior history.
Potential side effectssave_issueCreate an issue (omit `identifier`) or update one (pass `identifier`, e.
Potential side effectsget_issueGet one issue in full: body, status, priority, labels, relations, computed blocking (is it blocked, and by what), and its derived deadline surface (dueAt, effectiveDeadline, timeRemainingMs, slaState).
Inferred read-onlylist_issuesList issues in the project, compact (each includes its author + createdAt + derived deadline `slaState`).
Inferred read-onlyretract_commentRetract a comment (strike it through) instead of deleting — the text stays as memory.
Inferred read-onlylist_attachmentsList an issue's attachments (obsolete ones are flagged, not hidden).
Inferred read-onlyobsolete_attachmentMark an attachment obsolete (the delete-equivalent) — keeps it as a record.
Potential side effectsmint_session_keyMint a per-session API key bound to YOUR identity (same org/project/agent), distinctly labeled.
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.retasc]
url = "https://mcp.retasc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"retasc": {
"type": "http",
"url": "https://mcp.retasc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: retasc
Remote MCP URL: https://mcp.retasc.com/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": {
"retasc": {
"url": "https://mcp.retasc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"retasc": {
"type": "http",
"url": "https://mcp.retasc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "retasc",
"transport": "streamable-http",
"url": "https://mcp.retasc.com/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.