C
Limited view
61/100
11 days ago

aiezzy-ai-chatbot

AIezzy - Multi-agent AI chatbot with image generation, editing, video creation, and web search

Limited view. Automated analysis covers part of this stack. Findings reflect what we verified. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

Limited view: static analysis for HTML is partially covered.

How we 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

yatendra3192

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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 11 credentials: FAL_KEY, TAVILY_API_KEY, GOOGLE_API_KEY, SECRET_KEY, SENDGRID_API_KEY, GOOGLE_CLIENT_SECRET, GITHUB_CLIENT_SECRET, DODO_PAYMENTS_API_KEY, DODO_PAYMENTS_WEBHOOK_SECRET, ADMIN_KEY, OPENAI_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.
🔐 secretFAL_KEYyour_fal_ai_key_here # Get from https://www.fal.ai/
🔐 secretTAVILY_API_KEYyour_tavily_api_key_here # Get from https://tavily.com/
🔐 secretGOOGLE_API_KEYyour_google_api_key_here # Get from https://aistudio.google.com/app/apikey
🔐 secretSECRET_KEY
🔐 secretSENDGRID_API_KEY
configSENDGRID_FROM_EMAIL
configSENDGRID_FROM_NAME
configEMAIL_VERIFICATION_REQUIRED
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configGITHUB_CLIENT_ID
🔐 secretGITHUB_CLIENT_SECRET
configBASE_URL
🔐 secretDODO_PAYMENTS_API_KEY
🔐 secretDODO_PAYMENTS_WEBHOOK_SECRET
configDODO_PAYMENTS_ENV
configDODO_PRODUCT_PRO_MONTHLY
configDODO_PRODUCT_PRO_YEARLY
configDODO_PRODUCT_ENTERPRISE_MONTHLY
configDODO_PRODUCT_ENTERPRISE_YEARLY
configPRICE_PRO_MONTHLY
configPRICE_PRO_YEARLY
configPRICE_ENTERPRISE_MONTHLY
configPRICE_ENTERPRISE_YEARLY
configQUOTA_FREE_IMAGES
configQUOTA_FREE_VIDEOS
configQUOTA_FREE_MESSAGES
configQUOTA_PRO_IMAGES
configQUOTA_PRO_VIDEOS
configQUOTA_PRO_MESSAGES
configFLASK_ENV
🔐 secretADMIN_KEY
🔐 secretOPENAI_API_KEY
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
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

76/76 tools missing one or more hints — generate_image (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); edit_image (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); generate_video_from_text (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +73 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

62/76 tool handlers wrap calls in try/catch (82%)

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.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Tool description accuracy

edit_image: description implies read-only but handler writes/deletes/executes; generate_image_from_multiple: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

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 6 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/yatendra3192-aiezzy-ai-chatbot-cp9o2a)](https://m8ven.ai/mcp/yatendra3192-aiezzy-ai-chatbot-cp9o2a)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: a509a0f399a3c1a82992ed3624dc8e02b614610a
code hash: 2f7a4918fd7f5bbbfbfcdb538528957aacebc457585563527706425ddd81907b
verified: 8/8/2026, 7:59:20 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