latest_report

Pack: cftc-cot · Endpoint: https://gateway.pipeworx.io/cftc-cot/mcp

Most recent weekly COT positioning for one futures market. Pass the exact market_and_exchange_names from search_markets, e.g. “CRUDE OIL, LIGHT SWEET-WTI - NEW YORK MERCANTILE EXCHANGE” or “GOLD - COMMODITY EXCHANGE INC.”. Returns open interest plus long/short/net for non-commercial (≈ speculators: managed money / large traders), commercial (≈ hedgers / producers), and non-reportable (small traders), with this week’s changes. Keyless.

Parameters

NameTypeRequiredDescription
market_namestringyesExact market_and_exchange_names from search_markets, e.g. “CRUDE OIL, LIGHT SWEET-WTI - NEW YORK MERCANTILE EXCHANGE”.

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":"latest_report","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.

Regenerated from source · build June 11, 2026