MCP.so
Sign In

Search Stock News MCP Server ๐Ÿš€

@Cognitive-Stack

About Search Stock News MCP Server ๐Ÿš€

Search Stock News MCP offers real-time stock news search with customizable filters via Tavily API, using type-safe operations and the Model Context Protocol (MCP).

Basic information

Category

Search

Runtime

node

Transports

stdio

Publisher

Cognitive-Stack

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "search-stock-news-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "search-stock-news-mcp@latest"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Search Stock News MCP Server?

Search Stock News MCP Server is an MCP-compatible tool that provides real-time stock news search via the Tavily API. It works with Cline, Cursor, Claude Desktop, and any other MCP client, giving AI systems secure, two-way access to stock news.

How to use Search Stock News MCP Server?

Install the server via npx -y search-stock-news-mcp@latest or through Smithery. Then configure your MCP client (e.g., Cline, Cursor, Claude Desktop) with the command and your Tavily API key as an environment variable. After setup, use the search tool with parameters like symbol, companyName, maxResults, searchDepth, and includeDomains.

Key features of Search Stock News MCP Server

  • Real-time stock news search via Tavily API
  • Multiple customizable search query templates
  • Configurable search parameters and filtering
  • Domain-specific content filtering
  • Type-safe operations with TypeScript

Use cases of Search Stock News MCP Server

  • Get the latest news for a stock symbol, e.g., "AAPL"
  • Filter news by specific domains, e.g., Reuters or Bloomberg
  • Perform advanced searches with custom depth and minimum relevance scores
  • Retrieve up to 20 news items with fine-grained control over results

FAQ from Search Stock News MCP Server

What are the prerequisites for Search Stock News MCP Server?

You need a Tavily API key, a compatible MCP client (e.g., Claude Desktop or Cursor), and Node.js v16 or higher.

How do I install Search Stock News MCP Server?

Run npx -y search-stock-news-mcp@latest or use Smithery with npx -y @smithery/cli install search-stock-news-mcp --client claude.

How do I configure Search Stock News MCP Server in Cline?

Open the Cline MCP settings file, add a server entry with command npx -y search-stock-news-mcp@latest and your Tavily API key in the env field, then save.

How do I configure Search Stock News MCP Server in Claude Desktop?

Edit claude_desktop_config.json to include the server configuration with command npx -y search-stock-news-mcp@latest and your Tavily API key as an environment variable.

What are common issues when using Search Stock News MCP Server?

Common issues include server not found (check npm and Node.js), invalid API key (verify key and config syntax), and search results problems (ensure parameters are valid and company name/symbol are accurate).

Comments

More Search MCP servers