Share SEER 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. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-09-12 · ★ 9 · #212 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · how we verify → /methodology

01 · Install Share SEER

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add shareseer-shareseer-mcp-server --transport http https://shareseer.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shareseer-shareseer-mcp-server": {
      "url": "https://shareseer.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://shareseer.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to shareseer.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.shareseer - domain-verified with the official MCP registry

03 · Who maintains Share SEER

ShareSEER is maintained by shareseer. It's the only MCP server we track from this author; the repo dates to Jun 2025.

04 · Facts

category
finance - ranked #212 of 318 actively-maintained finance servers as of 2026-09-18.
registry
com.shareseer/mcp (active, first published 2026-08-08 · 2 versions)

05 · Share SEER FAQ

What is Share SEER?

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. It is available as a remote MCP endpoint.

Is Share SEER still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-12. We re-verify nightly.

How do I install Share SEER?

Run `claude mcp add shareseer-shareseer-mcp-server --transport http https://shareseer.com/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Share SEER require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Share SEER