F
Warning
22/100
11 days ago

any4any

any4any是一个企业级多模态AI平台,提供完整的智能交互解决方案。集成了大语言模型对话、数字人系统、智能SQL查询、语音处理、知识库系统等核心功能,支持OpenAI兼容API接口,可无缝集成到各类AI应用中。

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

eogee

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
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 4 credentials: API_KEY, MYSQL_PASSWORD, CLIENT_SECRET, EXTERNAL_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.
configWEB_SEARCH_RESULT_LIMIT
configCURRENT_PORT
configHOST
configPREVIEW_TIMEOUT
configDELAY_TIME
configMCP_PORT
configMCP_TRANSPORT
🔐 secretAPI_KEY
configSESSION_MAX_AGE
configMAX_CONVERSATION_MESSAGES
configMAX_CONVERSATION_TOKENS
configEDGE_DEFAULT_VOICE
configINDEX_TTS_MODEL_DIR/path/to/IndexTTS-1.5
configASR_MODEL_DIR/path/to/SenseVoiceSmall
configRERANK_MODEL_DIR/path/to/bge-reranker-base
configEMBEDDING_MODEL_DIR/path/to/bge-small-zh-v1.5
configLLM_MODEL_DIR/path/to/Qwen3-0.6B
configLLM_MODEL_NAME
configASR_PROMPT
configMAX_LENGTH
configNUM_RETURN_SEQUENCES
configTOP_P
configREPETITION_PENALTY
configLLM_PROMPT
configTOP_K
configDOC_CHUNK_SIZE
configDOC_CHUNK_OVERLAP
configRERANK_CANDIDATE_FACTOR
configRERANK_BATCH_SIZE
configINDEX_TTS_FAST_MAX_TOKENS
configINDEX_TTS_FAST_BATCH_SIZE
configINDEX_TTS_STREAMING_MIN_SENTENCE_CHARS
configINDEX_TTS_DEVICE
configINDEX_TTS_MAX_WORKERS
configINDEX_TTS_TIMEOUT
configINDEX_TTS_REFERENCE_AUDIO
configMYSQL_HOST
configMYSQL_PORT
configMYSQL_USER
🔐 secretMYSQL_PASSWORD
configMYSQL_DATABASE
configDB_POOL_SIZE
configDB_POOL_TIMEOUT
configDB_POOL_RECYCLE
configDB_CIRCUIT_BREAKER_THRESHOLD
configDB_CIRCUIT_BREAKER_TIMEOUT
configDB_RETRY_MAX_ATTEMPTS
configDB_RETRY_BACKOFF_FACTOR
configDB_RETRY_MAX_DELAY
configSQL_DB_TYPE
configTIME_ZONE
configTIME_FORMAT_DEFAULT
configCLIENT_ID
🔐 secretCLIENT_SECRET
configROBOT_CODE
configDINGTALK_PORT
configANY4DH_TRANSPORT
configANY4DH_MODEL
configANY4DH_AVATAR_ID
configANY4DH_BATCH_SIZE
configANY4DH_FPS
configANY4DH_TTS
configANY4DH_REF_FILE
configANY4DH_REF_TEXT
configANY4DH_TTS_SERVER
configANY4DH_MAX_SESSION
configANY4DH_WAV2LIP_MODEL_DIR
configANY4DH_AVATARS_DIR
configANY4DH_VOICE_KB_LANGUAGE
configANY4DH_VOICE_KB_SEMANTIC_THRESHOLD
configVOICE_KB_CSV_PATH
configVOICE_KB_AUDIO_DIR
configLLM_SERVER_TYPE
🔐 secretEXTERNAL_API_KEY
configAPI_BASE_URL
configMODEL_NAME
configAPI_TIMEOUT
configMAX_TOKENS
configAPI_MAX_RETRIES
configAPI_RETRY_DELAY
configADB_COMMAND_PATH
configADB_TIMEOUT
configADB_RETRY_COUNT
configWEB_SEARCH_PROXY_URL
configWEB_SEARCH_TIMEOUT
configWEB_SEARCH_RATE_LIMIT
configWEB_SEARCH_PRIMARY_ENGINE
configWEB_SEARCH_FALLBACK_ENGINES
configWEB_SEARCH_MAX_RETRIES
configWEB_SEARCH_RETRY_DELAY
configTOKENIZERS_PARALLELISM
configIS_MAIN_PROCESS
configFACEALIGNMENT_USERDIR
configTORCH_CUDA_ARCH_LIST
configMSYSTEM
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

14/14 tools missing one or more hints — add (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sub (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); mul (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +11 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 handlers catch errors

Only 0/4 tool handlers wrap calls in try/catch (0%)

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

Tests exist

No test files found

Add tests that exercise each declared tool.

No eval / new Function

4 eval() or new Function() calls — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Shell command execution

62 child_process calls — runs shell commands

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

Readable source code

1 file appear obfuscated

Ship unminified, readable source.

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/eogee-any4any-2p0bpn?variant=verified)](https://m8ven.ai/mcp/eogee-any4any-2p0bpn)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 3515c0dd04ca00ab25d505cc74ede8f19a35b1b9
code hash: 434cbff40bceb41dee50cc4406f8bbc0548c3f6482ba5184b6e40f5993a54f8d
verified: 8/8/2026, 8:47:22 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