Skip to main content
Glama
rm0nroe

Catalyst Edge MCP

by rm0nroe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CATALYST_EDGE_HOSTNoHost for streamable HTTP. Loopback addresses only. Defaults to 127.0.0.1.127.0.0.1
CATALYST_EDGE_PORTNoPort for streamable HTTP. Defaults to 8000.8000
CATALYST_EDGE_GDELTNoEnable GDELT Web NGrams discovery. Defaults to disabled. When enabled, request reads are cache-only and refresh is out of band.disabled
CATALYST_EDGE_BLUESKYNoEnable Bluesky partial public attention. Defaults to disabled. Dev needs no request-time network call.disabled
CATALYST_EDGE_TRANSPORTNoTransport for the MCP server. Accepts stdio or streamable-http. Defaults to stdio.stdio
CATALYST_EDGE_ISSUER_FEEDSNoEnable issuer feeds. Defaults to disabled. Explicit opt-in only after source-specific rights and output review.disabled
CATALYST_EDGE_REGISTRY_PATHNoOptional local JSON registry replacing the complete reviewed registry. Defaults to packaged reviewed_registries.json.packaged reviewed_registries.json
CATALYST_EDGE_EVIDENCE_STORENoPath to the local SQLite/WAL evidence store. Defaults to ~/.local/state/catalyst-edge-mcp/evidence.sqlite3.~/.local/state/catalyst-edge-mcp/evidence.sqlite3
CATALYST_EDGE_SEC_USER_AGENTYesUser agent string for SEC EDGAR. Required for live data collection; missing identity blocks live collection.
CATALYST_EDGE_SENTIMENT_MODELNoSentiment model selection. Defaults to disabled. Any other value fails configuration until a reviewed candidate passes every gate.disabled
CATALYST_EDGE_OPTIONS_PROVIDERNoOptions provider selection. Accepts none, auto, flowalgo, cheddarflow, yfinance. Defaults to none. yfinance is private diagnostic only.none
CATALYST_EDGE_GDELT_LOOKBACK_DAYSNoEvent-store reporting window used by each GDELT background refresh. Defaults to 14 (1-90).14
CATALYST_EDGE_GDELT_MAX_AGE_SECONDSNoLast-success age after which request-time cache health becomes stale. Defaults to 900; must be at least the refresh interval.900
CATALYST_EDGE_GDELT_REFRESH_SECONDSNoPeriod between bounded background GDELT attempts. Defaults to 300 (60-86400).300
CATALYST_EDGE_BLUESKY_MAX_AGE_SECONDSNoFail-closed maximum age since the last Bluesky collector check. Defaults to 43200.43200
CATALYST_EDGE_BLUESKY_REFRESH_SECONDSNoOut-of-band completed-day refresh cadence for Bluesky. Defaults to 21600 (six hours).21600

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
catalyst_edge_scoreB

Assess recent catalyst evidence, provenance, confidence, and next checks for a ticker.

catalyst_edge_claim_sourcesA

Return one bounded page of immutable source records supporting a grouped claim.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/rm0nroe/catalyst-edge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server