gurufocus_price
Pack: gurufocus · Endpoint: https://gateway.pipeworx.io/gurufocus/mcp
Get historical OHLCV price bars for a symbol — open, high, low, close, volume time series.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Stock ticker symbol, e.g. “AAPL” |
_apiKey | string | yes | GuruFocus Data API token |
Example call
curl -X POST https://gateway.pipeworx.io/gurufocus/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gurufocus_price","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gurufocus": {
"url": "https://gateway.pipeworx.io/gurufocus/mcp"
}
}
}
See Getting Started for client-specific install steps.