Skip to main content
Glama

Search Stock News MCP Server

search-stock-news

Retrieve filtered stock-related news by specifying a stock symbol, company name, and criteria like max results, search depth, and relevance score. Access tailored financial updates quickly.

Instructions

Search for stock-related news using Tavily API

Input Schema

NameRequiredDescriptionDefault
companyNameYesCompany name (e.g., Apple Inc.)
maxResultsNoMaximum number of results to return
minScoreNoMinimum relevance score threshold
searchDepthNoSearch depth level
symbolYesStock symbol (e.g., AAPL)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "companyName": { "description": "Company name (e.g., Apple Inc.)", "type": "string" }, "maxResults": { "description": "Maximum number of results to return", "type": "number" }, "minScore": { "description": "Minimum relevance score threshold", "type": "number" }, "searchDepth": { "description": "Search depth level", "enum": [ "basic", "advanced" ], "type": "string" }, "symbol": { "description": "Stock symbol (e.g., AAPL)", "type": "string" } }, "required": [ "symbol", "companyName" ], "type": "object" }

Other Tools from Search Stock News MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cognitive-Stack/search-stock-news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server