Memory MCP Server
Persistent memory using a knowledge graph
{
"mcpServers": {
"sp500-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
sp500-mcp-server
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
AGPL-3.0. View license →
Is it maintained?
Last commit 0 days ago. 7 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for Sp500 Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server that provides AI assistants with access to S&P 500 company data. Built on Next.js 15 and Supabase, it exposes tools for searching companies and retrieving detailed company information.
| Tool | Description |
|---|---|
search_companies | Fuzzy search for companies by symbol, name, sector, or industry |
get_company_info | Get complete company basic info by symbol or company name |
mcp-handler package — route at app/mcp/app/mcp/utils/supabase.ts)company_info tablepnpm install
.env file with your Supabase credentials:SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key
pnpm dev
pnpm build # Production build
pnpm type-check # TypeScript type checking
pnpm lint # ESLint
maxDuration: 800 in app/mcp/route.ts for Vercel Pro/Enterprise accountsREDIS_URL and disableSse: false in app/mcp/route.ts