OrgX

29 tools. 16 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

16 can modify or destroy data
13 read-only
29 tools total

Community server · catalogue entry verified 10/06/2026 · full schemas captured for 29 of 29 tools

How to control OrgX ↓

Read (13) Write / Execute (15) Destructive / Financial (1)
24,130 tokens of tool definitions, loaded on every request
12% of a 200k context window
2,682 heaviest tool: scaffold_initiative
Critical Risk

16 of OrgX's 29 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and OrgX, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "orgx_act": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "approve_agent_work": {
    "limits": [
      {
        "counter": "approve_agent_work_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "consolidate_pr": {
    "limits": [
      {
        "counter": "consolidate_pr_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register OrgX — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON ORGX →

Free to start. No card required.

READ 13 tools
Read consolidate_pr Generate and persist an orchestration.consolidation_pass receipt for a GitHub pull request. USE WHEN: Eli or a Read get_agent_status Show current AI agent activity, blocked work, and execution state. Also known as: agent status, what agents ar Read get_initiative_pulse Get project health, blockers, milestones, owners, and recent activity for an initiative. Also known as: projec Read get_morning_brief Curated receipts, exceptions, ROI delta, and value signals from the most recent autonomous session. The brief Read get_operator_chronicle Read the operator chronicle: decision chronology, yesterday/week/30-day rollups, reportingNarrative.briefMarkd Read orgx_bootstrap Establish OrgX session context, discover granted scopes, and get the v2 tool routing map. Also known as: boots Read orgx_inspect Hydrate one OrgX entity with execution context. USE WHEN: the user names a specific task, milestone, initiativ Read orgx_recommend Recommend next work, summarize operator-chronicle/morning-brief signals, or read prioritization context. USE W Read orgx_search Find OrgX entities, decisions, artifacts, and memory. USE WHEN: browsing work, searching memory, finding IDs, Read query_org_memory Search team memory, organizational decisions, prior artifacts, and project context across agents. Also known a Read recall_memory Search organizational memory for prior decisions, artifacts, project context, and team knowledge. Also known a Read review_artifact Surface the next artifact awaiting review. Renders the artifact-review widget with a preview, version filmstri Read track_project_progress Get health, blockers, milestones, owners, and recent activity for a project or initiative. Also known as: proj

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent delete data through the OrgX MCP server? +

Yes. The OrgX server exposes 1 destructive tools including orgx_act. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through OrgX? +

The OrgX server has 10 write tools including approve_agent_work, approve_decision, delegate_agent_task. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach OrgX.

How many tools does the OrgX MCP server expose? +

29 tools across 4 categories: Destructive, Execute, Read, Write. 13 are read-only. 16 can modify, create, or delete data.

How do I enforce a policy on OrgX? +

Register the OrgX MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every OrgX tool call.

Deterministic rules across all 29 OrgX tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

29 OrgX tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.