F
Warning
20/100
1 day ago

Agentic-FinSearch

The repository is for Agentic FinSearch, thanks to contributors from RPI.

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

Open-Finance-Lab

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
🚨
Secret credentials may flow to a network call
1 flow detected: BUFFET_AGENT_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Code appears obfuscated
2 files are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 9 credentials: FINGPT_API_KEY, GOOGLE_API_KEY, OPENAI_API_KEY, DISCORD_BOT_TOKEN, ANTHROPIC_API_KEY, DEEPSEEK_API_KEY, BUFFET_AGENT_API_KEY, DJANGO_SECRET_KEY, REQUIRE_FINGPT_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.
🔐 secretFINGPT_API_KEY
configMCP_LOG_LEVEL
🔐 secretGOOGLE_API_KEY
configMCP_VERBOSE
🔐 secretOPENAI_API_KEY
configHEARTBEAT_DRY_RUN
configHEARTBEAT_WATCHLIST
configHEARTBEAT_WINDOW_HOURS
configHEARTBEAT_MODEL
configOPENAI_BASE_URL
🔐 secretDISCORD_BOT_TOKENcp .env.concierge.example .env.concierge # fill
configDISCORD_CHANNEL_ID
configHEARTBEAT_HOME
configSIGNALS_HOME
configSIGNALS_KEEP_N
configSIGNALS_MODEL
configSIGNALS_MIN_EDITORIAL_SCORE
configSIGNALS_PER_TICKER_CAP
configSIGNALS_DESC_CAP
configSIGNALS_THRESHOLD
configSIGNALS_DAMP_CAP
configSIGNALS_DAMP_MIN_ARTICLES
configSIGNALS_MAX_FILE_MB
configSIGNALS_STALENESS_ALERT_H
configGUNICORN_WORKERS
configGUNICORN_THREADS
configGUNICORN_WORKER_CONNECTIONS
configGUNICORN_MAX_REQUESTS
configGUNICORN_TIMEOUT
configGUNICORN_LOG_LEVEL
configAGENT_MAX_CONCURRENCY
configAGENT_DAILY_RUN_BUDGET
configAGENT_GLOBAL_DAILY_CEILING
🔐 secretANTHROPIC_API_KEY
🔐 secretDEEPSEEK_API_KEY
configTRACEMALLOC_FRAMES
🔐 secretBUFFET_AGENT_API_KEY
configBUFFET_AGENT_ENDPOINT
configBUFFET_AGENT_TIMEOUT
configAGENT_TRACING
configAGENT_STREAMING
configUSE_OPENAI_RESPONSES_API
configPREFERRED_LINKS_PATH
configQUALITY_LOG
configSCRAPE_MAX_BYTES
configSCRAPE_MAX_REDIRECTS
configSCRAPE_SKIP_RESOURCE_TYPES
configSCRAPE_DNS_CACHE_TTL
configSCRAPE_POOL_MAXSIZE
🔐 secretDJANGO_SECRET_KEY
configDJANGO_DEBUG
configDJANGO_ALLOWED_HOSTS
configCACHE_FILE_PATH
configCORS_ALLOWED_ORIGINS
configSESSION_COOKIE_SECURE
configCSRF_COOKIE_SECURE
configSECURE_SSL_REDIRECT
configSECURE_HSTS_SECONDS
configSECURE_HSTS_INCLUDE_SUBDOMAINS
configSECURE_HSTS_PRELOAD
configAPI_RATE_LIMIT
configSIGNALS_DIR
configRAW_ITEMS_DIR
🔐 secretREQUIRE_FINGPT_API_KEY
configTRUSTED_PROXIES
configDJANGO_LOG_LEVEL
configEGRESS_OWN_SUBNET
configMETADATA_WAS_REACHABLE
configTRUTHLAYER_DB_PATH
configMEMORY_LEAK_WINDOW_SIZE
configMEMORY_LEAK_CHECK_INTERVAL
configMEMORY_LEAK_SLOPE_THRESHOLD
configMEMORY_SOFT_LIMIT_MB
configLLM_DEBUG_LOG
configLLM_DEBUG_VERBOSE
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployREDIS_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

29/29 tools missing one or more hints — handle_call_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_coin_analysis (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_top_gainers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +26 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

18/29 tools referenced in tests (62%)

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

Shell command execution

1 child_process/subprocess call in production code — runs shell commands (Main/backend/mcp_client/tool_wrapper.py:133)

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

Readable source code

2 files appear obfuscated

Ship unminified, readable source.

Secrets not written to files

1 secret value written to files

Avoid persisting secrets to disk. Keep them in memory or your secret manager.

Secrets not logged

4 secret values sent to console.log

Redact or omit secret values from log output.

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 7 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/open-finance-lab-agentic-finsearch-1fzl95?variant=verified)](https://m8ven.ai/mcp/open-finance-lab-agentic-finsearch-1fzl95)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 52dc5bbbc41d3cc6d2f8bcf8cd7e9fb0519e4824
code hash: 427130cdad5c450ea62be3e5e47c9d65c734edcdfff3e7fb86b914b794c37b58
verified: 8/18/2026, 9:20:04 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