SEC EDGAR MCP Server (Sejin-Koo/sec-edgar-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 8 tools. No publisher has claimed this listing.

D
Caution
54/100

SEC EDGAR MCP Server

Enables to search and retrieve SEC EDGAR filings, insider transactions, major shareholders, and executive compensation data through natural language.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Sejin-Koo

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 2 critical, 10 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes8 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

search_company

회사명 또는 티커로 SEC EDGAR에 등록된 회사를 검색하여 CIK 번호를 찾습니다.

get_company_filings

CIK 번호로 회사의 최근 SEC 공시 목록(10-K, 10-Q, 8-K, 20-F 등)을 조회합니다.

get_company_facts

CIK 번호로 회사의 XBRL 재무데이터(매출, 순이익 등 US-GAAP 항목)를 조회합니다.

get_filing_section

10-K, 20-F, 8-K 등 공시 원문 문서에서 특정 섹션(예: 위험요소, 지분구조, 재무제표 주석)만 추출합니다. keyword를 생략하면 문서 내 주요 Item/섹션 목차를 반환합니다. url은 get_company_filings 결과의 reportUrl을 사용하세요. 같은 keyword가 문서 내 여러 곳(목차 + 실제 본문)에 나오면, 각 위치의 짧은 미리보기 목록을 먼저 반환합니다 — 그중 원하는 위치의 번호를 occurrenceIndex로 다시 지정해서 호출하세요.

get_insider_transactions

Form 4(임원·주요주주 지분변동보고) 최근 내역을 구조화된 형태로 조회합니다 (거래일, 거래유형, 수량, 단가, 거래후 보유량 포함).

full_text_search

SEC EDGAR에 제출된 모든 상장사의 공시 원문을 키워드로 통합 검색합니다 (DART의 공시 통합검색과 유사). 특정 회사를 몰라도 키워드만으로 시장 전체를 검색할 수 있습니다.

get_major_shareholders

Schedule 13D/13G(5% 이상 주요주주 보고) 공시 목록과 각 공시의 표지(보고인명·지분율 등 핵심 정보가 담긴 부분) 원문 발췌를 함께 조회합니다. 형식이 회사마다 조금씩 달라 완전 자동 구조화는 어려우니, 반환된 발췌 텍스트에서 지분율·보고인명을 직접 확인하세요.

get_executive_compensation

가장 최근 주주총회소집통지(DEF 14A Proxy Statement)에서 임원보수 관련 섹션(Summary Compensation Table 등) 원문을 추출합니다. keyword가 문서 내 여러 곳(목차 + 실제 데이터표 + 부록 등)에 나오면 각 위치의 짧은 미리보기 목록을 먼저 반환하니, 원하는 위치 번호를 occurrenceIndex로 지정해서 다시 호출하세요.

// known CVEs in dependencies2 critical10 high6 medium12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@15.0.0GHSA-9qr9-h5gf-34mp

Next.js is vulnerable to RCE in React flight protocol

criticalnext@15.0.0GHSA-f82v-jwr5-mffw

Authorization Bypass in Next.js Middleware

highnext@15.0.0GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

highnext@15.0.0GHSA-89xv-2m56-2m9x

Next.js: Server-Side Request Forgery in Server Actions on custom servers

highnext@15.0.0GHSA-8h8q-6873-q5fj

Next.js Vulnerable to Denial of Service with Server Components

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configSEC_USER_AGENT포니링크 IT사업본부 실제이메일주소@ponylink.com 형태로 등록
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

8/8 tools missing one or more hints — search_company (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_company_filings (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_company_facts (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +5 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool handlers catch errors

Only 2/8 tool handlers wrap calls in try/catch (25%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

1 child_process call — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

2 critical, 10 high severity in production deps — next@15.0.0 (critical), next@15.0.0 (critical)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/sejin-koo/sec-edgar-mcp?variant=verified)](https://m8ven.ai/mcp/sejin-koo/sec-edgar-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 9f25a24904b790c55da4be6325e216b4fd000243
code hash: b36b5f1ffcafcd79c196edbafb2f9e5cb1e5f3558630ca5aa164369e1993eecc
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client