Gathering detailed insights and metrics for search-stock-news-mcp
Gathering detailed insights and metrics for search-stock-news-mcp
Gathering detailed insights and metrics for search-stock-news-mcp
Gathering detailed insights and metrics for search-stock-news-mcp
npm install search-stock-news-mcp
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
6
🔌 Compatible with Cline, Cursor, Claude Desktop, and any other MCP Clients!
Search Stock News MCP works seamlessly with any MCP client
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
The Search Stock News MCP server provides:
Before you begin, ensure you have:
1npx -y search-stock-news-mcp@latest
To install Search Stock News MCP Server for Claude Desktop automatically via Smithery:
1npx -y @smithery/cli install search-stock-news-mcp --client claude
The easiest way to set up the Search Stock News MCP server in Cline is through the marketplace:
Alternatively, manually configure the server in Cline:
1# For macOS: 2code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json 3 4# For Windows: 5code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
1{ 2 "mcpServers": { 3 "search-stock-news-mcp": { 4 "command": "npx", 5 "args": ["-y", "search-stock-news-mcp@latest"], 6 "env": { 7 "TAVILY_API_KEY": "your-api-key-here" 8 }, 9 "disabled": false, 10 "autoApprove": [] 11 } 12 } 13}
To set up the Search Stock News MCP server in Cursor:
1env TAVILY_API_KEY=your-api-key-here npx -y search-stock-news-mcp@latest
1touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json" 2open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
1code %APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
1{ 2 "mcpServers": { 3 "search-stock-news-mcp": { 4 "command": "npx", 5 "args": ["-y", "search-stock-news-mcp@latest"], 6 "env": { 7 "TAVILY_API_KEY": "your-api-key-here" 8 } 9 } 10 } 11}
1{ 2 "symbol": "AAPL", 3 "companyName": "Apple Inc.", 4 "maxResults": 10 5}
1{ 2 "symbol": "TSLA", 3 "companyName": "Tesla Inc.", 4 "maxResults": 20, 5 "searchDepth": "advanced", 6 "minScore": 0.6 7}
1{ 2 "symbol": "MSFT", 3 "companyName": "Microsoft Corporation", 4 "includeDomains": ["reuters.com", "bloomberg.com"] 5}
Server Not Found
API Key Issues
Search Results Issues
MIT
No vulnerabilities found.
No security vulnerabilities found.