StockSense
StockSense
AIエージェントに財務データへのアクセスを提供するMCP(Model Context Protocol)サーバー — SEC EDGARの提出書類、市場のファンダメンタルズ、インサイダー取引、価格履歴。APIキーは不要です。
クイックスタート
1. インストール
pip install stocksense2. Claude Desktop に追加
Claude Desktop の設定に追加します:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stocksense": {
"command": "stocksense"
}
}
}3. Claude Desktop を再起動
Claude Desktop を終了して再度開きます。ハンマーアイコンと13個のツールが表示されるはずです。
利用可能なツール
Tool | Description |
| 任意のティッカーの過去のOHLCV価格データを取得 |
| 現在の株価、時価総額、P/E、52週レンジを取得 |
| SEC EDGARの提出書類(10-K、10-Q、8-K)を検索 |
| 特定のSEC提出書類の全文を取得 |
| Form 4提出書類から最近のインサイダー売買を取得 |
| 損益計算書、貸借対照表、キャッシュフロー、主要比率を取得 |
| すべてのデータソースを集約した包括的なリサーチブリーフ |
| 複数の企業の主要指標を横並びで比較 |
| EPS予想と実績を含む四半期決算履歴 |
| 企業プロフィール:セクター、業界、事業内容 |
| 配当履歴と現在の利回り |
| 今後の決算日、権利落ち日、予想 |
| テクニカル指標:SMA、EMA、RSI、MACD、パフォーマンス |
クエリの例
"AAPL の先月の価格履歴は?"
"MSFT のクォートを取得"
"TSLA の過去1年間の週次価格を表示"
"Apple の最近の10-K提出書類を表示"
"Tesla で最近発生したインサイダー取引は?"
"Apple の財務諸表を表示"
"Tesla のリサーチブリーフを提供"
"AAPL、MSFT、GOOGL を比較"
"Apple の決算履歴を表示"
"NVIDIA はどのセクター?"
"AAPL の配当履歴を表示"
"Microsoft の次の決算日はいつ?"
"Tesla のテクニカル指標は?"
Related MCP server: publicfinance
データソース
yfinance — 価格データ、クォート、財務諸表、アナリストコンセンサス
SEC EDGAR — 無料で無制限の提出書類とインサイダー取引(APIキー不要)
要件
Python 3.11+
APIキー不要 — 無料の公開データソースを使用
開発
# Clone and install for development
git clone https://github.com/mikejj-creation/stocksense.git
cd stocksense
pip install -e ".[dev]"
# Run tests
pytest
# Run linter
ruff check src/ tests/免責事項
StockSense は Yahoo Finance と SEC EDGAR の無料公開データを使用しています。ユーザーは各プロバイダーの利用規約を遵守する責任があります。このツールは情報提供のみを目的としており、金融アドバイスではありません。
ライセンス
MIT
This server cannot be installed
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
AlicenseAqualityDmaintenanceProvides AI agents with direct access to SEC filing intelligence, company fundamentals, dilution risk scoring, and cross-company analytics for financial research.871791MIT- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.610MIT
- FlicenseAqualityDmaintenanceProvides AI assistants with real-time stock prices, financial statements, SEC filings, and analytical tools like DCF valuation and ratio analysis.14

ROIC.ai Financial Data MCPofficial
AlicenseAqualityBmaintenanceEnables AI assistants to access stock prices, financial statements, earnings call transcripts, and fundamental data for 60,000+ public companies via 25 read-only tools.252MIT
Related MCP Connectors
SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.
SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
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/mikejj-creation/stocksense'
If you have feedback or need assistance with the MCP directory API, please join our Discord server