finra_fixed_income_datasets

Pack: finra-fixed-income · Endpoint: https://gateway.pipeworx.io/finra-fixed-income/mcp

List the FINRA fixed income aggregate datasets available here — US Treasury trading aggregates, corporate and agency debt market breadth and sentiment, agency MBS and securitized product activity, and capped volume series — with the key to pass to the other tools and what each series measures. Call this first to see what bond-market data can be queried. Covers AGGREGATE market statistics published by FINRA, not individual bond transactions. Example: finra_fixed_income_datasets({}). Keyless for the caller.

Example call

Arguments

{}

curl

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

TypeScript (@pipeworx/sdk)

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

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

Connect

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

{
  "mcpServers": {
    "finra-fixed-income": {
      "url": "https://gateway.pipeworx.io/finra-fixed-income/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 27, 2026