StockSense
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StockSenseShow me Apple's recent 10-K filings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
StockSense
An MCP (Model Context Protocol) server that gives AI agents access to financial data — SEC EDGAR filings, market fundamentals, insider trades, and price history. No API keys needed.
Quick Start
1. Install
pip install stocksense2. Add to Claude Desktop
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stocksense": {
"command": "stocksense"
}
}
}3. Restart Claude Desktop
Quit and reopen Claude Desktop. You should see the hammer icon with 13 tools available.
Available Tools
Tool | Description |
| Get historical OHLCV price data for any ticker |
| Get current price, market cap, P/E, 52-week range |
| Search SEC EDGAR filings (10-K, 10-Q, 8-K) |
| Get full text of a specific SEC filing |
| Get recent insider buys/sells from Form 4 filings |
| Get income statement, balance sheet, cash flow, and key ratios |
| Comprehensive research brief aggregating all data sources |
| Compare key metrics across multiple companies side-by-side |
| Quarterly earnings history with EPS estimates vs actuals |
| Company profile: sector, industry, and business description |
| Dividend history and current yield |
| Upcoming earnings dates, ex-dividend date, and estimates |
| Technical indicators: SMA, EMA, RSI, MACD, and performance |
Example queries
"What's AAPL's price history for the last month?"
"Get me a quote for MSFT"
"Show me TSLA's weekly prices over the past year"
"Show me Apple's recent 10-K filings"
"What insider trades happened at Tesla recently?"
"Show me Apple's financial statements"
"Give me a research brief on Tesla"
"Compare AAPL, MSFT, and GOOGL"
"Show me Apple's earnings history"
"What sector is NVIDIA in?"
"Show me AAPL's dividend history"
"When is Microsoft's next earnings date?"
"What are Tesla's technical indicators?"
Related MCP server: publicfinance
Data Sources
yfinance — price data, quotes, financial statements, analyst consensus
SEC EDGAR — free, unlimited filings and insider trades (no API key needed)
Requirements
Python 3.11+
No API keys needed — uses free public data sources
Development
# 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/Disclaimer
StockSense uses free public data from Yahoo Finance and SEC EDGAR. Users are responsible for complying with each provider's terms of service. This tool is for informational purposes only — not financial advice.
License
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