Alternatives
Products that do what ShareSeer Claude MCP does
Access ShareSEER data from Claude
- 1

- 2

- 3

- 4FI
ShareSEER is a research tool for investors. We are excited to announce the launch V 1.3 of ShareSEER. We now have: - A real time insider filing dashboard - https://shareseer.com/today/insiders . View live sales and purchases of stocks by company insiders! Get information one day faster than in major brokerages. Filter by existing companies. - A risk extractor which highlights unique risks for S & P 500 companies. e.g - https://shareseer.com/analysis/risks?tick=MOS -We augment the existing feature of searching for 10-k/10-Q's for a given company…
2018
- 5

- 6

- 7

- 8

See exactly how much you spend on Claude, across every tool
Mar 2026 · github.com
- 9

The App Store MCP for developers who never leave Claude
May 2026 · app-store-operator.com
- 10

- 11LW
Some technical context on what we ran into building this. MCP tools don't really work for financial data at scale. One tool call for five years of daily prices dumps tens of thousands of tokens into the context window. And data vendors pack dozens of tools into a single MCP server, schemas alone can eat 50k+ tokens before the agent does anything useful. So we auto-generate typed Python modules from the MCP schemas at workspace init and upload them into the sandbox. The agent just imports them like a normal library. Only a one-line summary per server stays in the prompt. We have around 80…
Apr 2026 · github.com
- 12

- 13PS
I got tired of playwright-mcp eating through Claude's 200K token limit, so I built this using the new Claude Skills system. Built it with Claude Code itself. Instead of sending accessibility tree snapshots on every action, Claude just writes Playwright code and runs it. You get back screenshots and console output. That's it. 314 lines of instructions vs a persistent MCP server. Full API docs only load if Claude needs them. Same browser automation, way less overhead. Works as a Claude Code plugin or manual install. Token limit issue:…
Oct 2025 · github.com
- 14

- 15

- 16

Have a natural-language conversation with financial markets
Nov 2025 · mcp.alphavantage.co
- 17

- 18

- 19

- 20CM
Every MCP tool call dumps raw data into Claude Code's 200K context window. A Playwright snapshot costs 56 KB, 20 GitHub issues cost 59 KB. After 30 minutes, 40% of your context is gone. I built an MCP server that sits between Claude Code and these outputs. It processes them in sandboxes and only returns summaries. 315 KB becomes 5.4 KB. It supports 10 language runtimes, SQLite FTS5 with BM25 ranking for search, and batch execution. Session time before slowdown goes from ~30 min to ~3 hours. MIT licensed, single command install: /plugin marketplace add mksglu/claude-context-mode…
Feb 2026 · github.com
- 21
- 22

The most performant Ads MCP available to use with Your AI
Mar 2026 · syntermedia.ai
- 23

- 24CS
I built a tool that stores your full Claude Code history to let you easily find and resume sessions. It has TUI, CLI and MCP interfaces. It's a single Go binary, and the session history is synced to SQLite each time you use it. Default mode is the TUI with a session browser and full-text search. Once a session is selected you can browse and search within it, resume it or export to markdown. The MCP server provides tools to let Claude search back through the session for pre-compact context or pull from prior sessions. I use this constantly. I've seen elaborate continuity systems to give…
Jan 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →