MCP server providing real-time SEC filings, financials, and insider trading data via ShareSeer API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Shareseer MCP Server.
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.
No API key needed โ you sign in with your ShareSeer account.
https://shareseer.com/mcp and click Continue.Claude receives a token scoped to your account that refreshes on its own. You can disconnect at any time without affecting your API key.
If you don't have a ShareSeer account yet, sign up free at shareseer.com/signup โ you'll be prompted to sign in during step 4.
Clients that prefer a static credential can pass your API key as a header instead. Get the key
from your profile page (it starts with sk-shareseer-).
Or in your project's .mcp.json:
The server accepts authorization, x-api-key, api-key, and x-auth-token, so whichever header
name your client offers will work. An Authorization value must include the Bearer prefix;
x-api-key takes the bare key.
get_company_info - Get basic information about a company by ticker symbolget_company_filings - Get recent SEC filings for a specific companyget_insider_transactions - Get insider trading transactions for a companyget_recent_filings - Get recent SEC filings across all companiesget_recent_insider_activity - Get recent insider trading activityget_largest_daily_transactions - Get largest daily insider transactions (buyers or sellers)get_largest_weekly_transactions - Get largest weekly insider transactions (buyers or sellers)A REST API is available at https://shareseer.com/api/v1 for programmatic access. Authenticate with X-API-Key: YOUR_KEY, Authorization: Bearer YOUR_KEY, or ?api_key=YOUR_KEY.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/usage | Current rate limit usage (does not count against limits) |
| GET | /api/v1/search?q=berkshire | Resolve a name, ticker, or CIK to candidates |
| GET | /api/v1/company?tick=NVDA | Company info by ticker |
| GET | /api/v1/company/filings?tick=NVDA&limit=10 | SEC filings for a company |
| GET | /api/v1/company/insider-transactions?tick=NVDA&limit=10 | Insider transactions for a company |
| GET | /api/v1/filings/recent?limit=20 | Recent SEC filings across all companies |
| GET | /api/v1/insider/recent?limit=15 | Recent insider trading activity |
| GET | /api/v1/insider/largest/daily?type=buyers&limit=10&offset=0 | Largest daily insider transactions |
| GET | /api/v1/insider/largest/weekly?type=sellers&week_offset=1&limit=10 | Largest weekly insider transactions |
Rate limit headers (X-RateLimit-Limit-Hourly, X-RateLimit-Remaining-Hourly, etc.) are returned on every request. The /api/v1/usage endpoint returns a JSON breakdown without consuming a request.
| Feature | Free | Premium ($49/mo) |
|---|---|---|
| Rate Limits | 10/hour, 50/day | 100/hour, 1K/day |
| Filings History | Last 24 months | Full 10-year history |
| Insider Data Freshness | ~24h delay | Real-time (5-min) |
| Company Data | โ Basic info & filings | โ All features |
| Insider Transactions | โ Limited (3 results) | โ Unlimited |
| Largest Transactions | โ Completed weeks only | โ Current week + historical |
| Pagination | โ | โ |
| Support | Community |
Sign Up Free | Upgrade to Premium
Ask Claude: "Tell me about NVIDIA"
Ask Claude: "Show me recent insider trading for Tesla"
Ask Claude: "Who made the biggest stock purchases today?"
Ask Claude: "What are the most recent 10-K filings?"
Ask Claude: "Show me the largest insider selling activity this week" Ask Claude: "Show me the largest insider buying activity this week"
โ Remote MCP (Recommended)
Claude doesn't show ShareSeer tools:
Using a header instead of signing in, and calls fail:
authorization, the value must start with Bearer (including the space);
x-api-key takes the bare key"Rate limit exceeded" error:
"Invalid API key" error:
sk-shareseer-This project is licensed under the MIT License - see the LICENSE file for details.
Love the ShareSeer MCP server? Here's how you can help:
Built with โค๏ธ by the ShareSeer team
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shareseer-shareseer-mcp-server)<a href="https://allmcps.com/mcp/shareseer-shareseer-mcp-server"><img src="https://allmcps.com/api/badge/shareseer-shareseer-mcp-server?style=directory" alt="Shareseer MCP Server on AllMCPs" /></a>