fomc_calendar

Pack: fed-comms · Endpoint: https://gateway.pipeworx.io/fed-comms/mcp

FOMC meeting calendar from the Federal Reserve Board: every scheduled and unscheduled meeting of a year with dates, whether it carries a Summary of Economic Projections (SEP), statement, press-conference, implementation-note and minutes links (with the minutes release date), plus next_meeting and days_until from today. Answers “when is the next FOMC meeting”, “what are the Fed meeting dates in 2026”, “when do the minutes for the July meeting come out”.

Parameters

NameTypeRequiredDescription
yearintegernoCalendar year, e.g. 2026. Default: the current year. The Fed page carries roughly the last 6 years plus next year.

Example call

Arguments

{}

curl

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

TypeScript (@pipeworx/sdk)

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

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

More examples

{
  "year": 2025
}

Connect

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

{
  "mcpServers": {
    "fed-comms": {
      "url": "https://gateway.pipeworx.io/fed-comms/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 29, 2026