commodity_futures_data_api
Access real-time and historical commodity futures data from Indian exchanges to analyze market trends and support trading decisions.
Instructions
$239
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.py:56-61 (registration)The "commodity_futures_data_api" tool is registered automatically from the OpenAPI specification by the FastMCP.from_openapi method. The definition for this tool resides within the OPENAPI_SPEC string constant at line 26.
mcp = FastMCP.from_openapi( openapi_spec=openapi_dict, client=client, name="indian_stock_exchange_api2", version=__version__ )