MCP

MCP

3.3

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 →