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 (daily, weekly, monthly), corporate and agency debt market breadth and sentiment, corporate 144A breadth and sentiment, agency MBS and securitized product trading activity, TBA and CMO and CMBS and CBO/CDO/CLO pricing, and capped volume series — with the key to pass to the other tools, what each series measures, and the date field it is filtered on. Call this first to see what US 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.