← actiondock.app

INDIVIDUAL MCP TOOL

list_usage

List metered action debits and the current UTC-month usage total.

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_usage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • list_job_reconciliations — Read the owner's append-only observations about an unknown write.
  • 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.