GuruFocus

live FinanceStocks

GuruFocus MCP — value-investing data: GF Score / GF Value summary, guru portfolio trades, insider trades, and historical prices. BYO GuruFocus API token.

4 tools
0ms auth
free tier 50 calls/day

Tools

gurufocus_summary

Get a GuruFocus stock summary/overview for a symbol — company info plus proprietary

No parameters required.

Try it
gurufocus_gurus

Get guru holding-change records for a symbol — which famous investors (gurus) bought or

No parameters required.

Try it
gurufocus_insider

Get insider trades for a symbol — corporate insiders buying/selling. Returns insider

No parameters required.

Try it
gurufocus_price

Get historical OHLCV price bars for a symbol — open, high, low, close, volume time series.

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/gurufocus/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/gurufocus/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"gurufocus_summary","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("gurufocus_summary", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("gurufocus mcp — value-investing data: gf score / gf value summary, guru portfolio trades, insider trades, and historical prices");

Related packs

Other Pipeworx packs in the same categories (Finance, Stocks):