| name | commodities-quote |
| description | Retrieve real-time commodity price quotes using Octagon MCP. Use when checking current commodity prices, analyzing day ranges, comparing to moving averages, and tracking precious metals, energy, and agricultural commodity prices. |
Commodities Quote
Retrieve real-time price quotes for commodities including precious metals, energy, and agricultural products using the Octagon MCP server.
Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
Workflow
1. Identify the Commodity
Determine the commodity symbol you want to quote:
- GCUSD: Gold
- SIUSD: Silver
- CLUSD: Crude Oil
- NGUSD: Natural Gas
- etc.
2. Execute Query via Octagon MCP
Use the octagon-agent tool with a natural language prompt:
Retrieve the real-time price quote for <SYMBOL>.
MCP Call Format:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve the real-time price quote for GCUSD."