Primary Source Commodities for Claude Desktop
io.github.sawftware-apps/commodities-sh
Primary-source commodities data for AI agents — EIA, FRED, CFTC, USDA, USGS via x402 on Base.
client:Claude Desktop
transport:streamable-http
tools:11
Install Primary Source Commodities in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"commodities-sh": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.commodities.sh/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs