fomc_statement

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

FOMC post-meeting policy statement from the Federal Reserve with the rate decision parsed (target range, hold/cut/hike, basis points), the vote tally with named dissenters and what they preferred, the implementation-note URL, and diff_vs_prior — a sentence-level redline against the previous statement listing sentences added, removed and changed (date and roll-call lines excluded). Answers “what changed in the latest Fed statement”, “did the FOMC cut rates”, “who dissented at the Fed meeting”.

Parameters

NameTypeRequiredDescription
datestringnoStatement date as YYYY-MM-DD or YYYY-MM (e.g. “2026-06-17” or “2026-06”). Default: the most recent released statement.
compare_tostringnoDate of the statement to diff against (YYYY-MM-DD or YYYY-MM). Default: the statement immediately before the selected one.
include_textbooleannoInclude the full statement text (default true). Set false for a compact rate-decision + diff answer.

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_statement","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

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

More examples

{
  "date": "2025-12",
  "include_text": false
}

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