
mcp stock news
MCP for fetching and displaying stock market news and information
Repository Info
About This Server
MCP for fetching and displaying stock market news and information
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Stock News
A Cursor MCP (Multi-Command Protocol) for fetching and displaying stock market news and information.
Features
- Real-time stock market news from multiple sources
- Market trends and analysis
- Company-specific news
- Major market indices updates
- Economic calendar events
Installation
- Open your Cursor settings
- Navigate to the MCP section
- Add the following configuration to your
mcp.json:
{
"mcpServers": {
"stockNews": {
"command": "npx",
"args": [
"-y",
"@mcp-stock-news/cli@latest",
"run",
"--config",
"{\"apiKey\":\"YOUR_API_KEY\"}"
]
}
}
}
- Replace
YOUR_API_KEYwith your Alpha Vantage API key (get one for free at https://www.alphavantage.co/support/#api-key)
Usage
In Cursor, you can use the following commands:
/stock-news latest- Get the latest stock market news/stock-news company [symbol]- Get news for a specific company (e.g., AAPL, GOOGL)/stock-news market-summary- Get current market summary/stock-news trending- Get trending stock news/stock-news calendar- Get upcoming economic events
Data Sources
This MCP uses the following data sources:
- Alpha Vantage API for real-time stock data and news
- Yahoo Finance API for additional market data
- Financial Modeling Prep API for company-specific news
License
MIT
Quick Start
Clone the repository
git clone https://github.com/steezy789/mcp-stock-newsInstall dependencies
cd mcp-stock-news
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.