Skip to main content
Glama
mikejj-creation

StockSense

StockSense

PyPI version PyPI downloads Python versions License: MIT

AIエージェントに財務データへのアクセスを提供するMCP(Model Context Protocol)サーバー — SEC EDGARの提出書類、市場のファンダメンタルズ、インサイダー取引、価格履歴。APIキーは不要です。

クイックスタート

1. インストール

pip install stocksense

2. 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

price_history

任意のティッカーの過去のOHLCV価格データを取得

quote

現在の株価、時価総額、P/E、52週レンジを取得

search_filings

SEC EDGARの提出書類(10-K、10-Q、8-K)を検索

get_filing

特定のSEC提出書類の全文を取得

insider_trades

Form 4提出書類から最近のインサイダー売買を取得

financials

損益計算書、貸借対照表、キャッシュフロー、主要比率を取得

analyze_company

すべてのデータソースを集約した包括的なリサーチブリーフ

compare_companies

複数の企業の主要指標を横並びで比較

earnings

EPS予想と実績を含む四半期決算履歴

company_profile

企業プロフィール:セクター、業界、事業内容

dividends

配当履歴と現在の利回り

key_events

今後の決算日、権利落ち日、予想

technicals

テクニカル指標: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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.
    6
    10
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to access stock prices, financial statements, earnings call transcripts, and fundamental data for 60,000+ public companies via 25 read-only tools.
    25
    2
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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