Stock Market MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Stock Market MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
