74
/ 100
12 days ago
glama

After-Hours Dip Agent MCP Server

Enables scanning live after-hours stock prices on Robinhood Chain, paying for quotes via x402, and buying dips below the NYSE close.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: AGENT_PRIVATE_KEY, FACILITATOR_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretAGENT_PRIVATE_KEY
configBUY_USDGTune THRESHOLD_DISCOUNT_PCT, , SLIPPAGE_PCT in .env. WATCH_MINUTES=30 npm run agent runs it as a standing after-hours watcher.
configDASHBOARD_PORT
configFACILITATOR_PORT
🔐 secretFACILITATOR_PRIVATE_KEY
configFACILITATOR_URL
configORACLE_PORT
configORACLE_PRICE_ATOMIC
configORACLE_URL
configRPC_URLSet in .env to an Alchemy endpoint for reliability; the default is Robinhood Chain's public RPC.
configSLIPPAGE_PCTTune THRESHOLD_DISCOUNT_PCT, BUY_USDG, in .env. WATCH_MINUTES=30 npm run agent runs it as a standing after-hours watcher.
configTHRESHOLD_DISCOUNT_PCTTune , BUY_USDG, SLIPPAGE_PCT in .env. WATCH_MINUTES=30 npm run agent runs it as a standing after-hours watcher.
configTREASURY_ADDRESS
configWATCH_MINUTESTune THRESHOLD_DISCOUNT_PCT, BUY_USDG, SLIPPAGE_PCT in .env. =30 npm run agent runs it as a standing after-hours watcher.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/glabun002-after-hours-dip-agent-jd6w9i)](https://m8ven.ai/mcp/glabun002-after-hours-dip-agent-jd6w9i)
commit: 44eed4df59428759d331225d6d5701f768f5e320
code hash: 85a0dd98f0d00e9f00c631d49929d760a705265b07403719e49db1109e0465dc
verified: 7/9/2026, 10:09:56 AM
view raw JSON →
After-Hours Dip Agent MCP Server · M8ven Trust Score | M8ven