Catalyst Edge MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Catalyst Edge MCP Serverwhat are today's catalyst picks?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Catalyst Edge MCP Server
Audited SEC catalyst intelligence for AI agents, over the Model Context Protocol. Every US-market SEC filing with market-moving potential is fetched from EDGAR, scored by 500+ data engines, and ranked before the market opens — and unlike most signal products, the track record is public: every past call is published with its outcome at catalystedgescanner.com/receipts.
Use the hosted server (no install)
A hosted instance is live. Point any MCP-capable client at it, or POST JSON-RPC directly:
curl -s https://catalystedgescanner.com/mcp/ \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Call a tool (no key needed for the free tier):
curl -s https://catalystedgescanner.com/mcp/ \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_convergence_picks","arguments":{"limit":3}}}'Paid tiers use a Bearer token: Authorization: Bearer <your-key>.
Related MCP server: QuantJourney MCP Server
Tools
Tool | Tier | Returns |
| free | today's scored catalyst picks (free: top 3) |
| free | historical hit-rate / alpha of published picks |
| intelligence | full per-ticker signal-layer breakdown |
| intelligence | plain-language thesis (catalysts, risks, bear case) |
| intelligence | directional sector lean |
free — evaluation tier, no key required. intelligence — all tools, full depth; keys via catalystedgescanner.com/pricing or catalystedgepro@gmail.com.
Claude Desktop / Cursor config (stdio, self-hosted)
{
"mcpServers": {
"catalyst-edge": {
"command": "python3",
"args": ["/path/to/catalyst_mcp.py"],
"env": { "CATALYST_MCP_KEY": "optional-key" }
}
}
}Stdlib Python only — no dependencies. HTTP mode: CATALYST_MCP_HTTP=1 python3 catalyst_mcp.py (binds 127.0.0.1:8848; front with TLS for public use — see catalyst-mcp.service). Key→tier mapping lives in mcp_keys.json (see mcp_keys.json.example).
Verify
python3 smoke_test.py # exit 0 = handshake + all tools OKData & disclaimers
Sources: SEC EDGAR (filings, XBRL, insider activity), US government open data, delayed market prices. Nothing here is financial advice; signals are research with a published, audited track record — hits and misses both. Machine-readable site map: catalystedgescanner.com/llms.txt · OpenAPI: /openapi.json.
MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides access to real-time stock prices, financial statements, news, and options data via the Model Context Protocol. It enables AI assistants to retrieve comprehensive market data, including historical prices and analyst recommendations, through a standardized interface.Last updated1MIT
- Alicense-qualityDmaintenanceConnects AI assistants to 500+ financial data tools from 40+ providers via the Model Context Protocol, enabling natural language queries for financial data.Last updated1MIT

Signal8 MCP Serverofficial
AlicenseAqualityDmaintenanceProvides AI agents with direct access to SEC filing intelligence, company fundamentals, dilution risk scoring, and cross-company analytics for financial research.Last updated871491MIT- Alicense-qualityCmaintenanceEnables LLMs and agentic workflows to access real-time and historical stock market data through the Model Context Protocol.Last updated187MIT
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/catalystedgepro-wq/catalyst-edge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server