Back to search
100
MCP live v0.0.0-65256ed streamable-http

OrgX MCP - Agent Orchestration

com.useorgx/orgx-mcp

Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client.

Uptime
14.3%
14 probes
Response
1050ms
last probe
Tools
28
callable

Tools · 28

approve_decision

Approve a pending agent decision after explicit user confirmation. Also known as: sign off, approve AI work, unblock agent, accept decision. USE WHEN: user says to approve a decision returned from lis…

reject_decision

Reject a pending agent decision with guidance after explicit user confirmation. Also known as: request revisions, send feedback, decline decision. USE WHEN: user wants to reject or request revisions o…

get_agent_status

Show current AI agent activity, blocked work, and execution state. Also known as: agent status, what agents are doing, active runs. USE WHEN: user asks about agent activity, progress, or what agents a…

query_org_memory

Search team memory, organizational decisions, prior artifacts, and project context across agents. Also known as: search memory, recall decisions, find context, retrieve artifacts, project memory. USE …

get_initiative_pulse

Get project health, blockers, milestones, owners, and recent activity for an initiative. Also known as: project status, roadmap progress, execution health, blockers. USE WHEN: user asks how an initiat…

spawn_agent_task

Delegate work to a specialist AI agent and track the assigned task. Also known as: hand this off, assign task, spawn agent, have an agent do it, autonomous work. Automatically checks authorization, ra…

handoff_task

Reassign work to another specialist AI agent and optionally spawn a new run. Also known as: handoff task, transfer work, change assignee. USE WHEN: a task needs to be reassigned to a different special…

recommend_next_action

Recommend what should happen next based on progress gaps, blockers, and execution templates. Also known as: next best action, prioritize work, unblock project. USE WHEN: user asks what to do next, or …

orgx_emit_activity

Emit append-only run telemetry for OrgX control-plane reporting. USE WHEN: agent is executing and needs to report progress. NEXT: Continue work; emit again at each phase change. DO NOT USE: for entity…

consolidate_pr

Generate and persist an orchestration.consolidation_pass receipt for a GitHub pull request. USE WHEN: Eli or another engineering agent needs a durable PR review receipt with reading order, existence e…

orgx_bootstrap

Establish OrgX session context, discover granted scopes, and get the v2 tool routing map. Also known as: bootstrap, setup, tool routing. USE WHEN: first call in a fresh session, after reconnecting, or…

orgx_inspect

Hydrate one OrgX entity with execution context. USE WHEN: the user names a specific task, milestone, initiative, decision, artifact, or plan session and needs details before acting. NEXT: use orgx_act…

orgx_search

Find OrgX entities, decisions, artifacts, and memory. USE WHEN: browsing work, searching memory, finding IDs, or listing related records. NEXT: use orgx_inspect for one selected result or orgx_recomme…

orgx_recommend

Recommend next work, summarize morning-brief signals, or read prioritization context. USE WHEN: user asks what to do next, wants a brief, or needs priority guidance. NEXT: present the recommendation, …

orgx_write

Create or update one OrgX record (snake_case fields). Operations: create (default) uses per-type fields; update REQUIRES id + fields patch. Create requirements: initiative: title (or name). work…

orgx_attach

Attach a durable artifact, proof URL, or preview to an existing OrgX entity. USE WHEN: saving evidence, PRs, documents, reports, screenshots, or external artifacts. For founder/team work, prefer pract…

orgx_act

Run a lifecycle, validation, completion, or proof action on one OrgX entity. Per-action required inputs: • update → "fields" patch object. • complete_with_proof, ship_batch → "artifact" (artifact_…

orgx_plan

Start, resume, edit, improve, or complete a tracked OrgX planning session. Per-action input requirements: • action="start" → REQUIRES feature_name. Optional: initial_plan (markdown to seed th…

orgx_spawn

Guard, estimate, classify, spawn, or hand off specialist agent work. Actions: spawn (default) uses task_id or title+instructions; handoff needs task_id+agent_type; guard needs agent_type; classify/es…

orgx_decide

Create, approve, reject, remember, or list durable OrgX decisions. Per-action input requirements: • action="list_pending" → No required fields. Optional: initiative_id, workspace_id (scope filters)…

orgx_submit_receipt

Submit a durable receipt (proof, outcome, quality, attribution, or learning) anchored to an OrgX entity or artifact. Required: receipt_type + summary. Strongly recommended: one anchor (entity_type+en…

recall_memory

Search organizational memory for prior decisions, artifacts, project context, and team knowledge. Also known as: search memory, recall decisions, find context, retrieve artifacts, what did we decide.

approve_agent_work

Review or act on agent decisions awaiting human approval. Also known as: pending approvals, agent blocked, sign off, review decisions, approve AI work. Per-action input requirements: • action="list…

delegate_agent_task

Assign work to a specialist AI agent and track the result. Also known as: hand this off, spawn agent, assign task, delegate to agent, have an AI agent do it.

track_project_progress

Get health, blockers, milestones, owners, and recent activity for a project or initiative. Also known as: project status, initiative pulse, blockers, roadmap progress, execution health.

scaffold_initiative

Turn an objective, roadmap, launch, or feature plan into executable workstreams, milestones, and tasks. Also known as: scaffold project, create roadmap, generate execution plan. Minimum required inpu…

review_artifact

Surface the next artifact awaiting review. Renders the artifact-review widget with a preview, version filmstrip, and hold-to-approve / request-changes actions. USE WHEN the user asks to review work, a…

get_morning_brief

Curated receipts, exceptions, ROI delta, and value signals from the most recent autonomous session. The brief IS curated receipts, not a separate data structure. Prefer `get_morning_brief` with worksp…

Similar MCP servers embedding-nearest

PlanExe live
MCP server for generating rough-draft project plans from natural-language prompts.
11 tools · streamable-http
Senzing live
Identity Intelligence for Agentic AI Workflows Connect Data. Power Intelligence.™ MCP Server v0.39.11 — Entity resolution knowledge for AI
13 tools · http
AdvocateMCP live
MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.
10 tools · streamable-http
DepScope live
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
22 tools · streamable-http
com.teamwork/mcp live
The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.
168 tools · sse
io.github.bch1212/pubrecords live
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
10 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "orgx_mcp_-_agent_orchestration": {
      "url": "https://mcp.useorgx.com/",
      "transport": "streamable-http"
    }
  }
}