Server data from the Official MCP Registry
Access SEC filings, insider transactions, and financial data via the ShareSEER API.
About
Access SEC filings, insider transactions, and financial data via the ShareSEER API.
Remote endpoints: streamable-http: https://shareseer.com/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified ยท Requires authentication ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-shareseer-mcp": {
"url": "https://shareseer.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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.
๐ Quick Start
Claude (web, desktop, or mobile)
No API key needed โ you sign in with your ShareSeer account.
- Go to Settings โ Connectors โ Add custom connector.
- Enter the server URL
https://shareseer.com/mcpand click Continue. - Claude detects Sign in now โ leave it selected and click Add.
- Click Connect and approve the request.
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.
Claude Code and other MCP clients
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-).
claude mcp add --transport http shareseer https://shareseer.com/mcp \
--header "Authorization: Bearer sk-shareseer-YOUR_API_KEY_HERE"
Or in your project's .mcp.json:
{
"mcpServers": {
"shareseer": {
"type": "http",
"url": "https://shareseer.com/mcp",
"headers": {
"Authorization": "Bearer sk-shareseer-YOUR_API_KEY_HERE"
}
}
}
}
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.
๐ Available Tools
Company Information
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 company
Market-Wide Data
get_recent_filings- Get recent SEC filings across all companiesget_recent_insider_activity- Get recent insider trading activity
Largest Transactions
get_largest_daily_transactions- Get largest daily insider transactions (buyers or sellers)get_largest_weekly_transactions- Get largest weekly insider transactions (buyers or sellers)
๐ REST API
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.
๐ Subscription Tiers
| 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
๐ง Usage Examples
Get Company Information
Ask Claude: "Tell me about NVIDIA"
Get Recent Insider Transactions
Ask Claude: "Show me recent insider trading for Tesla"
Get Largest Daily Buyers
Ask Claude: "Who made the biggest stock purchases today?"
Get Recent SEC Filings
Ask Claude: "What are the most recent 10-K filings?"
Market Analysis
Ask Claude: "Show me the largest insider selling activity this week" Ask Claude: "Show me the largest insider buying activity this week"
๐ Remote vs Local Setup
โ Remote MCP (Recommended)
- No installation required
- Always up-to-date
- Hosted by ShareSeer
- Sign in once and you're done
๐ Troubleshooting
Common Issues
Claude doesn't show ShareSeer tools:
- Make sure you completed the Connect step โ adding the connector alone doesn't sign you in
- Restart Claude after adding the connector
- Check that your ShareSeer account is active
Using a header instead of signing in, and calls fail:
- If you used
authorization, the value must start withBearer(including the space);x-api-keytakes the bare key - Verify your API key is correct and active on your profile page
"Rate limit exceeded" error:
- Check your current subscription tier limits
- Wait for the rate limit window to reset
- Consider upgrading to Premium for higher limits
- Spread out your queries over time
"Invalid API key" error:
- Verify your API key starts with
sk-shareseer- - Check that your ShareSeer account is active
- Get a fresh API key from your profile page
Getting Help
- Free users: GitHub Issues
- Premium users: Email support@shareseer.com
- Documentation: ShareSeer MCP docs
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Support
Love the ShareSeer MCP server? Here's how you can help:
- โญ Star this repo on GitHub
- ๐ Report bugs via GitHub Issues
- ๐ก Request features via GitHub Discussions
- ๐ข Share with other developers and traders
- ๐ Upgrade to Premium to support continued development
Built with โค๏ธ by the ShareSeer team
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai ยท Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
MCP Marketplace
Freeby mcp-marketplace ยท Developer Tools
Search and install MCP servers from inside your AI client.
