F
Warning
35/100
11 days ago

Trading-Agent-

An autonomous AI trading platform with three core agents—Researcher (finds market insights), Trader (executes trades), and Evaluator (monitors performance)—all connected through Model Context Protocol (MCP).

Warning. Serious findings were identified. Review the full report before connecting. 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

Mohanrajp05

Source: github_code

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
🚨
Reads files from sensitive locations
Touches: GOOGLE_OAUTH_CREDENTIALS
🔐
You'll be asked for 26 credentials: OPENAI_API_KEY, SERPER_API_KEY, TAVILY_API_KEY, TICKETMASTER_KEY, WEATHERAPI_KEY, GEMINI_API_KEY, GOOGLE_API_KEY, GIPHY_API_KEY, DEEPSEEK_API_KEY, OPENROUTER_API_KEY, OLLAMA_API_KEY, CEREBRAS_API_KEY, BRAVE_API_KEY, POLYGON_API_KEY, NEWS_API_KEY, EXCHANGE_RATE_API_KEY, GITHUB_TOKEN, MASSIVE_API_KEY, GOOGLE_CLIENT_SECRET, SENDGRID_API_KEY, PUSHOVER_TOKEN, OPENWEATHERMAP_API_KEY, GOOGLE_MAPS_API_KEY, TELEGRAM_BOT_TOKEN, TRAVILY_API_KEY, SERPAPI_API_KEY
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.
🔐 secretOPENAI_API_KEY
🔐 secretSERPER_API_KEY
🔐 secretTAVILY_API_KEY
configMODEL
🔐 secretTICKETMASTER_KEY
🔐 secretWEATHERAPI_KEY
🔐 secretGEMINI_API_KEY
🔐 secretGOOGLE_API_KEY
configGEMINI_MODEL
🔐 secretGIPHY_API_KEY
🔐 secretDEEPSEEK_API_KEY
🔐 secretOPENROUTER_API_KEY
🔐 secretOLLAMA_API_KEY
🔐 secretCEREBRAS_API_KEY
configUSE_MANY_MODELS
configASKET_UI_HOST
configASKET_UI_PORT
🔐 secretBRAVE_API_KEY
🔐 secretPOLYGON_API_KEY
🔐 secretNEWS_API_KEY
🔐 secretEXCHANGE_RATE_API_KEY
🔐 secretGITHUB_TOKEN
🔐 secretMASSIVE_API_KEY
configMCP_MAX_RETRIES
configMCP_RETRY_DELAY
configGOOGLE_OAUTH_CREDENTIALS
configAGENTCRM_CALENDAR_ENABLED_TOOLS
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configPOLYGON_PLAN
🔐 secretSENDGRID_API_KEY
configSENDGRID_FROM_EMAIL
configSENDGRID_TO_EMAIL
configPUSHOVER_USER
🔐 secretPUSHOVER_TOKEN
🔐 secretOPENWEATHERMAP_API_KEY
🔐 secretGOOGLE_MAPS_API_KEY
🔐 secretTELEGRAM_BOT_TOKEN
configTELEGRAM_CHAT_ID
🔐 secretTRAVILY_API_KEY
🔐 secretSERPAPI_API_KEY
// 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

248/248 tools missing one or more hints — current_date (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); current_time (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); shift_date (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +245 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 inputs are validated

205/239 tool handlers declare input schemas (86%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 60/239 tool handlers wrap calls in try/catch (25%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 0/248 tools referenced in tests (0%)

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

No access to sensitive paths

Reads sensitive paths: GOOGLE_OAUTH_CREDENTIALS

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

Shell command execution

3 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

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 8 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 Verified](https://m8ven.ai/badge/mcp/mohanrajp05-trading-agent-v2jm4d?variant=verified)](https://m8ven.ai/mcp/mohanrajp05-trading-agent-v2jm4d)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ca5d3e6f72d3c8497a6d1dc99d45ee0c0a60c94b
code hash: 9b1e1252eaaae5b1fea35a80b5db3b451897ee98beaa27774e01e16437d7fd4a
verified: 8/8/2026, 8:09:41 AM
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