Stock MCP Server
by YongYangLi
A MCP server for real-time stock quotes, using Model Context Protocol (MCP). It provides a tool to get real-time stock quotes.
Last updated: N/A
What is Stock MCP Server?
Stock MCP Server is a server that provides real-time stock quotes using the Model Context Protocol (MCP). It allows users to retrieve up-to-date information on stock prices.
How to use Stock MCP Server?
To use the server, configure it with Claude Desktop or Cline by specifying the command and arguments. You can use npx stock-mcp-server
or directly execute the index.js
file with Node.js.
Key features of Stock MCP Server
Real-time stock quotes
MCP protocol support
Easy configuration
Command-line interface
Integration with Claude Desktop/Cline
Use cases of Stock MCP Server
Real-time stock monitoring
Financial analysis
Algorithmic trading
Integration with financial applications
FAQ from Stock MCP Server
What is MCP?
What is MCP?
Model Context Protocol
How do I install the server?
How do I install the server?
Clone the repository, run npm install
, and then npm run build
.
What input does get-quote
require?
What input does get-quote
require?
The get-quote
tool requires a symbol
(string) representing the stock symbol (e.g., sh600000, sz000001).
Can I use this server with other applications?
Can I use this server with other applications?
Yes, as long as they support MCP or you can adapt the output.
Is there a cost to use this server?
Is there a cost to use this server?
The server itself is open-source and free to use, but you may need to consider the cost of any underlying data sources or services it relies on.