report_history
Pack: cftc-cot · Endpoint: https://gateway.pipeworx.io/cftc-cot/mcp
Weekly net-position time series for one futures market (non-commercial net, commercial net, open interest), most recent first. Pass the exact market_and_exchange_names from search_markets. Useful for trend / sentiment shifts over time. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
market_name | string | yes | Exact market_and_exchange_names from search_markets. |
weeks | number | no | Number of weekly reports to return (default 26, max 104). |
Example call
curl -X POST https://gateway.pipeworx.io/cftc-cot/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"report_history","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cftc-cot": {
"url": "https://gateway.pipeworx.io/cftc-cot/mcp"
}
}
}
See Getting Started for client-specific install steps.