short_volume_top
Pack: finra · Endpoint: https://gateway.pipeworx.io/finra/mcp
Ranks symbols on a given trading day by short_ratio (short_volume / total_volume), aggregated across both TRFs. Useful for spotting heavily-shorted names; combine with a min_volume filter to exclude thinly-traded micros.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | YYYY-MM-DD or YYYYMMDD; defaults to most recent published file |
limit | number | no | 1–100 (default 25) |
min_total_volume | number | no | Skip symbols below this combined-TRF total volume (default 100000) |
Example call
curl -X POST https://gateway.pipeworx.io/finra/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"short_volume_top","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"finra": {
"url": "https://gateway.pipeworx.io/finra/mcp"
}
}
}
See Getting Started for client-specific install steps.