Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP to Access SEC filings, financials & insider trading data in real time using ShareSeer

README.md

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

Get Your API Key

  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-)

Claude Desktop Integration

Remote MCP Server (Recommended)

Add to your Claude Desktop configuration:

Search & Tools → Add Integrations → Add Integration URL: `` https://shareseer.com/mcp?api_key=YOUR_API_KEY_HERE ``

Alternatively, pass the key as a Bearer header — useful when your MCP client sets Authorization automatically: `` Authorization: Bearer sk-shareseer-YOUR_API_KEY_HERE ``

📊 Available Tools

Company Information

  • get_company_info - Get basic information about a company by ticker symbol
  • get_company_filings - Get recent SEC filings for a specific company
  • get_insider_transactions - Get insider trading transactions for a company

Market-Wide Data

  • get_recent_filings - Get recent SEC filings across all companies
  • get_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 by passing ?api_key=YOUR_KEY or Authorization: Bearer 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 ($14.99/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 | Email |

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
  • Just add the integration URL

🐛 Troubleshooting

Common Issues

Claude Desktop doesn't show ShareSeer tools:

  • Verify your API key is correct and active
  • Make sure the integration URL includes your API key
  • Restart Claude Desktop after adding the integration
  • Check that your ShareSeer account is active

"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

📄 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

WebsiteXEmail

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.