streamable-httpMITupdated 2mo ago
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.
What can you do with catalyst edge mcp?
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>.
Tools
| Tool | Tier | Returns |
|---|---|---|
get_convergence_picks |
free | today's scored catalyst picks (free: top 3) |
get_track_record |
free | historical hit-rate / alpha of published picks |
get_ticker_signal |
intelligence | full per-ticker signal-layer breakdown |
get_thesis |
intelligence | plain-language thesis (catalysts, risks, bear case) |
get_sector_lean |
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 OK
Data & 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.
Install
Add catalyst edge mcp to your client. Pick the one you use.
claude mcp add --transport http catalyst-edge-mcp https://catalystedgescanner.com/mcp/codex mcp add catalyst-edge-mcp --url https://catalystedgescanner.com/mcp/{
"mcpServers": {
"catalyst-edge-mcp": {
"url": "https://catalystedgescanner.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"catalyst-edge-mcp": {
"type": "http",
"url": "https://catalystedgescanner.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"catalyst-edge-mcp": {
"url": "https://catalystedgescanner.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"catalyst-edge-mcp": {
"serverUrl": "https://catalystedgescanner.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
catalyst edge mcp exposes 5 tools to a connected agent.
- get_convergence_picks
- free
- get_track_record
- free
- get_ticker_signal
- intelligence
- get_thesis
- intelligence
- get_sector_lean
- intelligence
Score
69 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 55 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 5, 2026 |