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

sp500-mcp-server — Query S&P 500 Company Data via MCP

sp500-mcp-server is an MCP server + Next.js app for querying S&P 500 company fundamentals, officers, filings, and news via Supabase.

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
Pnpm
Confianza
Confianza: Established
Entrada
pnpm install && pnpm dev
Comando CLI universal
npx tokrepo install fd1ce2ac-b162-5e57-a70a-a396c6e30efa
Introducción

sp500-mcp-server is an MCP server + Next.js app for querying S&P 500 company fundamentals, officers, filings, and news via Supabase.

Best for: Agents that need structured finance context (fundamentals, filings, news)

Works with: Node.js 22, pnpm, Supabase, MCP clients over SSE (/sse)

Setup time: 15-45 minutes

Key facts (verified)

  • GitHub: 91 stars · 1 forks · pushed 2026-05-13.
  • License: AGPL-3.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pnpm install && pnpm dev.

Main

  • Run it locally as a finance context backend: agents can call tools for company info, financial trends, officers, and filings instead of scraping pages.

  • Treat Supabase as the source of truth; validate table/schema expectations before using it in production agent workflows.

  • Use the included embedded MCP App resources as a test harness: build the web-app package and browse tool UIs while debugging.

Source-backed notes

  • README lists MCP tools like get_company_info, get_company_financials, and get_company_filings plus a web UI.
  • README says the MCP endpoint is served at http://localhost:3000/sse during local dev.
  • README documents pnpm-based setup and an env file requiring SUPABASE_URL and SUPABASE_ANON_KEY.

FAQ

  • Do I need Supabase?: Yes — README lists Supabase credentials as required for the tools to work.
  • Is SSE required?: For MCP over HTTP/SSE, yes; the README calls out /sse as the public endpoint.
  • Can I deploy it?: README includes Vercel notes; start local first to confirm schema and tool behavior.
🙏

Fuente y agradecimientos

Source: https://github.com/zhensherlock/sp500-mcp-server > License: AGPL-3.0 > GitHub stars: 91 · forks: 1

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