MCP
StocksMCPServer is a Model Context Protocol server designed to provide company information and stock prices using Claude.
StocksMCPServer is a specialized MCP server that integrates with Claude to deliver real-time company information and stock prices. It is configured through a JSON file and can be run using specific command-line arguments. The server is designed to be flexible and can be customized to fit different project directories. It supports interactive development through the MCP Inspector, allowing developers to test and refine their configurations in real-time. This server is particularly useful for financial analysts, investors, and developers who need to access and process stock market data efficiently.
Features
- Real-time stock price retrieval
- Company information access
- Integration with Claude for enhanced data processing
- Customizable project directory configuration
- Interactive development mode with MCP Inspector
Usage with Different Platforms
Windows
{
"mcpServers": {
"StocksMCPServer": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\user\\PycharmProjects\\mcp", #your project directory
"run",
"--with",
"mcp",
"mcp",
"run",
"main.py"
]
}
}
}
Development Mode
bash
mcp dev main.py
Related MCP Servers
View all finance servers →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.