# Stock Quote

> Retrieve a current stock quote and market snapshot with price, range, volume, and moving-average context. Use when the user asks for the latest stock price, quote, intraday range, or a quick market snapshot.

- Skill: `octagonai-octagon-mcp-server/stock-quote` (Agent Skill)
- Install (CLI): `npx skillmds@latest add octagonai-octagon-mcp-server/stock-quote`
- Raw SKILL.md: https://api.skillmd.com/api/skills/octagonai-octagon-mcp-server/stock-quote/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: OctagonAI (https://skillmd.com/u/octagonai-octagon-mcp-server)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/octagonai-octagon-mcp-server/stock-quote

---


# Stock Quote

Use this skill for quick public-market snapshot requests.

## Query format

```text
Retrieve the latest stock quote for <TICKER> including current price, volume, day range, 52-week range, and moving-average context.
```

## MCP call

```json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve the latest stock quote for NVDA including current price, volume, day range, 52-week range, and moving-average context."
  }
}
```

## Output expectations

- Keep the first answer brief and numeric
- Call out whether the stock is near the high, low, or midpoint of its recent range
- Mention unusual volume or trend context if present

## Follow-up prompts

- "Compare that quote to the last month of price action."
- "Show the same market snapshot for AMD and AVGO."
- "Now explain what is driving the move."

