Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

SEC EDGAR MCP Server — Query Filings from Agents

SEC EDGAR MCP Server lets agents query filings (10-K/10-Q/8-K) with exact numbers and source URLs. Verified 265★; Docker quickstart in ~5–10 minutes.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Docker
Confianza
Confianza: Established
Entrada
docker run -i --rm -e SEC_EDGAR_USER_AGENT='Your Name (you@email.com)' stefanoamorelli/sec-edgar-mcp:latest
Comando CLI universal
npx tokrepo install 888f1f68-e9f9-55f2-8e8a-b057eca05ab2
Introducción

SEC EDGAR MCP Server lets agents query filings (10-K/10-Q/8-K) with exact numbers and source URLs. Verified 265★; Docker quickstart in ~5–10 minutes.

Best for: Analysts and developers who want auditable EDGAR lookups inside an agent workflow

Works with: Any MCP client that can run Docker; optional Python streamable HTTP transport

Setup time: 5-10 minutes

Key facts (verified)

  • GitHub: 265 stars · 76 forks · pushed 2026-05-13.
  • License: AGPL-3.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: docker run -i --rm -e SEC_EDGAR_USER_AGENT='Your Name (you@email.com)' stefanoamorelli/sec-edgar-mcp:latest.

Main

  • Use it when numeric fidelity matters: README positions the server as exact numeric SEC filing access and includes SEC URLs for verification.

  • Start with Docker stdio as in README, then switch to streamable HTTP only on private networks (README warns there is no auth).

  • If you run evals, README documents a Promptfoo-based test suite under evals/ to measure tool reliability.

Source-backed notes

  • README provides a Docker-based MCP client config and notes -i is required for JSON-RPC communication.
  • README states the project is not affiliated with the SEC and is built on the edgartools library.
  • README documents streamable HTTP transport via python -m sec_edgar_mcp.server --transport streamable-http --port 9870 with a warning about no authentication.

FAQ

  • Do I need to set a User-Agent?: Yes — README passes SEC_EDGAR_USER_AGENT for SEC-friendly requests.
  • Is streamable HTTP secure by default?: No — README says there is no auth; run it only on private networks.
  • Does it include evals?: Yes — README references a Promptfoo test suite under evals/.
🙏

Fuente y agradecimientos

Source: https://github.com/stefanoamorelli/sec-edgar-mcp > License: AGPL-3.0 > GitHub stars: 265 · forks: 76

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados