A Model Context Protocol (MCP) server that provides access to ShareSeer's comprehensive SEC filings, insider transactions, and financial data through Claude and other MCP-compatible AI assistants. 1. Sign up at shareseer.com/signup (free account) 2. Go to your profile page 3. Your API key will be displayed (starts with sk-shareseer-) Remote MCP Server (Recommended) Add to your Claude Desktop confi
Add this skill
npx mdskills install shareseer/shareseer-mcp-serverWell-documented MCP server providing SEC filings and insider trading data with clear setup
1# ShareSeer MCP Server23A Model Context Protocol (MCP) server that provides access to ShareSeer's comprehensive SEC filings, insider transactions, and financial data through Claude and other MCP-compatible AI assistants.45## ๐ Quick Start67### Get Your API Key891. Sign up at [shareseer.com/signup](https://shareseer.com/signup) (free account)102. Go to your [profile page](https://shareseer.com/profile)113. Your API key will be displayed (starts with `sk-shareseer-`)1213### Claude Desktop Integration1415**Remote MCP Server (Recommended)**1617Add to your Claude Desktop configuration:1819**Search & Tools โAdd Integrations โ Add Integration URL:**20```21https://shareseer.com/mcp?api_key=YOUR_API_KEY_HERE22```232425## ๐ Available Tools2627### Company Information28- **`get_company_filings`** - Get recent SEC filings for a specific company29- **`get_insider_transactions`** - Get insider trading transactions for a company3031### Market-Wide Data32- **`get_recent_filings`** - Get recent SEC filings across all companies33- **`get_recent_insider_activity`** - Get recent insider trading activity3435### Largest Transactions36- **`get_largest_daily_transactions`** - Get largest daily insider transactions37- **`get_largest_weekly_transactions`** - Get largest weekly insider transactions3839## ๐ Subscription Tiers4041| Feature | Free | Premium ($14.99/mo) |42|---------|------|---------------------|43| **Rate Limits** | 10/hour, 50/day | 100/hour, 1K/day |44| **Data History** | 6 months | 10 years |45| **Company Data** | โ Basic info & filings | โ All features |46| **Insider Transactions** | โ Limited (3 results) | โ Unlimited |47| **Largest Transactions** | โ Current week only | โ Historical data |48| **Pagination** | โ | โ |49| **Support** | Community | Email |5051[**Sign Up Free**](https://shareseer.com/signup) | [**Upgrade to Premium**](https://shareseer.com/upgrade?source=mcp)5253## ๐ง Usage Examples545556### Get Recent Insider Transactions57Ask Claude: *"Show me recent insider trading for Tesla"*5859### Get Largest Daily Buyers60Ask Claude: *"Who made the biggest stock purchases today?"*6162### Get Recent SEC Filings63Ask Claude: *"What are the most recent 10-K filings?"*6465### Market Analysis66Ask Claude: *"Show me the largest insider selling activity this week"*67Ask Claude: *"Show me the largest insider buying activity this week"*6869## ๐ Remote vs Local Setup7071**โ Remote MCP (Recommended)**72- No installation required73- Always up-to-date74- Hosted by ShareSeer75- Just add the integration URL76777879### Common Issues8081**Claude Desktop doesn't show ShareSeer tools:**82- Verify your API key is correct and active83- Make sure the integration URL includes your API key84- Restart Claude Desktop after adding the integration85- Check that your ShareSeer account is active8687**"Rate limit exceeded" error:**88- Check your current subscription tier limits89- Wait for the rate limit window to reset90- Consider upgrading to Premium for higher limits91- Spread out your queries over time9293**"Invalid API key" error:**94- Verify your API key starts with `sk-shareseer-`95- Check that your ShareSeer account is active96- Get a fresh API key from your profile page9798### Getting Help99100- **Free users**: [GitHub Issues](https://github.com/shareseer/mcp-server/issues)101- **Premium users**: Email support@shareseer.com102- **Documentation**: [ShareSeer Claude Integration](https://shareseer.com/claude-integration)103104## ๐ License105106This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.107108## ๐ Support109110Love the ShareSeer MCP server? Here's how you can help:111112- โญ **Star this repo** on GitHub113- ๐ **Report bugs** via GitHub Issues114- ๐ก **Request features** via GitHub Discussions115- ๐ข **Share** with other developers and traders116- ๐ **Upgrade to Premium** to support continued development117118---119120**Built with โค๏ธ by the ShareSeer team**121122[Website](https://shareseer.com) โข [X](https://x.com/shareseer) โข [Email](mailto:contact@shareseer.com)123124
Full transparency โ inspect the skill content before installing.