Back to Browse

Catalyst Edge MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Audited SEC catalyst signals for agents — ranked filing intel with a public track record. Free tier.

About

Audited SEC catalyst signals for agents — ranked filing intel with a public track record. Free tier.

Remote endpoints: streamable-http: https://catalystedgescanner.com/mcp/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (0 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-catalystedgescanner-catalyst-edge-mcp": {
      "url": "https://catalystedgescanner.com/mcp/"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolTierReturns
get_convergence_picksfreetoday's scored catalyst picks (free: top 3)
get_track_recordfreehistorical hit-rate / alpha of published picks
get_ticker_signalintelligencefull per-ticker signal-layer breakdown
get_thesisintelligenceplain-language thesis (catalysts, risks, bear case)
get_sector_leanintelligencedirectional 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.

Reviews

No reviews yet

Be the first to review this server!

Catalyst Edge MCP Server - Audited SEC catalyst signals for agents — ranked filing | MCP Marketplace