MCP ConfigsMay 13, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Pnpm
Trust
Trust: Established
Entrypoint
pnpm install && pnpm dev
Universal CLI install command
npx tokrepo install fd1ce2ac-b162-5e57-a70a-a396c6e30efa
Intro

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.
🙏

Source & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets