search_markets
Pack: cftc-cot · Endpoint: https://gateway.pipeworx.io/cftc-cot/mcp
Find CFTC Commitment of Traders (COT) futures markets by name. Use this first to get the exact market_and_exchange_names and contract_code that latest_report and report_history require. Keyless. e.g. “crude oil”, “gold”, “E-MINI S&P”, “bitcoin”, “euro”, “corn”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Substring to match against the market name, e.g. “crude oil”, “gold”, “E-MINI S&P”, “bitcoin”, “euro”. |
limit | number | no | Max distinct markets to return (default 15, max 30). |
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":"search_markets","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.