Stock Market MCP Server

by pedrorfdez

1 stars
222 downloads
Not rated
GitHub

About

# Stock Market MCP Server An MCP server for stock market data processing and analysis. ## Features - Stock market data retrieval - Data processing and analysis - Uses API endpoints for accessing market information ## Setup ```bash # Clone the repository git clone…

Details

Author
pedrorfdez
GitHub stars
1
Downloads
222
Categories
Finance

- Stock market data retrieval
- Data processing and analysis
- Uses API endpoints for market information

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Stock Market MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, set up a Python virtual environment with uv venv, install dependencies with uv pip install -e ., and start the server with uv run server.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "stock market mcp server": {
            "stock-market-mcp-server": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "stock-market-mcp-server": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

Stock Market MCP Server

An MCP server for stock market data processing and analysis.

Features

- Stock market data retrieval
- Data processing and analysis
- Uses API endpoints for accessing market information

Setup

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.