Claude Stock MCP Server

Claude MCP服务器,提供股票分析功能

Local serverstdio

What is the Claude Stock MCP MCP server?

If you want an AI assistant working directly with Claude Stock MCP, the claude stock mcp mcp server is the bridge. Claude MCP服务器,提供股票分析功能.

What Claude Stock MCP does

This is a Model Context Protocol (MCP) server that provides stock analysis tools for Claude Desktop. The server integrates existing stock analysis features, including chip distribution analysis, pattern analysis, trend reversal detection, and market scanning capabilities.

Key capabilities

  • Fully compatible with Claude Desktop's MCP interface
  • Provides various stock analysis tools:
  • get-stock-analysis: Analyze specific stocks
  • company-fundamental: Query company fundamental data
  • start-bull-bear-scan: Scan the market for bullish and bearish signals (asynchronous task)
  • start-strong-signal-scan: Scan the market for strong momentum stocks (asynchronous task)
  • start-hot-stock-scan: Scan the market for top trending stocks (asynchronous task)
  • get-task-status: Query the status and results of asynchronous tasks

Tools it exposes

Once connected, the assistant can call this tool directly:

  • Prerequisites — The Prerequisites tool exposed by this server

Installing the claude stock mcp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 2 environment variables: FMP_API_KEY, APLPVANTAGE_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

  • Node.js >= 16.0.0 - npm >= 7.0.0 - Claude Desktop

Where it fits

Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Claude Stock MCP sits in that group, and the shape of its toolset — Prerequisites — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by flying3615.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the claude stock mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Claude Stock MCP MCP server

2. Add the server configuration:
   ```json
   {
     "mcpServers": {
       "stock-analysis": {
       "command": "npx",
       "args": [
         "@gabriel3615/claude-stock-analysis-mcp@latest"
        ],
        "env": {
         "FMP_API_KEY": "KEY_HERE",
         "APLPVANTAGE_API_KEY": "KEY_HERE"
        }
       }
     }
   }

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js >= 16.0.0 - npm >= 7.0.0 - Claude Desktop
VariableDescriptionRequired
FMP_API_KEYCredential the server authenticates with.Yes
APLPVANTAGE_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Claude Stock MCP to Prerequisites.

Frequently asked questions

It connects Claude Stock MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Claude Stock MCP directly.