Search Stock News MCP Server
🔌 Cline、Cursor、Claude Desktop、その他の MCP クライアントと互換性があります。
Search Stock News MCPは、あらゆるMCPクライアントとシームレスに連携します。
モデル コンテキスト プロトコル (MCP) は、AI システムがさまざまなデータ ソースやツールとシームレスに対話し、安全な双方向接続を実現できるようにするオープン スタンダードです。
Search Stock News MCP サーバーは以下を提供します。
Tavily API によるリアルタイムの株価ニュース検索機能
複数のカスタマイズ可能な検索クエリテンプレート
設定可能な検索パラメータとフィルタリング
ドメイン固有のコンテンツフィルタリング
TypeScriptによる型安全な操作
前提条件🔧
始める前に、次のものを用意してください。
Tavily APIキー
Claude Desktop、Cursor、またはMCP互換クライアント
Node.js (v16 以上)
Git がインストールされている (Git インストール方法を使用する場合のみ必要)
Related MCP server: Tavily News Search MCP Server
株価ニュース検索MCPサーバーのインストール⚡
NPXで実行
npx -y search-stock-news-mcp@latestSmithery経由でインストール
Smithery 経由で Claude Desktop 用の Search Stock News MCP Server を自動的にインストールするには:
npx -y @smithery/cli install search-stock-news-mcp --client claudeMCP クライアントの設定 ⚙️
Cline の設定 🤖
Cline で Search Stock News MCP サーバーをセットアップする最も簡単な方法は、マーケットプレイスを使用することです。
VS CodeでClineを開く
サイドバーのClineアイコンをクリックします
「MCPサーバー」タブに移動します
「Search Stock News」を検索し、「インストール」をクリック
プロンプトが表示されたら、Tavily APIキーを入力してください。
あるいは、Cline でサーバーを手動で構成します。
Cline MCP 設定ファイルを開きます。
# For macOS:
code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
# For Windows:
code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.jsonSearch Stock News サーバー構成を追加します。
{
"mcpServers": {
"search-stock-news-mcp": {
"command": "npx",
"args": ["-y", "search-stock-news-mcp@latest"],
"env": {
"TAVILY_API_KEY": "your-api-key-here"
},
"disabled": false,
"autoApprove": []
}
}
}カーソルの設定 🖥️
Cursor で Search Stock News MCP サーバーを設定するには:
カーソル設定を開く
機能 > MCP サーバーに移動します
「+新しいMCPサーバーを追加」ボタンをクリックします。
以下の情報を入力してください。
名前:「search-stock-news-mcp」
タイプ:「コマンド」
コマンド: GXP5
Claude デスクトップの設定 🖥️
macOSの場合:
touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"Windowsの場合:
code %APPDATA%\Claude\claude_desktop_config.jsonサーバー構成を追加します。
{
"mcpServers": {
"search-stock-news-mcp": {
"command": "npx",
"args": ["-y", "search-stock-news-mcp@latest"],
"env": {
"TAVILY_API_KEY": "your-api-key-here"
}
}
}
}使用例 🎯
基本的な株式ニュース検索:
{
"symbol": "AAPL",
"companyName": "Apple Inc.",
"maxResults": 10
}フィルターを使った高度な検索:
{
"symbol": "TSLA",
"companyName": "Tesla Inc.",
"maxResults": 20,
"searchDepth": "advanced",
"minScore": 0.6
}カスタムドメイン検索:
{
"symbol": "MSFT",
"companyName": "Microsoft Corporation",
"includeDomains": ["reuters.com", "bloomberg.com"]
}トラブルシューティング 🛠️
よくある問題
サーバーが見つかりません
npmのインストールを確認する
設定構文を確認する
Node.jsが正しくインストールされていることを確認する
APIキーの問題
Tavily APIキーが有効であることを確認してください
APIキーが設定で正しく設定されていることを確認してください
APIキーの前後にスペースや引用符がないことを確認してください
検索結果の問題
検索パラメータが有効な範囲内であることを確認してください
ドメインフィルターが正しくフォーマットされていることを確認する
会社名とシンボルが正確であることを確認する
謝辞✨
MCP仕様のモデルコンテキストプロトコル
クロード・デスクトップのAnthropic
ニュース検索APIのTavily
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis MCP server performs multi-topic searches in business, news, finance, and politics using the Tavily API, providing high-quality sources and intelligent summaries.1MIT
- -licenseNot gradedqualityNot gradedmaintenanceA remote MCP server that enables searching for news articles on specific topics through the Tavily API without requiring authentication.
- FlicenseNot gradedqualityFmaintenanceMCP server providing access to the GNews API for fetching news articles and headlines. Supports search and top headlines with advanced filtering by language, country, category, and date.1
- AlicenseAqualityCmaintenanceProvides live stock data and market news for financial analysis via any MCP-compatible AI app.2MIT
Related MCP Connectors
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
AI-enriched financial news for AI agents & trading bots: search, trending, insider, scored 1-10.
Real-time news with bias scoring, live market data, and AI-powered options pricing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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