econ_calendar_recent

Pack: us-econ-calendar · Endpoint: https://gateway.pipeworx.io/us-econ-calendar/mcp

What US macro releases happened in the last N days — ‘what was released this week’, ‘has CPI come out yet this month’. Lists CPI/PPI/Employment Situation/JOLTS/FOMC/claims/Treasury-auction events whose official release date falls in the lookback window, each with its Eastern Time datetime and source. Schedule/history of WHEN, not the reported figures — use the bls or fred packs for the actual numbers.

Parameters

NameTypeRequiredDescription
daysnumbernoHow many days back to look (default 7).

Example call

Arguments

{
  "days": 7
}

curl

curl -X POST https://gateway.pipeworx.io/us-econ-calendar/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"econ_calendar_recent","arguments":{"days":7}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('econ_calendar_recent', {
  "days": 7
});

Connect

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

{
  "mcpServers": {
    "us-econ-calendar": {
      "url": "https://gateway.pipeworx.io/us-econ-calendar/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 13, 2026