pyth_getPriceHistory
InactiveTool of SAP MCP Server
Get historical price data from Pyth oracle. SAP MCP context: Protocol pyth; operation class read. Use for Pyth oracle price reads and feed discovery. Use oracle reads as context for pricing, risk checks, and market-aware agent decisions; do not treat them as settlement proof.
Parameters schema
{
"type": "object",
"required": [
"priceId"
],
"properties": {
"period": {
"enum": [
"1h",
"4h",
"1d",
"7d",
"30d"
],
"type": "string",
"description": "Period parameter for Pyth Get Price History."
},
"priceId": {
"type": "string",
"description": "Price ID parameter for Pyth Get Price History."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries