ReadyTrader-Stocks (up2itnow0822/ReadyTrader-Stocks) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 19 tools. No publisher has claimed this listing.

C
Emerging
74/100
9 days ago

ReadyTrader-Stocks

Enables AI agents to execute stock trading operations with built-in risk controls and human approval workflows. Supports paper trading simulation, real brokerage integration (Alpaca, Tradier), backtesting, sentiment analysis, and portfolio management while maintaining strict separation between AI intelligence and trade execution.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

up2itnow0822

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: ALPHAVANTAGE_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 15 credentials: ALPACA_API_KEY, ALPACA_API_SECRET, SCHWAB_ACCESS_TOKEN, ETRADE_CONSUMER_KEY, ETRADE_CONSUMER_SECRET, ETRADE_RESOURCE_OWNER_KEY, ETRADE_RESOURCE_OWNER_SECRET, ETRADE_ACCOUNT_ID_KEY, ROBINHOOD_PASS, TRADIER_ACCESS_TOKEN, ALPHAVANTAGE_API_KEY, TWITTER_BEARER_TOKEN, REDDIT_CLIENT_SECRET, NEWSAPI_KEY, TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAPI_PORTPort for the FastAPI/WebSocket server (api_server.py).
configAPI_HOST
configREADYTRADER_IDEMPOTENCY_DB_PATH
configIDEMPOTENCY_DB_PATH
configREADYTRADER_PAPER_DB_PATH
configPAPER_DB_PATH
configALLOW_BROKERAGES
configALLOW_TICKERSComma-separated allowlist of tradeable tickers.
🔐 secretALPACA_API_KEYAPI Key for Alpaca brokerage.
🔐 secretALPACA_API_SECRETAPI Secret for Alpaca brokerage.
configPAPER_MODESet to false for live trading.
configIBKR_HOST
configIBKR_PORT
configIBKR_CLIENT_ID
configIBKR_ENABLED
configSCHWAB_BASE_URL
🔐 secretSCHWAB_ACCESS_TOKEN
configSCHWAB_ACCOUNT_HASH
🔐 secretETRADE_CONSUMER_KEY
🔐 secretETRADE_CONSUMER_SECRET
🔐 secretETRADE_RESOURCE_OWNER_KEY
🔐 secretETRADE_RESOURCE_OWNER_SECRET
configETRADE_SANDBOX
🔐 secretETRADE_ACCOUNT_ID_KEY
configROBINHOOD_USER
🔐 secretROBINHOOD_PASS
configROBINHOOD_TOTP
configREADYTRADER_EXECUTION_DB_PATH
configEXECUTION_DB_PATH
🔐 secretTRADIER_ACCESS_TOKENAccess Token for Tradier.
configTRADIER_ACCOUNT_ID
configTRADIER_SANDBOX
🔐 secretALPHAVANTAGE_API_KEY
🔐 secretTWITTER_BEARER_TOKEN
configREDDIT_CLIENT_ID
🔐 secretREDDIT_CLIENT_SECRET
🔐 secretNEWSAPI_KEY
configREADYTRADER_INSIGHT_DB_PATH
configINSIGHT_DB_PATH
configMARKETDATA_PROVIDER_PRIORITY_JSON
configMARKETDATA_FAIL_CLOSED
configOHLCV_CACHE_TTL_SEC
configTICKER_CACHE_TTL_SECHow long to cache price data.
configMARKETDATA_PLUGINS_JSON
configREADYTRADER_AUDIT_DB_PATH
configAUDIT_DB_PATH
configREADYTRADER_LOG_LEVEL
configLOG_LEVEL
configREADYTRADER_SERVICE_NAME
configDISCORD_WEBHOOK_URLOptional webhook for trade approval notifications.
🔐 secretTELEGRAM_BOT_TOKEN
configTELEGRAM_CHAT_ID
configREALTRADER_STRATEGY_DB_PATH
configSTRATEGY_DB_PATH
configMARKET_HOURS_START
configMARKET_HOURS_END
configMARKET_TIMEZONE
configLIVE_TRADING_ENABLEDMust be true for any live execution.
configTRADING_HALTEDGlobal kill switch to halt all live actions.
configEXECUTION_APPROVAL_MODEauto executes immediately; approve_each requires manual confirmation.
configEXECUTION_MODE
configRISK_PROFILEPresets for sizing and safety limits.
configRATE_LIMIT_DEFAULT_PER_MINDefault API rate limit.
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployNEXT_PUBLIC_API_URL
deployNEXT_PUBLIC_WS_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

19/19 tools missing one or more hints — get_market_sentiment (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_market_news (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); fetch_rss_news (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +16 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

12/19 tools referenced in tests (63%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 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/up2itnow0822/readytrader-stocks)](https://m8ven.ai/mcp/up2itnow0822/readytrader-stocks)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 7167c15ae0b84a839c28640be84f46e709c93de0
code hash: 1d4c48992e9283aa73afdf5cc2a4db35ef541c67d0eb1c32796542c3310b35b5
verified: 9/1/2026, 6:43:47 PM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client