Equibles MCP Server

111 MCP tools for AI agents like Claude, ChatGPT and Cursor: SEC filings, fundamentals, 13F institutional holdings, insider and congressional trades, earnings call transcripts, options chains, live quotes, IPO filings, short interest, macro data, and your own portfolio. Free hosted tier, or self-host the open-source stack. Its 40 documented tools cluster into read & search, compare financial fact.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 3 · #238 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Equibles

before you install - you'll need

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

Claude Code

claude mcp add daniel3303-stock-market-mcp-server --transport http https://mcp.equibles.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "daniel3303-stock-market-mcp-server": {
      "url": "https://mcp.equibles.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://mcp.equibles.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

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 mcp.equibles.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-07-18 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.daniel3303 is GitHub-verified and matches the repo owner

03 · What Equibles can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can browse available SEC filings and transcripts for a company, read a line range from a filing, compare a concept across companies, and search institutional investors by name or SEC CIK.

Capability map

Tools grouped from the project's README - what Equibles lets an agent do.

read & search

39 tools - e.g. Hybrid keyword + semantic search across all companies' SEC filings.; Hybrid search of one company's filings by ticker.; Hybrid search within a single filing.

SearchDocuments · SearchCompanyDocuments · SearchDocument · ListCompanyDocuments · SearchDocumentKeyword · ReadDocumentLines…

Compare Financial Fact

1 tool - e.g. Compare a concept across companies.

CompareFinancialFact

04 · Who maintains Equibles

equibles is maintained by daniel3303. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #238 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.daniel3303/equibles (active, first published 2026-07-18 · 3 versions)

06 · Equibles FAQ

Is Equibles still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20. We re-verify nightly.

What can Equibles do?

With this server connected, an agent can browse available SEC filings and transcripts for a company, read a line range from a filing, compare a concept across companies, and search institutional investors by name or SEC CIK.

How do I install Equibles?

Run `claude mcp add daniel3303-stock-market-mcp-se --transport http https://mcp.equibles.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 Equibles require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Equibles