
Apple Stocks Mcp
- 2 repo stars
- Updated July 16, 2026
- helderpgoncalves/apple-stocks-mcp
Apple Stocks MCP is a read-only local MCP server that reads your macOS Apple Stocks watchlist, quotes, and fundamentals so agents can access that data without network calls.
About
Apple Stocks MCP is a read-only MCP server that reads your macOS Apple Stocks watchlist, quotes, and fundamentals locally without network access. A developer on Mac reaches for it when they want their agent to reference the same stock data they already track in the native Stocks app. It is personal finance monitoring, not trading execution, cloud deployment, or market data API integration for production apps.
- Reads macOS Apple Stocks watchlist locally
- Returns quotes and fundamentals through MCP
- Read-only access with no network requests
- Useful on Mac when agents need portfolio context
Apple Stocks Mcp by the numbers
- Data as of Jul 17, 2026 (Skillselion catalog sync)
claude mcp add apple-stocks-mcp -- npx -y apple-stocks-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Package | apple-stocks-mcp |
| Transport | STDIO |
| Auth | None |
| Last updated | July 16, 2026 |
| Repository | helderpgoncalves/apple-stocks-mcp ↗ |
How can my AI agent read the stock watchlist, quotes, and fundamentals I already have in macOS Apple Stocks without external APIs or network access?
Read your macOS Stocks watchlist, quotes, and fundamentals locally through an agent with no network calls.
Who is it for?
macOS developers who track stocks in Apple Stocks and want local, read-only quote and fundamentals access inside an agent.
Skip if: Developers on non-Mac systems, teams needing live trading APIs, or apps that require networked market data feeds.
What you get
Your agent receives read-only watchlist, quote, and fundamentals data from the local Apple Stocks source.
Recommended MCP Servers
FAQ
Does Apple Stocks MCP make network requests?
No. It reads your macOS Apple Stocks data locally and is read-only with no network access.
What data can it return?
It can read your Apple Stocks watchlist along with quotes and fundamentals.
What platform does it require?
It is built for macOS because it reads from the local Apple Stocks app data.