← actiondock.app

INDIVIDUAL MCP TOOL

list_job_reconciliations

Read the owner's append-only observations about an unknown write.

actiondock.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://actiondock.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_job_reconciliations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

actiondock.app

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

.mcp.json

{
  "mcpServers": {
    "actiondock": {
      "type": "http",
      "url": "https://actiondock.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_actions — List every action available to the agent, including input schemas and side-effect flags.
  • run_action — Create an action job.
  • get_job — Get the current status and result of an action job.
  • wait_for_job — Wait for an action job to reach a decision or a final state: approved and executed, rejected, failed, or execution_unknown.
  • list_events — List recent job and callback events for workflow continuation and audit.
  • list_connections — List the workspace-approved HTTPS API connections and their method/path allowlists.
  • list_usage — List metered action debits and the current UTC-month usage total.