Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Apple Stocks MCP
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Apple Stocks MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Reads your macOS Apple Stocks watchlist, quotes and fundamentals locally. Read-only, no network.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "apple-stocks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apple-stocks-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

🍎 apple-stocks-mcp

CI npm version npm downloads MCP Registry platform: macOS Node.js License: MIT

A macOS-only Model Context Protocol (MCP) server that lets an AI assistant read your own data from the Stocks app that ships with macOS β€” your watchlist, and the quotes, fundamentals and intraday charts the app has already cached on your Mac.

100% local and read-only. It reads files that already exist on your own machine, in the Stocks app's container under your home folder. It makes no network requests, uses no external API, needs no API keys, and sends nothing anywhere. The data is whatever the Stocks app last synced β€” open the app to refresh it.

apple-stocks-mcp demo

⚠️ macOS only. The data lives inside the macOS Stocks app's container, so this server does not work on Linux or Windows. On a non-macOS host the server still starts, but exposes a single platform_info tool that politely explains it's macOS-only and how to remove it β€” no failing tools, no crashes.


Quick start (30 seconds)

On a Mac, open the Stocks app once (so its data exists), then:

Claude Desktop / any MCP client β€” add this and restart:

config.json
{ "mcpServers": { "apple-stocks": { "command": "npx", "args": ["-y", "apple-stocks-mcp"] } } }

Claude Code:

Terminal
claude mcp add apple-stocks -- npx -y apple-stocks-mcp

Then ask: "What's the Apple stock doing today?" The first time, your client asks permission to use the tool β€” choose Yes (or "Yes, and don't ask again"). That's it. If anything's off, ask it to run stocks_doctor β€” it tells you exactly what to fix.


Contents

  • What you can ask
  • Privacy
  • Where the data comes from
  • Tools Β· Resources Β· Prompts
  • Example output
  • Requirements
  • Setup
  • FAQ & troubleshooting
  • Development & testing
  • Legal

What you can ask

Once connected (see Setup), ask your assistant things like:

  • "What's in my stock watchlist?"
  • "What's the Apple stock doing today?"
  • "Show me the fundamentals for NVDA."
  • "Which of my stocks are up the most today?"
  • "Summarize my whole watchlist."

Privacy

This is the most important section, so it's first.

  • Read-only. The server never modifies, deletes, or writes to the Stocks app's data. It opens the SQLite caches with sqlite3's -readonly flag and only parses the watchlist file. The single write-style action, add_stock, does not touch any file β€” it just asks macOS to open a symbol in the Stocks app so you can add it with a tap.
  • Local only. Every byte read stays on your machine and is only returned to the MCP client you connected (e.g. your local AI assistant). There are no outbound network connections in this server's code β€” you can verify this: there is no fetch/http/https client call anywhere in src/.
  • Your own data. It reads only files owned by your user account, in your home folder (~/Library/Group Containers/group.com.apple.stocks/). It does not access other users' data, remote accounts, or anything outside that container.
  • No telemetry, no analytics, no tracking. None. Ever. The only thing ever written outside the tool results is a one-line startup message to stderr (which platform it started on) β€” that goes to your MCP client's local logs and is never sent anywhere.
  • You stay in control of access. On recent macOS versions the app reading this data (your terminal or MCP client) must be granted Full Disk Access by you, in System Settings. Revoke it any time and the server can no longer read.

Where the data comes from

All paths are inside your own user container ~/Library/Group Containers/group.com.apple.stocks/:

DataFile (read-only)
Watchlist symbolsLibrary/Documents/PrivateData/com.apple.stocks.private-production-dbstore.json
Quotes, market capLibrary/Caches/shared-database (SQLite, quotes table)
Fundamentals (P/E, EPS, ranges…)same SQLite cache (quote_details table)
Company names / exchangessame SQLite cache (stock_metadata table)
Intraday chart (OHLCV)Library/Caches/sparkline-database (SQLite, sparklines table)

This is the same "read the app's own local store" approach used by other macOS MCP servers such as apple-notes-mcp. It is reading your data from your Mac β€” analogous to exporting your own information β€” and it does not bypass any DRM, access any account, or contact any Apple service.


Tools

ToolWhat it does
list_watchlistList every ticker in your Stocks watchlist (in order).
get_quotePrice + daily change for one or more symbols, from the local cache.
quote_watchlistCached quotes for every symbol in the watchlist.
stock_detailsFundamentals: day & 52-week range, market cap, volume, P/E, EPS, beta, dividend yield, next earnings.
stock_chartCached intraday OHLCV chart (ASCII sparkline) + change vs previous close.
apple_stockApple (AAPL) fundamentals + whether it's in the watchlist.
portfolio_summaryWhole-watchlist analysis: up/down counts, top gainers/losers, breakdown by currency & exchange.
top_moversThe biggest gainers and losers in the watchlist today.
search_watchlistSearch the watchlist by symbol or company name.
stocks_doctorDiagnose your setup (macOS? data present? readable? Full Disk Access?).
add_stockOpens a symbol in the Stocks app so you can add it with one tap (no file is written).
platform_infoReport whether the server can run here (always available; the only tool on non-macOS).

Resources

Resource URIContents
stocks://watchlistThe watchlist symbols, one per line (text/plain).
stocks://quotesCached quotes for every watchlist symbol (application/json).

Prompts

PromptWhat it does
analyze_portfolioReviews the whole watchlist and highlights what's notable today.
research_stockPulls fundamentals + intraday chart for one symbol and summarizes it.

Why add_stock opens the app instead of writing the database

The watchlist lives in an encrypted, iCloud-synced store. Editing it by hand risks corrupting your watchlist and breaking sync, so add_stock deliberately does not write anything β€” it uses the stocks:// URL scheme to open the symbol in the Stocks app, where you add it with one tap and the app keeps its own data consistent.


Example output

These are the actual text results the tools return (symbols shown are generic examples). Numbers come straight from your Stocks app's local cache.

apple_stock / stock_details AAPL β€” fundamentals at a glance:

text
AAPL (Apple Inc.): 299.18 USD  +3.23 (+1.09%) [open]
  Open: 298.44   Day range: 298.07 – 299.75
  52-week range: 196.86 – 317.4
  Market cap: 4.39T   Volume: 11.12M (avg 47.14M)
  P/E: 36.27   EPS: 8.26   Beta: 1.09   Div yield: 0.36%
  Next earnings: 2026-07-30
AAPL is in the watchlist.

stock_chart NVDA β€” intraday OHLCV as an ASCII sparkline:

text
NVDA intraday (7 points)
  β–β–β–‚β–ƒβ–†β–‡β–ˆ
  prev close: 204.65   last: 208.69   day range: 207.36 – 208.69
  change vs prev close: +4.04 (+1.97%)

portfolio_summary β€” whole-watchlist analysis:

text
Watchlist summary β€” 98/99 quoted (1 without a cached quote)
  Up: 57   Down: 41   Flat: 0

  Top gainers:
    NVDA: +1.97%
    AMD:  +4.13%
    MSFT: +0.31%
  Top losers:
    INTC: -2.10%
    ...

  By currency:
    USD: 82
    EUR: 16
  By exchange:
    NASDAQ: 38
    NYSE: 35
    XETRA: 9
    ...

get_quote ["AAPL","MSFT","BTC-USD","EGL.LS"] β€” one line per symbol, across US / crypto / European tickers:

text
AAPL (Apple Inc.): 299.18 USD  +3.23 (+1.09%) [open]
MSFT (Microsoft Corporation): 378.83 USD  -0.08 (-0.02%) [open]
BTC-USD (Bitcoin USD): 64291.09 USD  -928.50 (-1.42%) [open]
EGL.LS (Mota-Engil, SGPS, S.A.): 4.67 EUR  -0.04 (-0.81%) [open]

What each tool returns

ToolKey fields in the result
get_quote / quote_watchlistsymbol, name, price, currency, daily change & %, market state
stock_detailsthe above plus open, day range, 52-week range, market cap, volume & average volume, P/E, EPS, beta, dividend yield, next earnings date
stock_chartper-point open/high/low/close/volume, previous close, day range, change vs previous close, ASCII sparkline
portfolio_summaryquoted vs total, up/down/flat counts, top gainers/losers, breakdown by currency and exchange
top_moversranked gainers and losers (symbol, price, change %)

Requirements

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Apple Stocks MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "apple-stocks-mcp": { "command": "npx", "args": ["-y", "apple-stocks-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewApple Stocks MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/apple-stocks-mcp?style=directory)](https://allmcps.com/mcp/apple-stocks-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/apple-stocks-mcp"><img src="https://allmcps.com/api/badge/apple-stocks-mcp?style=directory" alt="Apple Stocks MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Apple Stocks MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code