home / mcp / real-time stock analysis mcp server

Real-time Stock Analysis MCP Server

Provides real-time stock data and analytics through MCP tools including search, K-line data, fundamentals, valuation, financials, market trends, and smart ratings.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "dannywongisavailable-real-time-stock-mcp-service": {
      "url": "https://modelscope.cn/mcp/servers/DannyWong/real-time-stock-mcp"
    }
  }
}

You can access real-time stock data and a wide set of analysis tools through a dedicated MCP server. It exposes stock queries, K-line data, indicators, fundamentals, valuations, market trends, and autonomous scoring to support AI models and decision making.

How to use

You have two easy ways to use this MCP server. First, connect via the cloud MCP deployment to get instant access to all 34 MCP tools without installing anything on your machine. Use the remote MCP URL to run queries from your AI client or platform.

Second, run in local stdio mode to integrate with an local AI client such as Claude Desktop. You provide a small config that tells your client how to start and where to reach the MCP server. You can run it from your workstation and feed the results directly into your prompts.

How to install

Prerequisites: no special prerequisites are required for the cloud access. If you want to use the local stdio mode, you need a text editor to modify your client configuration and a runtime environment that can execute the provided command.

Option A — cloud deployment (no local installation): simply use the MCP URL to connect from your AI client or platform. You do not need to install or run any server locally. The remote endpoint is available at the following MCP URL.

Option B — local stdio mode (Claude Desktop example): configure Claude Desktop to start the local MCP service and connect to it via standard input/output.

Additional notes

The server supports two ways to connect: a remote HTTP endpoint and a local stdio configuration. Environment variables and detailed integration steps are optional here, and you only need to provide the pieces shown in the snippets if you are configuring a local environment.

Configuration and examples

{
  "mcpServers": {
    "stock_mcp": {
      "args": [],
      "command": "uvx"
    }
  }
}

Security and usage notes

Use this service for learning and exploration only. It is not financial advice, and you should comply with all applicable laws and data use policies.

Available tools

search

Stock search and trading day information lookups.

real_time_data

Real-time stock market quotes and streaming data endpoints.

kline_data

K-line data access and technical indicators (MA, MACD, BOLL, RSI, etc.).

fundamental

Fundamental data such as main business components and operating scope.

valuation

Valuation metrics such as price-to-earnings and price-to-book ratios.

financial_analysis

Financial ratios and performance overview analyses.

market

Market trends, sector indices, money flow, and peer comparisons.

smart_review

Intelligent comments and scoring on stocks.