jodi_countries

Pack: jodi · Endpoint: https://gateway.pipeworx.io/jodi/mcp

List the countries JODI-Oil and/or JODI-Gas cover, with each one’s earliest and latest reported month. Use this before jodi_oil_series/jodi_gas_series to confirm a country actually reports the commodity, or to answer “which countries does JODI cover”, “does JODI have Iran gas data”. Example: jodi_countries({}); jodi_countries({commodity:“gas”}). Keyless.

Parameters

NameTypeRequiredDescription
commoditystringno”oil”, “gas”, or omit for both

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/jodi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"jodi_countries","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('jodi_countries', {});

More examples

{
  "commodity": "gas"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "jodi": {
      "url": "https://gateway.pipeworx.io/jodi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026