ffiec_coverage

Pack: ffiec-call-reports · Endpoint: https://gateway.pipeworx.io/ffiec-call-reports/mcp

Report what FFIEC call report data is available here — which quarters are loaded, how many banks and line items each holds, which schedules are covered, and the filing lag between a quarter ending and its data being published. Answers “what call report data do you have”, “how current is this”, “which quarters can I compare”. Use before a trend question to see the window. Also resolves an MDRM code or searches for one by description. Example: ffiec_coverage({}); ffiec_coverage({ code: “RCFD2170” }); ffiec_coverage({ query: “total deposits” }). Keyless.

Parameters

NameTypeRequiredDescription
codestringnoAn MDRM code to explain, e.g. “RCFD2170”
querystringnoSearch line item descriptions, e.g. “total deposits”
limitnumbernoMax search results (default 15)

Example call

Arguments

{}

curl

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

TypeScript (@pipeworx/sdk)

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

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

More examples

{
  "code": "RCFD2170"
}

Connect

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

{
  "mcpServers": {
    "ffiec-call-reports": {
      "url": "https://gateway.pipeworx.io/ffiec-call-reports/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 13, 2026