enforcement_recent

Pack: enforcement-actions · Endpoint: https://gateway.pipeworx.io/enforcement-actions/mcp

Recent US federal enforcement actions across DOJ and the SEC, newest first — the ‘what has been brought lately’ view. Answers ‘recent SEC enforcement actions’, ‘latest DOJ prosecutions’, ‘new securities fraud cases this week’. Merges DOJ press releases with SEC litigation releases, administrative proceedings and trading suspensions, each item dated and linked to the official source. Use enforcement_search to look up a specific company or topic by name.

Parameters

NameTypeRequiredDescription
sourcestringnoLimit to one agency: “doj”, “sec”, or “all” (default).
limitnumbernoHow many actions to return, 1–100 (default 25).

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/enforcement-actions/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"enforcement_recent","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('enforcement_recent', {});

More examples

{
  "source": "sec",
  "limit": 10
}
{
  "source": "doj",
  "limit": 25
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "enforcement-actions": {
      "url": "https://gateway.pipeworx.io/enforcement-actions/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026