Living Screener MCP
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., "@Living Screener MCPScreen for high volume call options on tech stocks under $50"
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.
Living Screener MCP
Hosted-ready, review-only MCP server for stock, options, crypto-watch, trade planning, risk checks, journaling, postmortems, backtesting, and rule improvement.
This project is designed to work beside Robinhood's official Trading MCP. It does not store Robinhood credentials, does not call Robinhood APIs, and cannot place broker orders.
What Live-Ready Means
Live-ready means hosted, authenticated, persistent, real-time-capable, and ready for an agent workflow.
It does not mean uncontrolled autonomous trading.
Safety Guarantees
REVIEW_ONLY=truePLACE_ORDERS=falseNo order placement tools exist.
No Robinhood credential tools exist.
Market orders are blocked.
Zero-DTE is review/planning only.
Daily drawdown warnings and lockouts are enforced.
PASS is always valid and logged.
Risk checks produce execution intent only, never execution.
Local Setup
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe -m unittest discover -s testsLocal Codex STDIO MCP:
codex mcp add living-screener -- .\.venv\Scripts\python.exe .\mcp_server.pyLocal HTTP server:
.\.venv\Scripts\python.exe -m uvicorn app.main:app --host 127.0.0.1 --port 8000Health check:
http://127.0.0.1:8000/healthMCP endpoint:
http://127.0.0.1:8000/mcpHosted Setup
Set:
HOSTED_MODE=true
SCREENER_AUTH_TOKEN=<long random token>
DATABASE_PATH=/app/data/living_screener.sqlite3
REVIEW_ONLY=true
PLACE_ORDERS=falseDeploy with Docker, Render, or Railway. See docs/deployment_guide.md.
Agent Workflow
Use Living Screener MCP to scan and rank opportunities.
Use Living Screener MCP to generate a trade plan.
Use Living Screener MCP to risk-check the trade plan.
Use Robinhood Trading MCP separately for quotes, tradability, options chains, and broker order review.
Stop for user approval during early testing.
If approved, Robinhood MCP handles execution.
Living Screener MCP logs the decision and later postmortems the result.
Tests
.\.venv\Scripts\python.exe -m unittest discover -s testsThe suite checks safety gates, storage, logging, backtesting look-ahead protection, and that broker execution is impossible from this MCP.
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.
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/devinraylittle-boop/living-screener-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server