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

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install fd1ce2ac-b162-5e57-a70a-a396c6e30efa --target codex

Stages files first; activation requires review of the staged README and plan.

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